Home
last modified time | relevance | path

Searched refs:bt_probe (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/btrace/
H A Dbt_parser.h38 struct bt_probe { struct
39 SLIST_ENTRY(bt_probe) bp_next; /* next probe for this rule */
90 SLIST_HEAD(, bt_probe) br_probes; /* list of probes */
H A Dbt_parse.y63 struct bt_rule *br_new(struct bt_probe *, struct bt_filter *,
65 struct bt_probe *bp_new(const char *, const char *, const char *, long);
101 struct bt_probe *probe;
301 br_new(struct bt_probe *probe, struct bt_filter *filter, struct bt_stmt *head) in br_new()
402 struct bt_probe *
405 struct bt_probe *bp; in bp_new()
430 struct bt_probe *
431 bp_append(struct bt_probe *bp0, struct bt_probe *bp1) in bp_append()
433 struct bt_probe *bp = bp0; in bp_append()
H A Dbtrace.c72 void probe_bail(struct bt_probe *);
73 const char *probe_name(struct bt_probe *);
394 bp_nsecs_to_unit(struct bt_probe *bp) in bp_nsecs_to_unit()
425 probe_bail(struct bt_probe *bp) in probe_bail()
432 probe_name(struct bt_probe *bp) in probe_name()
554 struct bt_probe *bp; in rules_setup()
657 struct bt_probe *bp; in rules_apply()
677 struct bt_probe *bp; in rules_teardown()
726 struct bt_probe *bp; in rule_eval()
/openbsd/sys/dev/
H A Dipmi.c181 int bt_probe(struct ipmi_softc *);
222 bt_probe,
399 bt_probe(struct ipmi_softc *sc) in bt_probe() function