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

12345678

/freebsd-10-stable/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-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dusdt.d21 probe log__trace(char *msg);
22 probe log__debug(char *msg);
23 probe log__info(char *msg);
24 probe log__warn(char *msg);
25 probe log__error(char *msg);
26 probe log__fatal(char *msg);
/freebsd-10-stable/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.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.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.header.ksh41 probe zero();
42 probe one(uintptr_t);
43 probe u_nder(char *);
44 probe d__ash(int **);
/freebsd-10-stable/sys/sys/
H A Dlockstat.h164 #define LOCKSTAT_RECORD4(probe, lp, arg1, arg2, arg3, arg4) do { \
167 if ((id = lockstat_probemap[(probe)])) \
172 #define LOCKSTAT_RECORD(probe, lp, arg1) \
173 LOCKSTAT_RECORD4(probe, lp, arg1, 0, 0, 0)
175 #define LOCKSTAT_RECORD0(probe, lp) \
176 LOCKSTAT_RECORD4(probe, lp, 0, 0, 0, 0)
178 #define LOCKSTAT_RECORD1(probe, lp, arg1) \
179 LOCKSTAT_RECORD4(probe, lp, arg1, 0, 0, 0)
181 #define LOCKSTAT_RECORD2(probe, lp, arg1, arg2) \
182 LOCKSTAT_RECORD4(probe, l
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dzfs.d21 probe probe0(char *probename);
22 probe probe1(char *probename, unsigned long arg1);
23 probe probe2(char *probename, unsigned long arg1, unsigned long arg2);
24 probe probe3(char *probename, unsigned long arg1, unsigned long arg2,
26 probe probe4(char *probename, unsigned long arg1, unsigned long arg2,
29 probe set__error(int err);
/freebsd-10-stable/sys/netinet/
H A Din_kdtrace.h31 #define IP_PROBE(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
32 SDT_PROBE6(ip, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
33 #define UDP_PROBE(probe, arg0, arg1, arg2, arg3, arg4) \
34 SDT_PROBE5(udp, , , probe, arg0, arg1, arg2, arg3, arg4)
35 #define TCP_PROBE5(probe, arg0, arg1, arg2, arg3, arg4) \
36 SDT_PROBE5(tcp, , , probe, arg0, arg1, arg2, arg3, arg4)
37 #define TCP_PROBE6(probe, arg0, arg1, arg2, arg3, arg4, arg5) \
38 SDT_PROBE6(tcp, , , probe, arg0, arg1, arg2, arg3, arg4, arg5)
/freebsd-10-stable/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
215 struct sdt_probe *probe = parg; local
227 struct sdt_probe *probe = parg; local
267 struct sdt_probe **probe, **p_begin, **p_end; local
[all...]
/freebsd-10-stable/sys/cddl/dev/lockstat/
H A Dlockstat.c160 lockstat_probe_t *probe = parg; local
162 ASSERT(!lockstat_probemap[probe->lsp_probe]);
166 lockstat_probemap[probe->lsp_probe] = id;
184 lockstat_probe_t *probe = parg; local
187 ASSERT(lockstat_probemap[probe->lsp_probe]);
191 lockstat_probemap[probe->lsp_probe] = 0;
203 * This probe is still enabled. We don't need to deal
228 lockstat_probe_t *probe = &lockstat_probes[i]; local
231 probe->lsp_func, probe
251 lockstat_probe_t *probe = parg; local
[all...]
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dcygwin.asm38 /* Function prologue calls _alloca to probe the stack when allocating more
51 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
55 orl $0x0,(%ecx) /* probe there */
57 jmp probe /* and do it again */
H A Duwin.asm13 probe: cmpl $0x1000,%eax /* > 4k ?*/ label
17 orl $0x0,(%ecx) /* probe there */
19 jmp probe /* and do it again */
/freebsd-10-stable/contrib/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-10-stable/sys/gdb/
H A Dgdb.h49 #define GDB_DBGPORT(name, probe, init, term, getc, putc) \
52 .gdb_probe = probe, \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dlockstat.c90 lockstat_probe_t *probe = parg; local
92 ASSERT(!lockstat_probemap[probe->lsp_probe]);
94 lockstat_probemap[probe->lsp_probe] = id;
112 lockstat_probe_t *probe = parg; local
115 ASSERT(lockstat_probemap[probe->lsp_probe]);
117 lockstat_probemap[probe->lsp_probe] = 0;
127 * This probe is still enabled. We don't need to deal
190 lockstat_probe_t *probe = &lockstat_probes[i]; local
193 probe->lsp_func, probe
207 lockstat_probe_t *probe = parg; local
[all...]
/freebsd-10-stable/usr.sbin/rtsold/
H A DMakefile20 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
/freebsd-10-stable/sbin/rtsol/
H A DMakefile22 SRCS= rtsold.c rtsol.c if.c probe.c dump.c rtsock.c
/freebsd-10-stable/contrib/gperf/src/
H A Dhash-table.cc147 unsigned int probe = hash_val & (_size - 1); local
156 while (_table[probe] != NULL)
158 if (equal (_table[probe], item))
159 return _table[probe];
162 probe = (probe + increment) & (_size - 1);
165 _table[probe] = item;
/freebsd-10-stable/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 225 milliseconds

12345678