Searched refs:statep (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/i386/
H A Dpcb.c1793 struct x86_kernel_state *statep; local
1802 statep = STACK_IKS(stack);
1804 statep->k_rip = (unsigned long) Thread_continue;
1805 statep->k_rbx = (unsigned long) thread_continue;
1806 statep->k_rsp = (unsigned long) (STACK_IKS(stack) - 1);
1808 statep->k_eip = (unsigned long) Thread_continue;
1809 statep->k_ebx = (unsigned long) thread_continue;
1810 statep->k_esp = (unsigned long) (STACK_IKS(stack) - 1);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_socket.c4927 int *statep; local
4935 statep = &nmp->nm_state;
4939 while (*statep & NFSSTA_SNDLOCK) {
4942 *statep |= NFSSTA_WANTSND;
4945 msleep(statep, &nmp->nm_lock, slpflag | (PZERO - 1), "nfsndlck", &ts);
4952 *statep |= NFSSTA_SNDLOCK;
4964 int *statep, wake = 0; local
4969 statep = &nmp->nm_state;
4970 if ((*statep & NFSSTA_SNDLOCK) == 0)
4972 *statep
[all...]
/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c4654 get_sockev_state(struct socket *so, u_int32_t *statep) argument
4656 u_int32_t state = *(statep);
4663 *(statep) = state;

Completed in 40 milliseconds