Searched refs:Punsetflags (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_proc.c408 (void) Punsetflags(P, krflag);
487 (void) Punsetflags(P, PR_ASYNC); /* require synchronous mode */
489 (void) Punsetflags(P, PR_FORK); /* do not inherit on fork */
881 (void) Punsetflags(dpr->dpr_proc, PR_RLC);
948 (void) Punsetflags(dpr->dpr_proc, PR_KLC);
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c1414 (void) Punsetflags(P, ALL_SETTABLE_FLAGS);
1423 (void) Punsetflags(P, ALL_SETTABLE_FLAGS);
1534 (void) Punsetflags(P, PR_RLC|PR_KLC);
2486 Punsetflags(struct ps_prochandle *P, long flags) function
H A Dlibproc.h240 extern int Punsetflags(struct ps_prochandle *, long);
H A Dllib-lproc76 int Punsetflags(struct ps_prochandle *Pr, long flags);
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c326 if (Punsetflags(pctx->Pr, PR_FORK) == -1)

Completed in 38 milliseconds