/src/sys/kern/ |
kern_sdt.c | 84 * Hook for the DTrace probe function. The 'sdt' provider will set this 90 * This is a stub for probe calls in case kernel DTrace support isn't 99 struct sdt_probe * const * probe; local in function:sdt_probe_stub 106 __link_set_foreach(probe, sdt_probes_set) 107 printf("%s ", (*probe)->name); 115 * initialize the SDT dtrace probe function 125 * Disable the SDT dtrace probe function
|
kern_sdt.c | 84 * Hook for the DTrace probe function. The 'sdt' provider will set this 90 * This is a stub for probe calls in case kernel DTrace support isn't 99 struct sdt_probe * const * probe; local in function:sdt_probe_stub 106 __link_set_foreach(probe, sdt_probes_set) 107 printf("%s ", (*probe)->name); 115 * initialize the SDT dtrace probe function 125 * Disable the SDT dtrace probe function
|
/src/sys/dev/ic/ |
tpmvar.h | 72 int (*probe)(bus_space_tag_t, bus_space_handle_t); member in struct:tpm_intf
|
tpmvar.h | 72 int (*probe)(bus_space_tag_t, bus_space_handle_t); member in struct:tpm_intf
|
/src/sys/arch/hpcmips/vr/ |
vrc4172pwm.c | 89 1, /* probe broken */ 101 1, /* probe broken */ 151 int probe = 0; local in function:vrc4172pwmprobe 153 int probe = 1; local in function:vrc4172pwmprobe 172 probe = 0; 174 if (probe) {
|
vrc4172pwm.c | 89 1, /* probe broken */ 101 1, /* probe broken */ 151 int probe = 0; local in function:vrc4172pwmprobe 153 int probe = 1; local in function:vrc4172pwmprobe 172 probe = 0; 174 if (probe) {
|
/src/sys/external/bsd/drm2/include/linux/ |
i2c.h | 163 int (*probe)(struct i2c_client *, const struct i2c_device_id *); member in struct:i2c_driver
|
i2c.h | 163 int (*probe)(struct i2c_client *, const struct i2c_device_id *); member in struct:i2c_driver
|
/src/sys/sys/ |
sdt.h | 470 struct sdt_probe *probe; /* Ptr to the probe structure. */ member in struct:sdt_argtype 477 probe_entry; /* SDT probe list entry. */ 482 id_t id; /* DTrace probe ID. */
|
sdt.h | 470 struct sdt_probe *probe; /* Ptr to the probe structure. */ member in struct:sdt_argtype 477 probe_entry; /* SDT probe list entry. */ 482 id_t id; /* DTrace probe ID. */
|
/src/usr.sbin/traceroute6/ |
traceroute6.c | 86 * internet host. We find out intermediate hops by launching probe 94 * round trip time of each probe. If the probe answers come from 98 * probe. 100 * Probe packets are UDP format. We don't want the destination 183 * icmp's) until we probe with a ttl that's at least twice the path 225 * of the "likely" range). To keep track of which probe is being 228 * port number before each probe. 297 * format of a (udp) probe packet. 346 static u_int16_t port = 32768+666;/* start udp dest port # for probe packets * 367 u_long probe, hops, lport; local in function:main [all...] |
traceroute6.c | 86 * internet host. We find out intermediate hops by launching probe 94 * round trip time of each probe. If the probe answers come from 98 * probe. 100 * Probe packets are UDP format. We don't want the destination 183 * icmp's) until we probe with a ttl that's at least twice the path 225 * of the "likely" range). To keep track of which probe is being 228 * port number before each probe. 297 * format of a (udp) probe packet. 346 static u_int16_t port = 32768+666;/* start udp dest port # for probe packets * 367 u_long probe, hops, lport; local in function:main [all...] |
/src/sys/netinet/ |
tcp_vtw.h | 291 uint64_t probe[2]; /* <! hits+miss */ member in struct:vtw_stats
|
tcp_vtw.h | 291 uint64_t probe[2]; /* <! hits+miss */ member in struct:vtw_stats
|
/src/sys/dev/isa/ |
mcd.c | 156 u_char probe; member in struct:mcd_softc 279 sc->probe = 0; 947 sc.probe = 1; 1010 else if (!sc->probe)
|
mcd.c | 156 u_char probe; member in struct:mcd_softc 279 sc->probe = 0; 947 sc.probe = 1; 1010 else if (!sc->probe)
|
/src/usr.sbin/traceroute/ |
traceroute.c | 41 * internet host. We find out intermediate hops by launching probe 49 * round trip time of each probe. If the probe answers come from 53 * probe. 55 * Probe packets are UDP format. We don't want the destination 138 * icmp's) until we probe with a ttl that's at least twice the path 180 * of the "likely" range). To keep track of which probe is being 183 * port number before each probe. 280 /* Data section of the probe packet */ 361 static in_port_t port = 32768 + 666; /* start udp dest port # for probe packets * 444 int ttl, probe, i; local in function:main [all...] |
traceroute.c | 41 * internet host. We find out intermediate hops by launching probe 49 * round trip time of each probe. If the probe answers come from 53 * probe. 55 * Probe packets are UDP format. We don't want the destination 138 * icmp's) until we probe with a ttl that's at least twice the path 180 * of the "likely" range). To keep track of which probe is being 183 * port number before each probe. 280 /* Data section of the probe packet */ 361 static in_port_t port = 32768 + 666; /* start udp dest port # for probe packets * 444 int ttl, probe, i; local in function:main [all...] |
/src/sys/dev/usb/ |
uvideo.c | 220 uint16_t vs_probelen; /* length of probe and 355 /* format probe and commit */ 1091 * doing the format probe/commit. We set to alternate 1104 * Initialize probe and commit data size. This value is 1111 "error getting probe data len: " 1119 DPRINTFN(15,("uvideo_stream_init: device returned invalid probe" 1994 * uvideo_open - probe and commit video format and start receiving 2095 uvideo_probe_and_commit_data_t probe, maxprobe; local in function:uvideo_set_format 2111 uvideo_init_probe_data(&probe); 2112 probe.bFormatIndex = UVIDEO_FORMAT_GET_FORMAT_INDEX(uvfmt) [all...] |
uvideo.c | 220 uint16_t vs_probelen; /* length of probe and 355 /* format probe and commit */ 1091 * doing the format probe/commit. We set to alternate 1104 * Initialize probe and commit data size. This value is 1111 "error getting probe data len: " 1119 DPRINTFN(15,("uvideo_stream_init: device returned invalid probe" 1994 * uvideo_open - probe and commit video format and start receiving 2095 uvideo_probe_and_commit_data_t probe, maxprobe; local in function:uvideo_set_format 2111 uvideo_init_probe_data(&probe); 2112 probe.bFormatIndex = UVIDEO_FORMAT_GET_FORMAT_INDEX(uvfmt) [all...] |
/src/sys/dev/ |
ipmivar.h | 75 int (*probe)(struct ipmi_softc *); member in struct:ipmi_if
|
ipmivar.h | 75 int (*probe)(struct ipmi_softc *); member in struct:ipmi_if
|
/src/sys/external/isc/atheros_hal/dist/ |
ah_internal.h | 89 const char *(*probe)(uint16_t vendorid, uint16_t devid); member in struct:ath_hal_chip 97 .probe = _probe, \ 110 HAL_BOOL (*probe)(struct ath_hal *ah); member in struct:ath_hal_rf 117 .probe = _probe, \
|
ah_internal.h | 89 const char *(*probe)(uint16_t vendorid, uint16_t devid); member in struct:ath_hal_chip 97 .probe = _probe, \ 110 HAL_BOOL (*probe)(struct ath_hal *ah); member in struct:ath_hal_rf 117 .probe = _probe, \
|
/src/sys/dev/pci/ |
if_iwnreg.h | 802 /* Followed by probe request body. */ 823 * sending probe req. This should be set long enough to hear probe responses 1425 uint32_t probe; member in struct:iwn_general_stats 1508 * @IWN_UCODE_TLV_FLAGS_NO_BASIC_SSID: not sending a probe with the SSID element 1509 * from the probe request template.
|