Searched refs:probe (Results 1 - 25 of 194) sorted by relevance

12345678

/freebsd-current/usr.sbin/ppp/
H A Dprobe.h29 struct probe { struct
36 extern struct probe probe;
H A Dprobe.c35 #include "probe.h"
39 struct probe probe; variable in typeref:struct:probe
70 probe.select_changes_time = select_changes_time() ? 1 : 0;
72 probe.select_changes_time ? "yes" : "no");
74 probe.ipv6_available = ipv6_available() ? 1 : 0;
76 probe.ipv6_available ? "yes" : "no");
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dusdt.d21 probe log__trace(const char *msg);
22 probe log__debug(const char *msg);
23 probe log__info(const char *msg);
24 probe log__warn(const char *msg);
25 probe log__error(const char *msg);
26 probe log__fatal(const char *msg);
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dforker.d30 probe fire();
H A Dprov.d2 probe entry();
H A Dargs.d30 probe place(int i, int j);
H A Dargmap.d30 probe place(int i, int j) : (int j, int i, int i, int j);
H A Dtst.entryreturn.ksh53 * Unfortunately, a "return" probe is not currently possible due to
62 probe entry();
63 probe __entry();
64 probe foo__entry();
65 probe carpentry();
66 probe miniatureturn();
67 probe foo__return();
68 probe __return();
69 probe done();
H A Dtst.linkunpriv.ksh58 probe zero();
59 probe one(uintptr_t);
60 probe two(uintptr_t, uintptr_t);
61 probe three(uintptr_t, uintptr_t, uintptr_t);
62 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
63 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.linkpriv.ksh56 probe zero();
57 probe one(uintptr_t);
58 probe two(uintptr_t, uintptr_t);
59 probe three(uintptr_t, uintptr_t, uintptr_t);
60 probe four(uintptr_t, uintptr_t, uintptr_t, uintptr_t);
61 probe five(uintptr_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t);
H A Dtst.header.ksh41 probe zero();
42 probe one(uintptr_t);
43 probe u_nder(char *);
44 probe d__ash(int **);
/freebsd-current/lib/libthr/
H A Dplockstat.d31 probe mutex__acquire(void *mutex, int rec, int spincount);
32 probe mutex__release(void *mutex, int rec);
33 probe mutex__block(void *mutex);
34 probe mutex__spin(void *mutex);
35 probe mutex__spun(void *mutex, int success, int spincount);
36 probe mutex__blocked(void *mutex, int success);
37 probe mutex__error(void *mutex, int err);
39 probe rw__acquire(void *lock, int wr);
40 probe rw__release(void *lock, int wr);
41 probe rw__bloc
[all...]
/freebsd-current/sys/sys/
H A Dlockstat.h82 #define LOCKSTAT_RECORD0(probe, lp) \
83 SDT_PROBE1(lockstat, , , probe, lp)
85 #define LOCKSTAT_RECORD1(probe, lp, arg1) \
86 SDT_PROBE2(lockstat, , , probe, lp, arg1)
88 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \
89 SDT_PROBE3(lockstat, , , probe, lp, arg1, arg2)
91 #define LOCKSTAT_RECORD3(probe, lp, arg1, arg2, arg3) \
92 SDT_PROBE4(lockstat, , , probe, lp, arg1, arg2, arg3)
94 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) \
95 SDT_PROBE5(lockstat, , , probe, l
[all...]
/freebsd-current/sys/netinet/
H A Dsctp_kdtrace.h40 #define SCTP_PROBE1(probe, arg0) \
41 SDT_PROBE1(sctp, , , probe, arg0)
42 #define SCTP_PROBE2(probe, arg0, arg1) \
43 SDT_PROBE2(sctp, , , probe, arg0, arg1)
44 #define SCTP_PROBE3(probe, arg0, arg1, arg2) \
45 SDT_PROBE3(sctp, , , probe, arg0, arg1, arg2)
46 #define SCTP_PROBE4(probe, arg0, arg1, arg2, arg3) \
47 SDT_PROBE4(sctp, , , probe, arg0, arg1, arg2, arg3)
48 #define SCTP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \
49 SDT_PROBE5(sctp, , , probe, arg
[all...]
/freebsd-current/sys/cddl/dev/sdt/
H A Dsdt.c135 sdt_create_probe(struct sdt_probe *probe) argument
145 if (probe->version != (int)sizeof(*probe)) {
146 printf("ignoring probe %p, version %u expected %u\n",
147 probe, probe->version, (int)sizeof(*probe));
152 if (strcmp(prov->name, probe->prov->name) == 0)
155 KASSERT(prov != NULL, ("probe defined without a provider"));
158 if (*probe
206 struct sdt_probe *probe = parg; local
223 struct sdt_probe *probe = parg; local
243 struct sdt_probe *probe = parg; local
287 struct sdt_probe **probe, **p_begin, **p_end; local
[all...]
/freebsd-current/share/examples/ipfilter/l4check/
H A Dl4check.conf12 # If no probe string is specified, a successful connection implies the
15 probe string GET /\n\n
16 #probe file http.check
/freebsd-current/sys/gdb/
H A Dgdb.h60 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
63 .gdb_probe = probe, \
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c101 struct bhndb_pci_probe *probe);
106 static int bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe,
108 static void bhndb_pci_probe_free(struct bhndb_pci_probe *probe);
111 struct bhndb_pci_probe *probe,
123 struct bhndb_pci_probe *probe);
150 struct bhndb_pci_probe *probe; /**< borrowed probe reference */ member in struct:bhndb_pci_eio
157 * May be safely used during probe or early device attach, prior to calling
264 struct bhndb_pci_probe *probe; local
271 probe
359 struct bhndb_pci_probe *probe; local
802 bhndb_pci_srsh_pi_war(struct bhndb_pci_softc *sc, struct bhndb_pci_probe *probe) argument
1285 bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe, device_t dev, bhnd_devclass_t hostb_devclass) argument
1405 bhndb_pci_probe_free(struct bhndb_pci_probe *probe) argument
1428 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, struct bhnd_core_info **cores, u_int *ncores) argument
1457 bhndb_pci_probe_has_mapping(struct bhndb_pci_probe *probe, bhnd_addr_t addr, bhnd_size_t size) 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) 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) argument
1627 bhndb_pci_probe_read(struct bhndb_pci_probe *probe, bhnd_addr_t addr, bhnd_size_t offset, u_int width) argument
1665 bhndb_pci_eio_init(struct bhndb_pci_eio *pio, struct bhndb_pci_probe *probe) argument
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Drtw8723de.c22 .probe = rtw_pci_probe,
H A Drtw8822be.c22 .probe = rtw_pci_probe,
H A Drtw8822cs.c24 .probe = rtw_sdio_probe,
H A Drtw8821cs.c24 .probe = rtw_sdio_probe,
H A Drtw8822bs.c24 .probe = rtw_sdio_probe,
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c120 * of tracepoints to enable. If a probe is activated, it adds its ID to
183 * Each time a probe is created, fasttrap_total is incremented by the number
184 * of tracepoints that may be associated with that probe; fasttrap_total is capped
754 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
762 ASSERT(index < probe->ftp_ntps);
764 pid = probe->ftp_pid;
765 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
766 id = &probe->ftp_tps[index].fit_id;
768 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
776 * on the generation in which this probe wa
938 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
1151 fasttrap_probe_t *probe = parg; local
1285 fasttrap_probe_t *probe = parg; local
1357 fasttrap_probe_t *probe = parg; local
1397 fasttrap_probe_t *probe = parg; local
2248 fasttrap_probe_spec_t *probe; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.providers.ksh110 printf("%s-provided probe\n", errstr);
123 printf("exit probe did not seem to fire\n");

Completed in 359 milliseconds

12345678