Searched refs:sessid (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dproc_internal.h506 #define SESSHASH(sessid) (&sesshashtbl[(sessid) & sesshash])
571 extern struct session * session_find_internal(pid_t sessid);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_proc.c902 session_find_internal(pid_t sessid) argument
906 for (sess = SESSHASH(sessid)->lh_first; sess != 0; sess = sess->s_hash.le_next)
907 if (sess->s_sid == sessid)

Completed in 77 milliseconds