Symbol: PBIND_NONE
usr/src/cmd/mdb/common/modules/genunix/gcore.c
1088
lpsinfo->pr_bindpro = PBIND_NONE;
usr/src/cmd/mdb/common/modules/genunix/gcore.c
1812
psp->pr_lwp.pr_bindpro = PBIND_NONE;
usr/src/cmd/pbind/pbind.c
113
if (cpu == PBIND_NONE)
usr/src/cmd/pbind/pbind.c
130
case PBIND_NONE:
usr/src/cmd/pbind/pbind.c
165
if (old == PBIND_NONE) {
usr/src/cmd/pbind/pbind.c
166
if (new == PBIND_NONE)
usr/src/cmd/pbind/pbind.c
173
if (new == PBIND_NONE)
usr/src/cmd/pbind/pbind.c
293
else if (binding != PBIND_NONE)
usr/src/cmd/pbind/pbind.c
327
if (binding != PBIND_NONE)
usr/src/cmd/pbind/pbind.c
343
(cpuid == NULL && binding != PBIND_NONE))
usr/src/cmd/pbind/pbind.c
434
cpu = PBIND_NONE;
usr/src/cmd/pbind/pbind.c
478
if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0)
usr/src/cmd/pbind/pbind.c
512
PBIND_NONE, &old_cpu) != 0) {
usr/src/cmd/ps/ps.c
1463
if (psinfo->pr_lwp.pr_bindpro == PBIND_NONE) /* PSR */
usr/src/cmd/ps/ps.c
1749
if (zombie_lwp || psinfo->pr_lwp.pr_bindpro == PBIND_NONE)
usr/src/cmd/psrset/psrset.c
522
(cpuid == NULL && binding != PBIND_NONE))
usr/src/cmd/psrset/psrset.c
623
else if (binding != PBIND_NONE)
usr/src/uts/common/c2/audit_event.c
5132
if (uap->processor_id == PBIND_NONE)
usr/src/uts/common/c2/audit_event.c
5207
if (uap->processor_id == PBIND_NONE &&
usr/src/uts/common/disp/thread.c
1561
tp->t_bind_cpu = PBIND_NONE; /* no USER-requested binding */
usr/src/uts/common/disp/thread.c
436
t->t_bind_cpu = PBIND_NONE;
usr/src/uts/common/disp/thread_intr.c
76
tp->t_bind_cpu = PBIND_NONE; /* no USER-requested binding */
usr/src/uts/common/fs/proc/prsubr.c
2568
psp->pr_lwp.pr_bindpro = PBIND_NONE;
usr/src/uts/common/fs/proc/prvnops.c
1573
lwpsinfo.pr_bindpro = PBIND_NONE;
usr/src/uts/common/fs/proc/prvnops.c
955
sp->pr_bindpro = PBIND_NONE;
usr/src/uts/common/inet/squeue.c
252
sqp->sq_bind = PBIND_NONE;
usr/src/uts/common/inet/squeue.c
277
ASSERT(sqp->sq_bind != PBIND_NONE || bind != PBIND_NONE);
usr/src/uts/common/inet/squeue.c
290
if (bind != PBIND_NONE)
usr/src/uts/common/io/cpc.c
480
if ((cpuid = curthread->t_bind_cpu) == PBIND_NONE)
usr/src/uts/common/os/cpu.c
2569
if (binding != PBIND_NONE)
usr/src/uts/common/os/cpu.c
2622
if (binding != PBIND_NONE) {
usr/src/uts/common/os/cpu.c
2640
if (binding == PBIND_NONE) {
usr/src/uts/common/os/cpu.c
2984
err = cpu_bind_thread(tp, PBIND_NONE, &obind, &berr);
usr/src/uts/common/os/cpu.c
491
if ((binding = t->t_bind_cpu) == PBIND_NONE) {
usr/src/uts/common/os/lwp.c
511
t->t_bind_cpu = binding = PBIND_NONE;
usr/src/uts/common/os/lwp.c
531
if (binding != PBIND_NONE && t->t_affinitycnt == 0) {
usr/src/uts/common/syscall/lgrpsys.c
504
if (t->t_bind_cpu != PBIND_NONE) {
usr/src/uts/common/syscall/processor_bind.c
190
processorid_t obind = PBIND_NONE;
usr/src/uts/common/syscall/processor_bind.c
220
case PBIND_NONE:
usr/src/uts/common/syscall/processor_bind.c
336
if (id == P_MYID || bind != PBIND_NONE || cpu_get(id) == NULL)
usr/src/uts/common/syscall/processor_bind.c
343
if (id == P_MYID || bind != PBIND_NONE) {
usr/src/uts/common/syscall/processor_bind.c
61
*obind = PBIND_NONE;
usr/src/uts/i86pc/os/mlsetup.c
224
t0.t_bind_cpu = PBIND_NONE;
usr/src/uts/sun4/os/mlsetup.c
161
t0.t_bind_cpu = PBIND_NONE;