Home
last modified time | relevance | path

Searched refs:PBIND_QUERY (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c133 case PBIND_QUERY: in bind_err()
316 if (processor_bind(P_PID, pid, PBIND_QUERY, &binding) < 0) { in query_all_proc()
323 bind_err(PBIND_QUERY, pid, -1, errno); in query_all_proc()
424 cpu = PBIND_QUERY; in main()
429 cpu = PBIND_QUERY; in main()
454 cpu = PBIND_QUERY; in main()
548 ret = do_lwps(pid, lwps, qflag ? PBIND_QUERY : cpu); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dprocessor.h114 #define PBIND_QUERY -2 /* don't set, just return the binding */ macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dprocessor_bind.c221 case PBIND_QUERY: in processor_bind()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu.c2573 case PBIND_QUERY: in cpu_bind_thread()