| /freebsd-head/sys/sys/ |
| HD | 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 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-head/sys/netinet/ |
| HD | 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
|
| HD | in_kdtrace.h | 33 #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 #define TCP_PROBE3(probe, arg0, arg1, arg2) \ argument 45 #define TCP_PROBE4(probe, arg0, arg1, arg2, arg3) \ argument 47 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \ argument 49 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \ argument
|
| /freebsd-head/usr.sbin/ppp/ |
| HD | probe.h | 29 struct probe { struct 36 extern struct probe probe; argument
|
| HD | probe.c | 39 struct probe probe; variable
|
| /freebsd-head/sys/cddl/dev/sdt/ |
| HD | sdt.c | 138 sdt_create_probe(struct sdt_probe *probe) in sdt_create_probe() 218 struct sdt_probe *probe; member 253 sdt_probe_update(struct sdt_probe *probe, bool enable) in sdt_probe_update() 270 struct sdt_probe *probe; in sdt_enable() local 291 struct sdt_probe *probe; in sdt_disable() local 314 struct sdt_probe *probe = parg; in sdt_getargdesc() local 381 for (struct sdt_probe **probe = p_begin; probe < p_end; in sdt_kld_load_probes() local 529 for (struct sdt_probe **probe = p_begin; probe < p_end; in sdt_kld_unload_probes() local
|
| /freebsd-head/sys/dev/bhnd/bhndb/ |
| HD | 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 802 struct bhndb_pci_probe *probe) in bhndb_pci_srsh_pi_war() 1284 bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe, device_t dev, in bhndb_pci_probe_alloc() 1404 bhndb_pci_probe_free(struct bhndb_pci_probe *probe) in bhndb_pci_probe_free() 1427 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, in bhndb_pci_probe_copy_core_table() 1456 bhndb_pci_probe_has_mapping(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_has_mapping() 1496 bhndb_pci_probe_map(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_map() 1583 bhndb_pci_probe_write(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_write() [all …]
|
| /freebsd-head/contrib/kyua/os/freebsd/ |
| HD | execenv_jail_manager.cpp | 52 freebsd::execenv_jail_manager::probe( in probe() function in freebsd::execenv_jail_manager
|
| /freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| HD | 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
|
| HD | dtrace.c | 412 #define DTRACE_HASHSTR(hash, probe) \ argument 415 #define DTRACE_HASHNEXT(hash, probe) \ argument 418 #define DTRACE_HASHPREV(hash, probe) \ argument 572 #define DTRACE_ANCHORED(probe) ((probe)->dtpr_func[0] != '\0') argument 1635 dtrace_probe_t *probe = ecb->dte_probe; in dtrace_priv_probe() local 6909 dtrace_probe_t *probe = ecb->dte_probe; local 6974 dtrace_probe_t *probe = ecb->dte_probe; local 7324 dtrace_probe_t *probe; local 8087 dtrace_probe_t *probe = bucket->dthb_chain; local 8174 dtrace_hash_remove(dtrace_hash_t *hash, dtrace_probe_t *probe) [all …]
|
| /freebsd-head/usr.sbin/bhyve/ |
| HD | pci_passthru.h | 28 int (*probe)(struct pci_devinst *pi); member
|
| /freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/chkargs/ |
| HD | chkargs.c | 39 probe(dtrace_hdl_t *dtp, const dtrace_probedesc_t *pdp, void *data) in probe() function
|
| /freebsd-head/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
| HD | 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-head/sys/cddl/dev/dtrace/ |
| HD | dtrace_ioctl.c | 584 dtrace_probe_t *probe; in dtrace_ioctl() local 648 dtrace_probe_t *probe = NULL; in dtrace_ioctl() local
|
| /freebsd-head/sys/dev/bnxt/bnxt_en/ |
| HD | bnxt_auxbus_compat.h | 51 int (*probe)(struct auxiliary_device *auxdev, const struct auxiliary_device_id *id); member
|
| /freebsd-head/stand/efi/boot1/ |
| HD | ufs_module.c | 126 probe(dev_info_t* dev) in probe() function
|
| HD | boot_module.h | 76 EFI_STATUS (*probe)(dev_info_t* dev); member
|
| HD | zfs_module.c | 114 probe(dev_info_t *dev) in probe() function
|
| /freebsd-head/sys/gdb/ |
| HD | gdb.h | 60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \ argument
|
| /freebsd-head/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
| HD | 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-head/contrib/unbound/validator/ |
| HD | autotrust.h | 130 rbtree_type probe; member
|
| /freebsd-head/sys/dev/isl/ |
| HD | isl.c | 104 init_device(device_t dev, int probe) in init_device()
|
| /freebsd-head/sys/dev/uart/ |
| HD | uart_cpu.h | 42 int (*probe)(struct uart_bas *); member
|
| /freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_map.c | 117 dtrace_probedesc_t *probe; local
|
| /freebsd-head/usr.sbin/cpucontrol/ |
| HD | cpucontrol.c | 85 ucode_probe_t *probe; member
|