| /f-stack/freebsd/sys/ |
| H A D | lockstat.h | 84 #define LOCKSTAT_RECORD0(probe, lp) \ argument 85 SDT_PROBE1(lockstat, , , probe, lp) 88 SDT_PROBE2(lockstat, , , probe, lp, arg1) 101 LOCKSTAT_RECORD0(probe, lp); \ 106 LOCKSTAT_RECORD1(probe, lp, a); \ 111 LOCKSTAT_RECORD0(probe, lp); \ 116 LOCKSTAT_RECORD1(probe, lp, a); \ 126 #define LOCKSTAT_RECORD0(probe, lp) argument 127 #define LOCKSTAT_RECORD1(probe, lp, arg1) argument 142 LOCKSTAT_PROFILE_RELEASE_LOCK(probe, lp) [all …]
|
| H A D | mbuf.h | 53 #define MBUF_PROBE1(probe, arg0) \ argument 54 SDT_PROBE1(sdt, , , probe, arg0) 55 #define MBUF_PROBE2(probe, arg0, arg1) \ argument 56 SDT_PROBE2(sdt, , , probe, arg0, arg1) 57 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \ argument 58 SDT_PROBE3(sdt, , , probe, arg0, arg1, arg2) 59 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 60 SDT_PROBE4(sdt, , , probe, arg0, arg1, arg2, arg3) 61 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 62 SDT_PROBE5(sdt, , , probe, arg0, arg1, arg2, arg3, arg4)
|
| /f-stack/freebsd/netinet/ |
| H A D | in_kdtrace.h | 35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 36 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4) 39 #define TCP_PROBE1(probe, arg0) \ argument 40 SDT_PROBE1(tcp, , , probe, arg0) 41 #define TCP_PROBE2(probe, arg0, arg1) \ argument 42 SDT_PROBE2(tcp, , , probe, arg0, arg1) 43 #define TCP_PROBE3(probe, arg0, arg1, arg2) \ argument 44 SDT_PROBE3(tcp, , , probe, arg0, arg1, arg2) 45 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 46 SDT_PROBE4(tcp, , , probe, arg0, arg1, arg2, arg3) [all …]
|
| H A D | sctp_kdtrace.h | 43 #define SCTP_PROBE1(probe, arg0) \ argument 44 SDT_PROBE1(sctp, , , probe, arg0) 45 #define SCTP_PROBE2(probe, arg0, arg1) \ argument 46 SDT_PROBE2(sctp, , , probe, arg0, arg1) 47 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \ argument 48 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2) 49 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 50 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3) 51 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 52 SDT_PROBE5(sctp, , , probe, arg0, arg1, arg2, arg3, arg4) [all …]
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_rhs.c | 1000 unsigned int probe = 0; in ck_rhs_do_backward_shift_delete() local 1005 probe = wanted_probes; in ck_rhs_do_backward_shift_delete() 1011 probe++; in ck_rhs_do_backward_shift_delete() 1013 probe); in ck_rhs_do_backward_shift_delete() 1015 if (probe < map->probe_maximum) in ck_rhs_do_backward_shift_delete() 1036 probe++; in ck_rhs_do_backward_shift_delete() 1044 probe); in ck_rhs_do_backward_shift_delete() 1045 while (probe < max_probes) { in ck_rhs_do_backward_shift_delete() 1048 probe++; in ck_rhs_do_backward_shift_delete() 1051 if (probe == max_probes) in ck_rhs_do_backward_shift_delete() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7780.yaml | 46 specified, it will be asserted during driver probe. As the 54 driver probe. As the line is active low, it should be marked 62 during driver probe. As the line is active low, it should be
|
| H A D | palmas-gpadc.txt | 15 11 DC-DC current probe (how does this work?)
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_bus.c | 26 RTE_VERIFY(bus->probe); in rte_bus_register() 72 ret = bus->probe(); in rte_bus_probe() 79 ret = vbus->probe(); in rte_bus_probe()
|
| /f-stack/dpdk/doc/guides/freebsd_gsg/ |
| H A D | install_from_ports.rst | 100 EAL: probe driver: 8086:153b net_e1000_em 103 EAL: probe driver: 8086:1572 net_i40e 105 EAL: probe driver: 8086:1572 net_i40e 107 EAL: probe driver: 8086:1572 net_i40e 109 EAL: probe driver: 8086:1572 net_i40e
|
| /f-stack/tools/compat/include/sys/ |
| H A D | mbuf.h | 50 #define MBUF_PROBE1(probe, arg0) \ argument 51 SDT_PROBE1(sdt, , , probe, arg0) 52 #define MBUF_PROBE2(probe, arg0, arg1) \ argument 53 SDT_PROBE2(sdt, , , probe, arg0, arg1) 54 #define MBUF_PROBE3(probe, arg0, arg1, arg2) \ argument 55 SDT_PROBE3(sdt, , , probe, arg0, arg1, arg2) 56 #define MBUF_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 57 SDT_PROBE4(sdt, , , probe, arg0, arg1, arg2, arg3) 58 #define MBUF_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 59 SDT_PROBE5(sdt, , , probe, arg0, arg1, arg2, arg3, arg4)
|
| /f-stack/freebsd/kern/ |
| H A D | device_if.m | 42 # Needed for timestamping device probe/attach calls 99 * the probe before returning. The return value of DEVICE_PROBE() 114 * For example, a probe method for a PCI device driver might look 137 * @param dev the device to probe 146 * the probe, a regular unix error code should 156 METHOD int probe { 205 * @param dev the device to probe
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl-sx150x.txt | 32 - semtech,probe-reset: Will trigger a reset of the GPIO expander on probe,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | micrel-ks8995.txt | 7 - reset-gpios : phandle of gpio that will be used to reset chip during probe
|
| H A D | davicom-dm9000.txt | 13 - reset-gpios : phandle of gpio that will be used to reset chip during probe
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common.c | 121 ret = dr->probe(dr, dev); in vmbus_probe_one_driver() 291 .probe = rte_vmbus_probe,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | ak5386.txt | 12 If specified, it will be deasserted at probe time.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx.rst | 85 EAL: probe driver: 177d:a04b octeontx_ssovf 88 EAL: probe driver: 177d:a0dd octeontx_pkivf 91 EAL: probe driver: 177d:a049 octeontx_pkovf
|
| /f-stack/freebsd/contrib/device-tree/Bindings/fsi/ |
| H A D | fsi.txt | 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 39 Note that since the bus is probe-able, some (or all) of the topology may 96 FSI device, and are passed to those FSI device drivers' ->probe() functions.
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | qcom-mdm9615-wp8548-mangoh-green.dts | 182 probe-reset; 223 probe-reset; 261 probe-reset;
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_probe.c | 210 .probe = ssowvf_probe, 286 .probe = ssovf_probe,
|
| /f-stack/freebsd/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-palmas.txt | 12 - ti,wakeup : To enable the wakeup comparator in probe
|
| /f-stack/dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_bus.c | 447 if (!drv->probe) in rte_fslmc_probe() 463 ret = drv->probe(drv, dev); in rte_fslmc_probe() 655 .probe = rte_fslmc_probe,
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bus.h | 256 rte_bus_probe_t probe; /**< Probe devices on bus */ member
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev.c | 103 .probe = otx_cpt_pci_probe,
|
| /f-stack/dpdk/drivers/bus/ifpga/ |
| H A D | rte_bus_ifpga.h | 110 afu_probe_t *probe; /**< Device Probe function. */ member
|