/illumos-gate/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 …]
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait3.c | 76 error = waitid(P_ALL, 0, &info, options); in csh_wait3() 139 if (waitid(P_ALL, 0, &info, in csh_wait_noreap()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | priocntl.c | 57 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in __priocntl() 73 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in priocntl()
|
H A D | waitpid.c | 90 idtype = P_ALL; in waitpid() 149 idtype = P_ALL; in wait4()
|
H A D | sigsend.c | 41 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID); in sigsend()
|
H A D | psecflags.c | 35 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in psecflags()
|
/illumos-gate/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 | pset.c | 436 (idtype == P_ALL && tp->t_bind_pset == PS_NONE)) in pset_unbind() 677 case P_ALL: in pset_bind()
|
H A D | processor_bind.c | 342 case P_ALL: in processor_bind()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | procset.h | 71 P_ALL, /* All processes. */ enumerator
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | list.h | 100 #define P_ALL P_ISA macro
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait4.c | 104 idtype = P_ALL; in wait4()
|
/illumos-gate/usr/src/cmd/priocntl/ |
H A D | priocntl.c | 333 if (idtype == P_ALL) { in print_procs() 532 if (idargc == 0 && idtype != P_ALL) { in set_procs() 671 case P_ALL: in set_procs() 963 case P_ALL: in ids2pids()
|
H A D | fsspriocntl.c | 327 if (idtype == P_ALL) { in set_fssprocs() 328 if (fss_priocntl(P_ALL, 0, PC_SETXPARMS, "FSS", args) == -1) { in set_fssprocs()
|
H A D | tspriocntl.c | 343 if (idtype == P_ALL) { in set_tsprocs() 344 if (ts_priocntl(P_ALL, 0, PC_SETXPARMS, "TS", args) == -1) { in set_tsprocs()
|
H A D | iapriocntl.c | 366 if (idtype == P_ALL) { in set_iaprocs() 367 if (ia_priocntl(P_ALL, 0, PC_SETXPARMS, "IA", args) == -1) { in set_iaprocs()
|
H A D | rtpriocntl.c | 403 if (idtype == P_ALL) { in set_rtprocs() 404 if (rt_priocntl(P_ALL, 0, PC_SETXPARMS, "RT", args) == -1) { in set_rtprocs()
|
H A D | fxpriocntl.c | 405 if (idtype == P_ALL) { in set_fxprocs() 406 if (fx_priocntl(P_ALL, 0, PC_SETXPARMS, "FX", args) == -1) { in set_fxprocs()
|
H A D | subr.c | 91 { P_ALL, "all" } 430 case P_ALL: in verifyupri()
|
/illumos-gate/usr/src/cmd/truss/ |
H A D | procset.c | 93 case P_ALL: str = "P_ALL"; break; in idtype_enum()
|
/illumos-gate/usr/src/cmd/ptools/psecflags/ |
H A D | psecflags.c | 50 { P_ALL, "all" },
|
/illumos-gate/usr/src/cmd/pbind/ |
H A D | pbind.c | 478 if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0) in main()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmhandler.c | 269 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in sigchild()
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/ |
H A D | syseventconfd.c | 448 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in reapchild()
|