Home
last modified time | relevance | path

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

12

/titanic_41/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 …]
H A Dexit.c944 case P_ALL: in waitid()
961 if (idtype == P_ALL && in waitid()
/titanic_41/usr/src/cmd/csh/
H A Dwait3.c78 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 Dpriocntl.c59 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 Dwaitpid.c92 idtype = P_ALL; in waitpid()
151 idtype = P_ALL; in wait4()
H A Dsigsend.c43 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID); in sigsend()
/titanic_41/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 Dprocessor_bind.c342 case P_ALL: in processor_bind()
H A Dpset.c436 (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 Dwait.c103 P_ALL /* All processes. */ enumerator
207 idtype = P_ALL; in wait4()
/titanic_41/usr/src/uts/common/sys/
H A Dprocset.h73 P_ALL, /* All processes. */ enumerator
/titanic_41/usr/src/tools/protocmp/
H A Dlist.h102 #define P_ALL P_ISA macro
/titanic_41/usr/src/ucblib/libucb/port/sys/
H A Dwait4.c106 idtype = P_ALL; in wait4()
/titanic_41/usr/src/cmd/truss/
H A Dprocset.c96 case P_ALL: str = "P_ALL"; break; in idtype_enum()
/titanic_41/usr/src/cmd/priocntl/
H A Dfsspriocntl.c329 if (idtype == P_ALL) { in set_fssprocs()
330 if (fss_priocntl(P_ALL, 0, PC_SETXPARMS, "FSS", args) == -1) { in set_fssprocs()
H A Dtspriocntl.c345 if (idtype == P_ALL) { in set_tsprocs()
346 if (ts_priocntl(P_ALL, 0, PC_SETXPARMS, "TS", args) == -1) { in set_tsprocs()
H A Dpriocntl.c335 if (idtype == P_ALL) { in print_procs()
538 if (idargc == 0 && idtype != P_ALL) {
677 case P_ALL:
975 case P_ALL:
H A Diapriocntl.c368 if (idtype == P_ALL) { in set_iaprocs()
369 if (ia_priocntl(P_ALL, 0, PC_SETXPARMS, "IA", args) == -1) { in set_iaprocs()
H A Drtpriocntl.c405 if (idtype == P_ALL) { in set_rtprocs()
406 if (rt_priocntl(P_ALL, 0, PC_SETXPARMS, "RT", args) == -1) { in set_rtprocs()
H A Dfxpriocntl.c407 if (idtype == P_ALL) { in set_fxprocs()
408 if (fx_priocntl(P_ALL, 0, PC_SETXPARMS, "FX", args) == -1) { in set_fxprocs()
H A Dsubr.c94 { P_ALL, "all" }
433 case P_ALL: in verifyupri()
/titanic_41/usr/src/cmd/pbind/
H A Dpbind.c438 if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0) in main()
/titanic_41/usr/src/cmd/syseventd/daemons/syseventconfd/
H A Dsyseventconfd.c450 err = waitid(P_ALL, 0, &info, WNOHANG|WEXITED); in reapchild()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmhandler.c289 rcode = waitid(P_ALL, 0, &info, WNOHANG|WEXITED);

12