| /freebsd-14.2/sys/sys/ |
| H A D | lockstat.h | 82 #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 112 #define LOCKSTAT_PROFILE_RELEASE_LOCK(probe, lp) do { \ argument 134 #define LOCKSTAT_RECORD0(probe, lp) argument 135 #define LOCKSTAT_RECORD1(probe, lp, arg1) argument 136 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) argument 137 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) argument 149 #define LOCKSTAT_PROFILE_RELEASE_LOCK(probe, lp) \ argument [all …]
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_kdtrace.h | 40 #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 D | in_kdtrace.h | 31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument 33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 35 #define UDPLITE_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \ argument 37 #define TCP_PROBE1(probe, arg0) \ argument 39 #define TCP_PROBE2(probe, arg0, arg1) \ argument 41 #define TCP_PROBE3(probe, arg0, arg1, arg2) \ argument 43 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 45 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 47 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | probe.h | 29 struct probe { struct 36 extern struct probe probe; argument
|
| H A D | probe.c | 39 struct probe probe; variable
|
| /freebsd-14.2/sys/cddl/dev/sdt/ |
| H A D | sdt.c | 136 sdt_create_probe(struct sdt_probe *probe) in sdt_create_probe() 207 struct sdt_probe *probe = parg; in sdt_enable() local 224 struct sdt_probe *probe = parg; in sdt_disable() local 244 struct sdt_probe *probe = parg; in sdt_getargdesc() local 288 struct sdt_probe **probe, **p_begin, **p_end; in sdt_kld_load_probes() local
|
| /freebsd-14.2/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pci.c | 150 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; in bhndb_pci_attach() local 803 struct bhndb_pci_probe *probe) in bhndb_pci_srsh_pi_war() 1285 bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe, device_t dev, in bhndb_pci_probe_alloc() 1405 bhndb_pci_probe_free(struct bhndb_pci_probe *probe) in bhndb_pci_probe_free() 1428 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, in bhndb_pci_probe_copy_core_table() 1457 bhndb_pci_probe_has_mapping(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_has_mapping() 1497 bhndb_pci_probe_map(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_map() 1584 bhndb_pci_probe_write(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_write() [all …]
|
| /freebsd-14.2/contrib/kyua/os/freebsd/ |
| H A D | execenv_jail_manager.cpp | 52 freebsd::execenv_jail_manager::probe( in probe() function in freebsd::execenv_jail_manager
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | fasttrap.c | 754 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 D | dtrace.c | 7322 dtrace_probe_t *probe; local 9082 dtrace_probe_t *probe; local 9280 dtrace_probe_t *probe; local 9380 dtrace_probe_t *probe; local 9476 dof_probe_t *probe; local 13122 dtrace_probe_t *probe; local 13563 dof_probedesc_t *probe; local 14941 dtrace_probe_t *probe; local 16169 dof_probe_t *probe; local 17762 dtrace_probe_t *probe = NULL; local [all …]
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_passthru.h | 28 int (*probe)(struct pci_devinst *pi); member
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/ |
| H A D | chkargs.c | 39 probe(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, void *data) in probe() function
|
| /freebsd-14.2/sys/cddl/dev/dtrace/ |
| H A D | dtrace_ioctl.c | 584 dtrace_probe_t *probe; in dtrace_ioctl() local 648 dtrace_probe_t *probe = NULL; in dtrace_ioctl() local
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
| H A D | fasttrap_isa.c | 238 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-14.2/sys/gdb/ |
| H A D | gdb.h | 60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \ argument
|
| /freebsd-14.2/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_auxbus_compat.h | 51 int (*probe)(struct auxiliary_device *auxdev, const struct auxiliary_device_id *id); member
|
| /freebsd-14.2/stand/efi/boot1/ |
| H A D | ufs_module.c | 126 probe(dev_info_t* dev) in probe() function
|
| H A D | boot_module.h | 76 EFI_STATUS (*probe)(dev_info_t* dev); member
|
| H A D | zfs_module.c | 114 probe(dev_info_t *dev) in probe() function
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
| H A D | fasttrap_isa.c | 749 fasttrap_usdt_args64(fasttrap_probe_t *probe, struct reg *rp, int argc, in fasttrap_usdt_args64() 771 fasttrap_usdt_args32(fasttrap_probe_t *probe, struct reg *rp, int argc, in fasttrap_usdt_args32() 1044 fasttrap_probe_t *probe = id->fti_probe; in fasttrap_pid_probe() local 1102 fasttrap_probe_t *probe = id->fti_probe; in fasttrap_pid_probe() local
|
| /freebsd-14.2/contrib/unbound/validator/ |
| H A D | autotrust.h | 130 rbtree_type probe; member
|
| /freebsd-14.2/sys/dev/isl/ |
| H A D | isl.c | 104 init_device(device_t dev, int probe) in init_device()
|
| /freebsd-14.2/sys/dev/uart/ |
| H A D | uart_cpu.h | 42 int (*probe)(struct uart_bas *); member
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_map.c | 117 dtrace_probedesc_t *probe; local
|
| /freebsd-14.2/usr.sbin/cpucontrol/ |
| H A D | cpucontrol.c | 85 ucode_probe_t *probe; member
|