Searched refs:processor_bind (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/common/sys/
H A Dprocessor_bind.s26 .file "processor_bind.s"
29 * C library -- processor_bind
30 * processor_bind(idtype_t idtype, id_t id,
36 SYSCALL_RVAL1(processor_bind)
38 SET_SIZE(processor_bind)
/illumos-gate/usr/src/uts/common/sys/
H A Dprocessor.h105 * Binding values for processor_bind(2)
121 extern int processor_bind(idtype_t idtype, id_t id,
/illumos-gate/usr/src/lib/libproc/common/
H A Dpr_pbind.c45 return (processor_bind(idtype, id, processorid, obind));
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c316 if (processor_bind(P_PID, pid, PBIND_QUERY, &binding) < 0) {
355 if (processor_bind(P_PID, P_MYID, cpu, NULL) == -1) {
478 if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0)
511 if (processor_bind(P_CPUID, cpu,
557 if (processor_bind(P_PID, pid, cpu, &old_cpu) < 0) {
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c517 if (processor_bind(P_LWPID, P_MYID, id, &set->cs_obind) == -1) {
524 (void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
540 (void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
553 (void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
608 (void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
/illumos-gate/usr/src/man/man2/
H A DMakefile103 processor_bind.2 \
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c184 * processor_bind(2) - Processor binding interfaces.
187 processor_bind(idtype_t idtype, id_t id, processorid_t bind, function
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c249 int processor_bind(idtype_t, id_t, processorid_t, processorid_t *);
660 /* 187 */ SYSENT_CI("processor_bind", processor_bind, 4),
1015 /* 187 */ SYSENT_CI("processor_bind", processor_bind, 4),
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c810 if (processor_bind(P_LWPID, P_MYID, state->cpuid, NULL) != 0)
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com268 processor_bind.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com269 processor_bind.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile241 processor_bind.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com288 processor_bind.o \

Completed in 76 milliseconds