Searched refs:Punsetflags (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_proc.c | 408 (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 D | Pcontrol.c | 1414 (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 D | libproc.h | 240 extern int Punsetflags(struct ps_prochandle *, long);
|
H A D | llib-lproc | 76 int Punsetflags(struct ps_prochandle *Pr, long flags);
|
/osnet-11/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 326 if (Punsetflags(pctx->Pr, PR_FORK) == -1)
|
Completed in 38 milliseconds