Searched refs:probe (Results 126 - 150 of 197) sorted by relevance

12345678

/freebsd-current/usr.bin/compress/
H A Dzopen.c222 * secondary probe. Here, the modular division first probe is gives way
294 probe: if ((i -= disp) < 0)
302 goto probe;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x0/
H A Dpci.c310 .probe = mt76x0e_probe,
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c335 .probe = mt7921u_probe,
H A Dsdio.c318 .probe = mt7921s_probe,
/freebsd-current/lib/libpmc/
H A Dlibpmc.c514 /* nb probe result */
516 __K8MASK(probe-miss, 0),
517 __K8MASK(probe-hit, 1),
518 __K8MASK(probe-hit-dirty-no-memory-cancel, 2),
519 __K8MASK(probe-hit-dirty-with-memory-cancel, 3),
/freebsd-current/sys/dev/uart/
H A Duart_dev_mu.c142 .probe = uart_mu_probe,
H A Duart_dev_msm.c128 .probe = msm_probe,
H A Duart_dev_mvebu.c136 .probe = uart_mvebu_probe,
H A Duart_dev_pl011.c163 .probe = uart_pl011_probe,
H A Duart_dev_quicc.c152 .probe = quicc_probe,
/freebsd-current/sys/contrib/ck/src/
H A Dck_hs.c80 CK_HS_PROBE_INSERT /* Short-circuit on probe bound if tombstone found. */
223 /* We should probably use a more intelligent heuristic for default probe length. */
391 * We have hit the probe limit, map needs to be even larger.
473 * If no eligible slot has been found yet, continue probe
474 * sequence with original probe limit.
846 /* Insert key into first bucket in probe sequence. */
883 unsigned int g, g_p, probe; local
890 probe = ck_hs_map_bound_get(map, h);
893 ck_hs_map_probe(hs, map, &n_probes, &first, h, key, &object, probe, CK_HS_PROBE);
/freebsd-current/sys/dev/atkbdc/
H A Datkbd.c109 error = (*sw->probe)(device_get_unit(dev), args, flags);
133 error = (*sw->probe)(unit, args, flags);
239 .probe = atkbd_probe,
300 * Almost nothing in the kernel has been initialied yet. Try to probe
331 /* probe the default keyboard */
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_uart.c124 .probe = vf_uart_probe,
/freebsd-current/sys/dev/fb/
H A Ds3_pci.c157 return (*prevvidsw->probe)(unit, adpp, arg, flags);
/freebsd-current/sys/dev/usb/net/
H A Duhso.c447 int (*probe)(struct usb_device *, int));
890 int (*probe)(struct usb_device *, int))
895 UHSO_DPRINTF(1, "Probing for interface %d, probe_func=%p\n", index, probe);
897 type = probe(sc->sc_udev, index);
/freebsd-current/sys/riscv/sifive/
H A Dsifive_uart.c523 .probe = sfuart_probe,
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c26 * internet host. We find out intermediate hops by launching probe
34 * round trip time of each probe. If the probe answers come from
38 * probe.
123 * icmp's) until we probe with a ttl that's at least twice the path
165 * of the "likely" range). To keep track of which probe is being
168 * port number before each probe.
285 /* Data section of the probe packet */
487 register int ttl, probe, i; local
655 * probe (
[all...]
/freebsd-current/sys/dev/kbdmux/
H A Dkbdmux.c331 .probe = kbdmux_probe,
1389 if ((error = (*sw->probe)(0, NULL, 0)) != 0 ||
/freebsd-current/sys/dev/vkbd/
H A Dvkbd.c212 if ((error = (*sw->probe)(unit, NULL, 0)) != 0 ||
567 .probe = vkbd_probe,
/freebsd-current/sys/sys/
H A Dsdt.h207 struct sdt_probe *probe;
249 .probe = _SDT_PROBE_NAME(_prov, _mod, _func, _name), \
439 struct sdt_probe *probe; /* Ptr to the probe structure. */
446 probe_entry; /* SDT probe list entry. */
452 id_t id; /* DTrace probe ID. */
430 struct sdt_probe *probe; /* Ptr to the probe structure. */ member in struct:sdt_argtype
/freebsd-current/sys/geom/part/
H A Dg_part.c679 int pri, probe; local
699 probe = G_PART_PROBE(table, cp);
700 if (probe <= 0 && probe > pri) {
701 pri = probe;
/freebsd-current/sys/dev/bwn/
H A Dif_bwn_phy_g.c2371 struct bwn_loctl *probe, struct bwn_lo_g_sm *d)
2399 memcpy(&orig, probe, sizeof(struct bwn_loctl));
2413 memcpy(probe, &test,
2440 struct bwn_loctl probe; local
2469 memcpy(&probe, &d.loctl,
2471 lower = bwn_lo_probe_loctl(mac, &probe, &d);
2474 if ((probe.i == d.loctl.i) && (probe.q == d.loctl.q))
2476 memcpy(&d.loctl, &probe, sizeof(struct bwn_loctl));
2370 bwn_lo_probe_loctl(struct bwn_mac *mac, struct bwn_loctl *probe, struct bwn_lo_g_sm *d) argument
/freebsd-current/sys/dev/cyapa/
H A Dcyapa.c353 init_device(device_t dev, struct cyapa_cap *cap, int probe) argument
420 if (probe == 0) /* official init */
422 else if (probe == 2)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7603/
H A Dmac.c1101 bool probe; local
1110 probe = !!(info->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE);
1139 if (fixed_rate && !probe) {
/freebsd-current/sys/dev/hyperv/input/
H A Dhv_kbd.c94 /* early keyboard probe, not supported */
719 .probe = hvkbd_probe, /* not used */

Completed in 229 milliseconds

12345678