Home
last modified time | relevance | path

Searched defs:probe (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-src/sys/sys/
H A Dlockstat.h82 #define LOCKSTAT_RECORD0(probe, lp) \ argument
85 #define LOCKSTAT_RECORD1(probe, lp, arg1) \ argument
88 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \ argument
91 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) \ argument
94 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) \ argument
97 #define LOCKSTAT_PROFILE_OBTAIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \ argument
102 #define LOCKSTAT_PROFILE_OBTAIN_SPIN_LOCK_SUCCESS(probe, lp, c, wt, f, l) do { \ argument
107 #define LOCKSTAT_PROFILE_OBTAIN_RWLOCK_SUCCESS(probe, lp, c, wt, f, l, a) do { \ argument
112 #define LOCKSTAT_PROFILE_RELEASE_LOCK(probe, lp) do { \ argument
117 #define LOCKSTAT_PROFILE_RELEASE_SPIN_LOCK(probe, lp) do { \ argument
[all …]
/freebsd-src/sys/netinet/
H A Dsctp_kdtrace.h40 #define SCTP_PROBE1(probe, arg0) \ argument
42 #define SCTP_PROBE2(probe, arg0, arg1) \ argument
44 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \ argument
46 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument
48 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument
50 #define SCTP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
H A Din_kdtrace.h33 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
35 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument
37 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument
39 #define TCP_PROBE1(probe, arg0) \ argument
41 #define TCP_PROBE2(probe, arg0, arg1) \ argument
43 TCP_PROBE3(probe,arg0,arg1,arg2) global() argument
45 TCP_PROBE4(probe,arg0,arg1,arg2,arg3) global() argument
47 TCP_PROBE5(probe,arg0,arg1,arg2,arg3,arg4) global() argument
49 TCP_PROBE6(probe,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
[all...]
/freebsd-src/usr.sbin/ppp/
H A Dprobe.h29 struct probe { struct
36 extern struct probe probe; argument
H A Dprobe.c39 struct probe probe; variable
/freebsd-src/sys/cddl/dev/sdt/
H A Dsdt.c138 sdt_create_probe(struct sdt_probe *probe) in sdt_create_probe() argument
218 struct sdt_probe *probe; global() member
253 sdt_probe_update(struct sdt_probe * probe,bool enable) sdt_probe_update() argument
270 struct sdt_probe *probe; sdt_enable() local
291 struct sdt_probe *probe; sdt_disable() local
314 struct sdt_probe *probe = parg; sdt_getargdesc() local
381 for (struct sdt_probe **probe = p_begin; probe < p_end; sdt_kld_load_probes() local
[all...]
/freebsd-src/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c150 struct bhndb_pci_probe *probe; /**< borrowed probe reference */ member
264 struct bhndb_pci_probe *probe; in bhndb_pci_probe() local
359 struct bhndb_pci_probe *probe; bhndb_pci_attach() local
803 bhndb_pci_srsh_pi_war(struct bhndb_pci_softc * sc,struct bhndb_pci_probe * probe) bhndb_pci_srsh_pi_war() argument
1285 bhndb_pci_probe_alloc(struct bhndb_pci_probe ** probe,device_t dev,bhnd_devclass_t hostb_devclass) bhndb_pci_probe_alloc() argument
1405 bhndb_pci_probe_free(struct bhndb_pci_probe * probe) bhndb_pci_probe_free() argument
1428 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe * probe,struct bhnd_core_info ** cores,u_int * ncores) bhndb_pci_probe_copy_core_table() argument
1457 bhndb_pci_probe_has_mapping(struct bhndb_pci_probe * probe,bhnd_addr_t addr,bhnd_size_t size) bhndb_pci_probe_has_mapping() argument
1497 bhndb_pci_probe_map(struct bhndb_pci_probe * probe,bhnd_addr_t addr,bhnd_size_t offset,bhnd_size_t size,struct resource ** res,bus_size_t * res_offset) bhndb_pci_probe_map() argument
1584 bhndb_pci_probe_write(struct bhndb_pci_probe * probe,bhnd_addr_t addr,bhnd_size_t offset,uint32_t value,u_int width) bhndb_pci_probe_write() argument
1627 bhndb_pci_probe_read(struct bhndb_pci_probe * probe,bhnd_addr_t addr,bhnd_size_t offset,u_int width) bhndb_pci_probe_read() argument
1665 bhndb_pci_eio_init(struct bhndb_pci_eio * pio,struct bhndb_pci_probe * probe) bhndb_pci_eio_init() argument
[all...]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c754 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_enable()
938 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) in fasttrap_tracepoint_disable()
1151 fasttrap_probe_t *probe = parg; in fasttrap_pid_enable() local
1285 fasttrap_probe_t *probe = parg; in fasttrap_pid_disable() local
1357 fasttrap_probe_t *probe = parg; in fasttrap_pid_getargdesc() local
1397 fasttrap_probe_t *probe = parg; in fasttrap_pid_destroy() local
2248 fasttrap_probe_spec_t *probe; in fasttrap_ioctl() local
H A Ddtrace.c412 #define DTRACE_HASHSTR(hash, probe) \ argument
415 DTRACE_HASHNEXT(hash,probe) global() argument
418 DTRACE_HASHPREV(hash,probe) global() argument
572 DTRACE_ANCHORED(probe) global() argument
1634 dtrace_probe_t *probe = ecb->dte_probe; dtrace_priv_probe() local
6906 dtrace_probe_t *probe = ecb->dte_probe; global() local
6972 dtrace_probe_t *probe = ecb->dte_probe; global() local
7322 dtrace_probe_t *probe; global() local
8085 dtrace_probe_t *probe = bucket->dthb_chain; global() local
8172 dtrace_hash_remove(dtrace_hash_t * hash,dtrace_probe_t * probe) global() argument
8566 dtrace_probe_t template, *probe; global() local
8865 dtrace_probe_t *probe, *first = NULL; global() local
9082 dtrace_probe_t *probe; global() local
9148 dtrace_probe_t *probe, **probes; global() local
9236 dtrace_probe_lookup_match(dtrace_probe_t * probe,void * arg) global() argument
9280 dtrace_probe_t *probe; global() local
9380 dtrace_probe_t *probe; global() local
9476 dof_probe_t *probe; global() local
11087 dtrace_ecb_add(dtrace_state_t * state,dtrace_probe_t * probe) global() argument
11156 dtrace_probe_t *probe = ecb->dte_probe; global() local
11796 dtrace_probe_t *probe = ecb->dte_probe; global() local
11892 dtrace_ecb_create(dtrace_state_t * state,dtrace_probe_t * probe,dtrace_enabling_t * enab) global() argument
11980 dtrace_ecb_create_enable(dtrace_probe_t * probe,void * arg) global() argument
13122 dtrace_probe_t *probe; global() local
13563 dof_probedesc_t *probe; global() local
14941 dtrace_probe_t *probe; global() local
15461 dtrace_probe_t *probe = ecb->dte_probe; global() local
16169 dof_probe_t *probe; global() local
16754 dtrace_probe_t template, *probe, *first, *next; global() local
17762 dtrace_probe_t *probe = NULL; global() local
17836 dtrace_probe_t *probe; global() local
[all...]
/freebsd-src/usr.sbin/bhyve/
H A Dpci_passthru.h28 int (*probe)(struct pci_devinst *pi); member
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/
H A Dchkargs.c39 probe(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, void *data) in probe() function
/freebsd-src/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c584 dtrace_probe_t *probe; in dtrace_ioctl() local
648 dtrace_probe_t *probe = NULL; in dtrace_ioctl() local
[all...]
/freebsd-src/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/
H A Dfasttrap_isa.c238 fasttrap_usdt_args(fasttrap_probe_t *probe, struct reg *rp, int argc, in fasttrap_usdt_args()
400 fasttrap_probe_t *probe = id->fti_probe; in fasttrap_pid_probe() local
/freebsd-src/sys/gdb/
H A Dgdb.h60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \ argument
/freebsd-src/stand/efi/boot1/
H A Dufs_module.c126 probe(dev_info_t* dev) in probe() function
H A Dboot_module.h76 EFI_STATUS (*probe)(dev_info_t* dev); member
H A Dzfs_module.c114 probe(dev_info_t *dev) in probe() function
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.h51 int (*probe)(struct auxiliary_device *auxdev, const struct auxiliary_device_id *id); member
/freebsd-src/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
H A Dfasttrap_isa.c749 fasttrap_usdt_args64(fasttrap_probe_t *probe, struct reg *rp, int argc, in fasttrap_usdt_args64() argument
771 fasttrap_usdt_args32(fasttrap_probe_t *probe, struct reg *rp, int argc, in fasttrap_usdt_args32() argument
1044 fasttrap_probe_t *probe = id->fti_probe; in fasttrap_pid_probe() local
1102 fasttrap_probe_t *probe = id->fti_probe; fasttrap_pid_probe() local
[all...]
/freebsd-src/contrib/unbound/validator/
H A Dautotrust.h130 rbtree_type probe; member
/freebsd-src/sys/dev/isl/
H A Disl.c104 init_device(device_t dev, int probe) in init_device() argument
/freebsd-src/sys/dev/uart/
H A Duart_cpu.h42 int (*probe)(struct uart_bas *); member
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_map.c117 dtrace_probedesc_t *probe; local
/freebsd-src/usr.sbin/cpucontrol/
H A Dcpucontrol.c85 ucode_probe_t *probe; member
/freebsd-src/usr.sbin/rtsold/
H A Drtsold.c596 int probe = 0; in rtsol_check_timer() local

123