/titanic_41/usr/src/uts/common/os/ |
H A D | procset.c | 128 if (((psp->p_lidtype == P_PID) && (psp->p_ridtype == P_ALL)) || in dotoprocs() 129 ((psp->p_ridtype == P_PID) && (psp->p_lidtype == P_ALL))) { in dotoprocs() 229 case P_ALL: in checkprocset() 249 case P_ALL: in checkprocset() 368 case P_ALL: in procinset() 458 case P_ALL: in procinset() 608 case P_ALL: in lwpinset() 694 case P_ALL: in lwpinset() 764 psp->p_op == POP_AND && psp->p_ridtype == P_ALL) in cur_inset_only() 773 psp->p_op == POP_AND && psp->p_lidtype == P_ALL) in cur_inset_only() [all …]
|
H A D | exit.c | 944 case P_ALL: in waitid() 961 if (idtype == P_ALL && in waitid()
|
/titanic_41/usr/src/cmd/csh/ |
H A D | wait3.c | 78 error = waitid(P_ALL, 0, &info, options); in csh_wait3() 141 if (waitid(P_ALL, 0, &info, in csh_wait_noreap()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | priocntl.c | 59 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in __priocntl() 75 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in priocntl()
|
H A D | waitpid.c | 92 idtype = P_ALL; in waitpid() 151 idtype = P_ALL; in wait4()
|
H A D | sigsend.c | 43 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID); in sigsend()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | sigqueue.c | 55 setprocset(&set, POP_AND, P_ALL, P_MYID, P_ALL, P_MYID); in sigqkill()
|
H A D | corectl.c | 484 setprocset(&set, POP_AND, P_ALL, P_MYID, P_ALL, P_MYID); in set_proc_info()
|
H A D | processor_bind.c | 342 case P_ALL: in processor_bind()
|
H A D | pset.c | 436 (idtype == P_ALL && tp->t_bind_pset == PS_NONE)) in pset_unbind() 677 case P_ALL: in pset_bind()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | wait.c | 103 P_ALL /* All processes. */ enumerator 207 idtype = P_ALL; in wait4()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | procset.h | 73 P_ALL, /* All processes. */ enumerator
|
/titanic_41/usr/src/tools/protocmp/ |
H A D | list.h | 102 #define P_ALL P_ISA macro
|
/titanic_41/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 106 idtype = P_ALL; in wait4()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | procset.c | 96 case P_ALL: str = "P_ALL"; break; in idtype_enum()
|
/titanic_41/usr/src/cmd/priocntl/ |
H A D | fsspriocntl.c | 329 if (idtype == P_ALL) { in set_fssprocs() 330 if (fss_priocntl(P_ALL, 0, PC_SETXPARMS, "FSS", args) == -1) { in set_fssprocs()
|
H A D | tspriocntl.c | 345 if (idtype == P_ALL) { in set_tsprocs() 346 if (ts_priocntl(P_ALL, 0, PC_SETXPARMS, "TS", args) == -1) { in set_tsprocs()
|
H A D | priocntl.c | 335 if (idtype == P_ALL) { in print_procs() 538 if (idargc == 0 && idtype != P_ALL) { 677 case P_ALL: 975 case P_ALL:
|
H A D | iapriocntl.c | 368 if (idtype == P_ALL) { in set_iaprocs() 369 if (ia_priocntl(P_ALL, 0, PC_SETXPARMS, "IA", args) == -1) { in set_iaprocs()
|
H A D | rtpriocntl.c | 405 if (idtype == P_ALL) { in set_rtprocs() 406 if (rt_priocntl(P_ALL, 0, PC_SETXPARMS, "RT", args) == -1) { in set_rtprocs()
|
H A D | fxpriocntl.c | 407 if (idtype == P_ALL) { in set_fxprocs() 408 if (fx_priocntl(P_ALL, 0, PC_SETXPARMS, "FX", args) == -1) { in set_fxprocs()
|
H A D | subr.c | 94 { P_ALL, "all" } 433 case P_ALL: in verifyupri()
|
/titanic_41/usr/src/cmd/pbind/ |
H A D | pbind.c | 438 if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0) in main()
|
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 450 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in reapchild()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmhandler.c | 289 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED);
|