Searched refs:pset_info (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pset.h | 60 extern int pset_info(psetid_t, int *, uint_t *, processorid_t *);
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | psetsys.c | 64 pset_info(psetid_t pset, int *type, uint_t *numcpus, processorid_t *cpulist) function
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | pool_rcm.c | 147 if (pset_info(psetid, NULL, &num_cpus, NULL) != 0) { 149 gettext("POOL: pset_info(%d) failed: %s\n"), psetid, 158 if (pset_info(psetid, NULL, &num_cpus, cpulist) != 0) { 161 gettext("POOL: pset_info(%d) failed: %s\n"), psetid,
|
/illumos-gate/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 296 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1) 315 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
|
/illumos-gate/usr/src/man/man2/ |
H A D | Makefile | 108 pset_info.2 \
|
/illumos-gate/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 326 if (pset_info(PS_MYID, NULL, &ncpus, NULL) == -1) 332 if (pset_info(PS_MYID, NULL, &ncpus, cpus) == -1) {
|
/illumos-gate/usr/src/cmd/psrset/ |
H A D | psrset.c | 370 if (pset_info(pset, &type, &numcpus, cpus) != 0) { 405 if (pset_info(pset, NULL, &numcpus, cpus) != 0) {
|
/illumos-gate/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 464 if (pset_info(g_pset, NULL, &g_pset_ncpus, g_pset_cpus) == -1) 486 if (pset_info(g_pset, NULL, &ncpus, g_pset_cpus) == -1) {
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | pset.c | 178 pset_info(psetid_t pset, int *typep, uint_t *numcpusp, function 854 return (pset_info((psetid_t)arg1, (int *)arg2,
|
/illumos-gate/usr/src/lib/libc/port/ |
H A D | llib-lc | 1389 int pset_info(psetid_t pset, int *type, u_int *numcpus, processorid_t *cpulist);
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 1691 ret = pset_info(psetid, &type, &num,
|
Completed in 360 milliseconds