Home
last modified time | relevance | path

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

/titanic_41/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()
388 cpu = PBIND_QUERY; in main()
393 cpu = PBIND_QUERY; in main()
418 cpu = PBIND_QUERY; in main()
505 ret = do_lwps(pid, lwps, qflag ? PBIND_QUERY : cpu); in main()
/titanic_41/usr/src/uts/common/sys/
H A Dprocessor.h108 #define PBIND_QUERY -2 /* don't set, just return the binding */ macro
/titanic_41/usr/src/uts/common/syscall/
H A Dprocessor_bind.c221 case PBIND_QUERY: in processor_bind()
/titanic_41/usr/src/uts/common/os/
H A Dcpu.c2548 case PBIND_QUERY: in cpu_bind_thread()