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

/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c303 ucontext_t *ucp = (ucontext_t *)oldcontext;
304 greg_t *gregs = ucp->uc_mcontext.gregs;
309 oldcontext = dtrace_fulword(&ucp->uc_link);
311 ucontext32_t *ucp = (ucontext32_t *)oldcontext;
312 greg32_t *gregs = ucp->uc_mcontext.gregs;
317 oldcontext = dtrace_fuword32(&ucp->uc_link);
609 ucontext_t *ucp = (ucontext_t *)oldcontext;
610 greg_t *gregs = ucp->uc_mcontext.gregs;
615 oldcontext = dtrace_fulword(&ucp->uc_link);
617 ucontext_t *ucp
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c119 unsigned char *ucp = (unsigned char *)&ina; local
122 ucp[0] & 0xff,
123 ucp[1] & 0xff,
124 ucp[2] & 0xff,
125 ucp[3] & 0xff);

Completed in 25 milliseconds