Home
last modified time | relevance | path

Searched refs:pr_processor_bind (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libproc/common/
H A Dpr_pbind.c36 pr_processor_bind(struct ps_prochandle *Pr, idtype_t idtype, id_t id, in pr_processor_bind() function
H A Dmapfile-vers229 pr_processor_bind;
H A Dlibproc.h412 extern int pr_processor_bind(struct ps_prochandle *,
H A Dllib-lproc309 int pr_processor_bind(struct ps_prochandle *Pr, idtype_t, id_t, int, int *);
/titanic_41/usr/src/cmd/pbind/
H A Dpbind.c222 if (pr_processor_bind(Pr, P_LWPID, lwpid, cpu, &old_cpu) < 0) { in bind_lwp()