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

/xnu-2422.115.4/bsd/dev/i386/
H A Dsystemcalls.c94 struct sysent *callp; local
135 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
137 if (__improbable(callp == sysent)) {
140 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
146 if (callp->sy_arg_bytes != 0) {
150 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));
151 nargs = callp->sy_arg_bytes;
167 mungerp = callp->sy_arg_munge32;
200 error = (*(callp->sy_call))((void *) p, (void *) vt, &(uthread->uu_rval[0]));
258 if (__improbable(!is_vfork && callp
272 struct sysent *callp; local
464 struct sysent *callp; local
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dmp.c999 mp_call_t *callp = NULL; local
1005 queue_remove_first(&cqp->queue, callp, typeof(callp), link);
1008 return callp;
1012 mp_call_free(mp_call_t *callp) argument
1018 queue_enter_first(&cqp->queue, callp, typeof(callp), link);
1025 mp_call_t *callp = NULL; local
1029 queue_remove_first(&cqp->queue, callp, typeof(callp), lin
1034 mp_call_enqueue_locked( mp_call_queue_t *cqp, mp_call_t *callp) argument
1062 mp_call_t *callp; local
1086 mp_call_t *callp; local
1228 mp_call_t *callp = NULL; local
[all...]

Completed in 77 milliseconds