/titanic_44/usr/src/lib/libc/common/sys/ |
H A D | p_online.s | 35 SYSCALL_RVAL1(p_online) 37 SET_SIZE(p_online)
|
/titanic_44/usr/src/cmd/psradm/ |
H A D | psradm.c | 119 old_state = p_online(cpu, P_STATUS); in psr_set_state() 137 old_state = p_online(cpu, force ? action | P_FORCED : action); in psr_set_state()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | processor.h | 118 extern int p_online(processorid_t processorid, int flag);
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/datapath-retire/ |
H A D | cda_cpu.c | 47 if (p_online(cpuid, cpustate) != -1) { in cda_cpu_offline()
|
/titanic_44/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 239 if (p_online(cpu, P_STATUS) == -1) { in select_cpu() 264 if (p_online(low, P_STATUS) != -1) in select_cpus() 557 g_present[i] = p_online(i, P_STATUS) == -1 ? 0 : 1; in main()
|
/titanic_44/usr/src/cmd/powertop/common/ |
H A D | util.c | 103 if (p_online(cpuid, P_STATUS) != -1) { in pt_enumerate_cpus()
|
/titanic_44/usr/src/cmd/fm/modules/common/cpumem-retire/ |
H A D | cma_cpu_arch.c | 119 if ((oldstate = p_online(cpuid, cpustate)) != -1) { in cma_cpu_statechange()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | p_online.c | 243 p_online(processorid_t cpun, int new_status) in p_online() function
|
/titanic_44/usr/src/lib/fm/libldom/sparc/ |
H A D | ldom.c | 439 return (p_online(vid, P_STATUS)); in ldom_fmri_status() 501 return (p_online(vid, P_FAULTED)); in ldom_fmri_retire() 562 return (p_online(vid, P_ONLINE)); in ldom_fmri_unretire()
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | name_to_sysnum | 178 p_online 189
|
/titanic_44/usr/src/uts/sparc/os/ |
H A D | name_to_sysnum | 176 p_online 189
|
/titanic_44/usr/src/cmd/psrset/ |
H A D | psrset.c | 412 int status = p_online(cpus[i], P_STATUS); in do_intr() 415 if (p_online(cpus[i], flag) == -1) { in do_intr()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sysent.c | 250 int p_online(processorid_t, int); 661 /* 189 */ SYSENT_CI("p_online", p_online, 2), 1016 /* 189 */ SYSENT_CI("p_online", p_online, 2),
|
/titanic_44/usr/src/man/man2/ |
H A D | Makefile | 96 p_online.2 \
|
/titanic_44/usr/src/cmd/fm/schemes/cpu/ |
H A D | cpu.c | 336 return (p_online(cpuid, P_STATUS) == P_FAULTED); in fmd_fmri_unusable()
|
/titanic_44/usr/src/cmd/pbind/ |
H A D | pbind.c | 458 p_online(cpu, P_STATUS) == -1) { in main()
|
/titanic_44/usr/src/cmd/trapstat/sun4/ |
H A D | trapstat.c | 407 if (p_online(cpu, P_STATUS) == -1) { in select_cpu() 432 if (p_online(low, P_STATUS) != -1) in select_cpus()
|
/titanic_44/usr/src/cmd/stat/common/ |
H A D | acquire.c | 83 ss->s_cpus[i].cs_state = p_online(i, P_STATUS); in acquire_cpus()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 944 @ MSG_SYS_P_ONLINE "[ p_online ]" # 189 945 @ MSG_SYS_P_ONLINE_ALT "p_online"
|
/titanic_44/usr/src/cmd/cpc/common/ |
H A D | cpustat.c | 656 switch (p_online(c, P_STATUS)) { in cpustat()
|
H A D | cputrack.c | 807 stat = p_online(i, P_STATUS); in p4_ht_error()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_subr.c | 489 return (p_online(cpu, P_STATUS)); in dt_status()
|
/titanic_44/usr/src/cmd/smbsrv/smbstat/ |
H A D | smbstat.c | 643 curr->cs_state = p_online(i, P_STATUS); in smbstat_cpu_snapshot()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-kernel.man2.inc | 91 file path=usr/share/man/man2/p_online.2
|
/titanic_44/usr/src/lib/libc/amd64/ |
H A D | Makefile | 237 p_online.o \
|