Searched refs:B_TRUE (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_proc_apple.c92 exec == B_TRUE arises when the target does an exec() */
95 (err = rd_event_enable(dpr->dpr_rtld, B_TRUE)) == RD_OK) {
210 dpr->dpr_quit = B_TRUE;
211 notify = B_TRUE;
217 dpr->dpr_quit = B_TRUE;
218 notify = B_TRUE;
247 dt_proc_bpdestroy(dpr, B_TRUE);
248 dpr->dpr_done = B_TRUE;
H A Ddt_proc.c127 dbp->dbp_active = B_TRUE;
204 dbp->dbp_active = B_TRUE;
384 (err = rd_event_enable(dpr->dpr_rtld, B_TRUE)) == RD_OK) {
535 (void) Pfault(P, FLTBPT, B_TRUE); /* always trace breakpoints */
536 (void) Pfault(P, FLTTRACE, B_TRUE); /* always trace single-step */
542 (void) Psysexit(P, SYS_exec, B_TRUE);
543 (void) Psysexit(P, SYS_execve, B_TRUE);
551 (void) Psysentry(P, SYS_vfork, B_TRUE);
552 (void) Psysexit(P, SYS_vfork, B_TRUE);
553 (void) Psysentry(P, SYS_fork1, B_TRUE);
[all...]
H A Ddt_pragma.c274 found = B_TRUE;
H A Ddt_parser.c2534 dnp->dn_provred = B_TRUE;
2742 } else if (scope == DTRACE_OBJ_EXEC && create == B_TRUE) {
2876 dt_xcook_ident(cp, dtp->dt_globals, DT_IDENT_SCALAR, B_TRUE);
3119 dt_xcook_ident(lp, dhp, idkind, B_TRUE);
3348 DT_IDENT_SCALAR, B_TRUE);
3367 DT_IDENT_SCALAR, B_TRUE);
3386 * B_TRUE to dt_xcook_ident to indicate that a new variable can
3392 DT_IDENT_AGG, B_TRUE);
3395 DT_IDENT_SCALAR, B_TRUE);
3519 DT_IDENT_SCALAR, B_TRUE);
[all...]
H A Ddt_pid.c964 dpr->dpr_usdt = B_TRUE;
1001 found = B_TRUE;
H A Ddt_decl.c287 * name fnp->dn_string is defined in this list (B_TRUE) or not (B_FALSE).
298 return (B_TRUE);
H A Ddt_cc.c2399 dld->dtld_loaded = B_TRUE;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-libdlpi.c87 return (B_TRUE);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Ddtrace.h124 typedef enum { B_FALSE = 0, B_TRUE = 1 } _dtrace_boolean; enumerator in enum:__anon14812
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c14635 &dtrace_anon.dta_enabling, 0, B_TRUE);
17623 if (dtrace_dof_slurp(dof, vstate, cr, &enab, 0, B_TRUE) != 0) {
18530 if (dtrace_dof_slurp(dof, vstate, cr, &enab, 0, B_TRUE) != 0) {

Completed in 228 milliseconds