Searched refs:pset_bind (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/psrset/ |
H A D | psrset.c | 495 if (pset_bind(PS_QUERY, P_PID, pid, &binding) < 0) { in query_all_proc() 530 if (pset_bind(pset, P_PID, P_MYID, NULL) != 0) { in exec_cmd() 757 if (pset_bind(PS_NONE, P_ALL, 0, &old_pset) != 0) in main() 899 } else if (pset_bind(pset, P_ZONEID, zid, in main() 945 if (pset_bind(pset, P_PID, pid, in main() 977 if (pset_bind(PS_NONE, P_PSETID, pset, in main()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | pset.h | 61 extern int pset_bind(psetid_t, idtype_t, id_t, psetid_t *);
|
/titanic_41/usr/src/lib/libc/port/sys/ |
H A D | psetsys.c | 70 pset_bind(psetid_t pset, idtype_t idtype, id_t id, psetid_t *opset) in pset_bind() function
|
/titanic_41/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 474 if (pset_bind(PS_QUERY, P_LWPID, P_MYID, &pset) == -1) in lgrp_init() 541 if (pset_bind(PS_QUERY, P_LWPID, P_MYID, &pset) == -1) in lgrp_cookie_stale()
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | pset.c | 533 pset_bind(psetid_t pset, idtype_t idtype, id_t id, psetid_t *opset) in pset_bind() function 857 return (pset_bind((psetid_t)arg1, (idtype_t)arg2, in pset()
|
/titanic_41/usr/src/man/man2/ |
H A D | Makefile | 106 pset_bind.2 \
|
/titanic_41/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 690 if (pset_bind(PS_QUERY, P_PID, P_MYID, &mypset) == -1) { in cpustat()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 101 file path=usr/share/man/man2/pset_bind.2
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1321 pset_bind;
|
H A D | llib-lc | 1385 int pset_bind(psetid_t pset, idtype_t idtype, id_t id, psetid_t *opset);
|