Home
last modified time | relevance | path

Searched refs:bptype (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netgraph/
HDng_bpf.h64 #define NG_BPF_HOOKPROG_TYPE_INFO(bptype) { \ argument
69 { "bpf_prog", (bptype) }, \
/NextBSD/contrib/gdb/gdb/
HDbreakpoint.h48 enum bptype enum
291 enum bptype type;
640 (struct symtab_and_line, struct frame_id, enum bptype);
HDbreakpoint.c96 struct breakpoint *set_raw_breakpoint (struct symtab_and_line, enum bptype);
158 static int hw_watchpoint_used_count (enum bptype, int *);
175 char *cond_string, enum bptype bp_kind);
179 enum bptype bp_kind);
3291 enum bptype type; in print_one_breakpoint()
3843 enum bptype type = bpt->type; in breakpoint_address_is_meaningful()
3979 allocate_bp_location (struct breakpoint *bpt, enum bptype bp_type) in allocate_bp_location()
4057 set_raw_breakpoint (struct symtab_and_line sal, enum bptype bptype) in set_raw_breakpoint() argument
4063 b->loc = allocate_bp_location (b, bptype); in set_raw_breakpoint()
4072 b->type = bptype; in set_raw_breakpoint()
[all …]