Home
last modified time | relevance | path

Searched refs:P_ALL (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/uts/common/os/
H A Dprocset.c128 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 Dwait3.c76 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 Dpriocntl.c57 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 Dwaitpid.c90 idtype = P_ALL; in waitpid()
149 idtype = P_ALL; in wait4()
H A Dsigsend.c41 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID); in sigsend()
H A Dpsecflags.c35 setprocset(&procset, POP_AND, idtype, id, P_ALL, 0); in psecflags()
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c55 setprocset(&set, POP_AND, P_ALL, P_MYID, P_ALL, P_MYID); in sigqkill()
H A Dcorectl.c484 setprocset(&set, POP_AND, P_ALL, P_MYID, P_ALL, P_MYID); in set_proc_info()
H A Dpset.c436 (idtype == P_ALL && tp->t_bind_pset == PS_NONE)) in pset_unbind()
677 case P_ALL: in pset_bind()
H A Dprocessor_bind.c342 case P_ALL: in processor_bind()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocset.h71 P_ALL, /* All processes. */ enumerator
/illumos-gate/usr/src/tools/protocmp/
H A Dlist.h100 #define P_ALL P_ISA macro
/illumos-gate/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c104 idtype = P_ALL; in wait4()
/illumos-gate/usr/src/cmd/truss/
H A Dprocset.c93 case P_ALL: str = "P_ALL"; break; in idtype_enum()
/illumos-gate/usr/src/cmd/priocntl/
H A Dpriocntl.c333 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 Dtspriocntl.c343 if (idtype == P_ALL) { in set_tsprocs()
344 if (ts_priocntl(P_ALL, 0, PC_SETXPARMS, "TS", args) == -1) { in set_tsprocs()
H A Dfsspriocntl.c327 if (idtype == P_ALL) { in set_fssprocs()
328 if (fss_priocntl(P_ALL, 0, PC_SETXPARMS, "FSS", args) == -1) { in set_fssprocs()
H A Drtpriocntl.c403 if (idtype == P_ALL) { in set_rtprocs()
404 if (rt_priocntl(P_ALL, 0, PC_SETXPARMS, "RT", args) == -1) { in set_rtprocs()
H A Diapriocntl.c366 if (idtype == P_ALL) { in set_iaprocs()
367 if (ia_priocntl(P_ALL, 0, PC_SETXPARMS, "IA", args) == -1) { in set_iaprocs()
H A Dfxpriocntl.c405 if (idtype == P_ALL) { in set_fxprocs()
406 if (fx_priocntl(P_ALL, 0, PC_SETXPARMS, "FX", args) == -1) { in set_fxprocs()
H A Dsubr.c91 { P_ALL, "all" }
430 case P_ALL: in verifyupri()
/illumos-gate/usr/src/cmd/ptools/psecflags/
H A Dpsecflags.c50 { P_ALL, "all" },
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c478 if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0) in main()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmhandler.c269 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in sigchild()
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c448 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in reapchild()

12