Symbol: probe
sbin/savecore/zopen.c
281
probe: if ((i -= disp) < 0)
sbin/savecore/zopen.c
289
goto probe;
sbin/unwind/libunbound/validator/autotrust.c
113
res = anchors->autr->probe.count;
sbin/unwind/libunbound/validator/autotrust.c
2036
rbnode_type* t = rbtree_first(&anchors->autr->probe);
sbin/unwind/libunbound/validator/autotrust.c
2104
(void)rbtree_delete(&env->anchors->autr->probe, tp);
sbin/unwind/libunbound/validator/autotrust.c
2107
(void)rbtree_insert(&env->anchors->autr->probe, &tp->autr->pnode);
sbin/unwind/libunbound/validator/autotrust.c
2152
(void)rbtree_delete(&env->anchors->autr->probe, &key);
sbin/unwind/libunbound/validator/autotrust.c
2436
if( (el=rbtree_first(&env->anchors->autr->probe)) == RBTREE_NULL) {
sbin/unwind/libunbound/validator/autotrust.c
2456
(void)rbtree_delete(&env->anchors->autr->probe, tp);
sbin/unwind/libunbound/validator/autotrust.c
2458
(void)rbtree_insert(&env->anchors->autr->probe, &tp->autr->pnode);
sbin/unwind/libunbound/validator/autotrust.c
365
if(!rbtree_insert(&anchors->autr->probe, &tp->autr->pnode)) {
sbin/unwind/libunbound/validator/autotrust.c
80
rbtree_init(&global->probe, &probetree_cmp);
sbin/unwind/libunbound/validator/autotrust.c
882
(void)rbtree_delete(&anchors->autr->probe, tp);
sbin/unwind/libunbound/validator/autotrust.c
884
(void)rbtree_insert(&anchors->autr->probe, &tp->autr->pnode);
sbin/unwind/libunbound/validator/autotrust.h
130
rbtree_type probe;
sbin/unwind/libunbound/validator/val_anchor.c
1396
oldprobe = anchors->autr->probe;
sbin/unwind/libunbound/validator/val_anchor.c
1399
anchors->autr->probe = data->autr->probe;
sbin/unwind/libunbound/validator/val_anchor.c
1402
data->autr->probe = oldprobe;
sys/dev/i2c/i2c_scan.c
1061
for (i = 0; probes[i].probe; i++) {
sys/dev/i2c/i2c_scan.c
1088
name = (*probes[i].probe)(self, addr);
sys/dev/i2c/i2c_scan.c
69
char *(*probe)(struct device *, u_int8_t);
sys/dev/ic/com.c
1317
int probe = 0;
sys/dev/ic/com.c
1365
probe = 1;
sys/dev/ic/com.c
1369
if (probe && sc->sc_uarttype == COM_UART_16550A) {
sys/dev/ic/com.c
1385
if (probe && sc->sc_uarttype == COM_UART_ST16650V2) {
sys/dev/ic/com.c
1409
if (probe && sc->sc_uarttype == COM_UART_16550A) {
sys/dev/ic/com.c
1427
if (probe && sc->sc_uarttype == COM_UART_16450) {
sys/dev/ipmi.c
1902
sc->sc_if->probe(sc);
sys/dev/ipmivar.h
82
int (*probe)(struct ipmi_softc *);
sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c
3176
.probe = amdgpu_pci_probe,
sys/dev/pci/drm/apple/apple_drv.c
665
.probe = apple_platform_probe,
sys/dev/pci/drm/apple/dcp.c
1109
.probe = dcp_platform_probe,
sys/dev/pci/drm/drm_mipi_dsi.c
2006
return drv->probe(dsi);
sys/dev/pci/drm/drm_mipi_dsi.c
2040
if (drv->probe)
sys/dev/pci/drm/drm_mipi_dsi.c
2041
drv->driver.probe = mipi_dsi_drv_probe;
sys/dev/pci/drm/i915/gvt/kvmgt.c
1547
.probe = intel_vgpu_probe,
sys/dev/pci/drm/i915/i915_pci.c
1034
.probe = i915_pci_probe,
sys/dev/pci/drm/radeon/radeon_drv.c
611
.probe = radeon_pci_probe,
sys/dev/pci/if_iwnreg.h
1536
uint32_t probe;
usr.bin/compress/zopen.c
282
probe: if ((i -= disp) < 0)
usr.bin/compress/zopen.c
290
goto probe;
usr.sbin/btrace/bt_parse.y
101
struct bt_probe *probe;
usr.sbin/btrace/bt_parse.y
131
%type <v.probe> plist probe pname
usr.sbin/btrace/bt_parse.y
149
plist : plist ',' probe { $$ = bp_append($1, $3); }
usr.sbin/btrace/bt_parse.y
150
| probe
usr.sbin/btrace/bt_parse.y
153
probe : { pflag = 1; } pname { $$ = $2; pflag = 0; }
usr.sbin/btrace/bt_parse.y
301
br_new(struct bt_probe *probe, struct bt_filter *filter, struct bt_stmt *head)
usr.sbin/btrace/bt_parse.y
309
SLIST_FIRST(&br->br_probes) = probe;
usr.sbin/btrace/bt_parse.y
318
if (probe->bp_type != B_PT_PROBE)
usr.sbin/btrace/bt_parse.y
321
} while ((probe = SLIST_NEXT(probe, bp_next)) != NULL);
usr.sbin/pcidump/pcidump.c
257
error = probe(bus, dev, func);
usr.sbin/pcidump/pcidump.c
279
probe(bus, dev, func);
usr.sbin/pcidump/pcidump.c
47
int probe(int, int, int);
usr.sbin/unbound/validator/autotrust.c
113
res = anchors->autr->probe.count;
usr.sbin/unbound/validator/autotrust.c
2032
rbnode_type* t = rbtree_first(&anchors->autr->probe);
usr.sbin/unbound/validator/autotrust.c
2100
(void)rbtree_delete(&env->anchors->autr->probe, tp);
usr.sbin/unbound/validator/autotrust.c
2103
(void)rbtree_insert(&env->anchors->autr->probe, &tp->autr->pnode);
usr.sbin/unbound/validator/autotrust.c
2148
(void)rbtree_delete(&env->anchors->autr->probe, &key);
usr.sbin/unbound/validator/autotrust.c
2432
if( (el=rbtree_first(&env->anchors->autr->probe)) == RBTREE_NULL) {
usr.sbin/unbound/validator/autotrust.c
2452
(void)rbtree_delete(&env->anchors->autr->probe, tp);
usr.sbin/unbound/validator/autotrust.c
2454
(void)rbtree_insert(&env->anchors->autr->probe, &tp->autr->pnode);
usr.sbin/unbound/validator/autotrust.c
365
if(!rbtree_insert(&anchors->autr->probe, &tp->autr->pnode)) {
usr.sbin/unbound/validator/autotrust.c
80
rbtree_init(&global->probe, &probetree_cmp);
usr.sbin/unbound/validator/autotrust.c
882
(void)rbtree_delete(&anchors->autr->probe, tp);
usr.sbin/unbound/validator/autotrust.c
884
(void)rbtree_insert(&anchors->autr->probe, &tp->autr->pnode);
usr.sbin/unbound/validator/autotrust.h
130
rbtree_type probe;
usr.sbin/unbound/validator/val_anchor.c
1396
oldprobe = anchors->autr->probe;
usr.sbin/unbound/validator/val_anchor.c
1399
anchors->autr->probe = data->autr->probe;
usr.sbin/unbound/validator/val_anchor.c
1402
data->autr->probe = oldprobe;