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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1904 struct x86_kernel_state *statep; local
1913 statep = STACK_IKS(stack);
1915 statep->k_rip = (unsigned long) Thread_continue;
1916 statep->k_rbx = (unsigned long) thread_continue;
1917 statep->k_rsp = (unsigned long) (STACK_IKS(stack) - 1);
1919 statep->k_eip = (unsigned long) Thread_continue;
1920 statep->k_ebx = (unsigned long) thread_continue;
1921 statep->k_esp = (unsigned long) (STACK_IKS(stack) - 1);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c4794 int *statep; local
4802 statep = &nmp->nm_state;
4806 while (*statep & NFSSTA_SNDLOCK) {
4809 *statep |= NFSSTA_WANTSND;
4812 msleep(statep, &nmp->nm_lock, slpflag | (PZERO - 1), "nfsndlck", &ts);
4819 *statep |= NFSSTA_SNDLOCK;
4831 int *statep, wake = 0; local
4836 statep = &nmp->nm_state;
4837 if ((*statep & NFSSTA_SNDLOCK) == 0)
4839 *statep
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c4178 get_sockev_state(struct socket *so, u_int32_t *statep) { argument
4179 u_int32_t state = *(statep);
4187 *(statep) = state;

Completed in 38 milliseconds