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

/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c85 struct sysent *callp; local
126 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
128 if (__improbable(callp == sysent)) {
131 callp = (code >= NUM_SYSENT) ? &sysent[63] : &sysent[code];
136 if (callp->sy_arg_bytes != 0) {
144 assert((unsigned) callp->sy_arg_bytes <= sizeof (uthread->uu_arg));
145 nargs = callp->sy_arg_bytes;
163 mungerp = callp->sy_arg_munge32;
190 error = (*(callp->sy_call))((void *) p, (void *) vt, &(uthread->uu_rval[0]));
247 if (__improbable(!is_vfork && callp
262 struct sysent *callp; local
452 struct sysent *callp; local
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dmp.c1079 mp_call_t *callp = NULL; local
1085 queue_remove_first(&cqp->queue, callp, typeof(callp), link);
1088 return callp;
1092 mp_call_free(mp_call_t *callp) argument
1098 queue_enter_first(&cqp->queue, callp, typeof(callp), link);
1105 mp_call_t *callp = NULL; local
1109 queue_remove_first(&cqp->queue, callp, typeof(callp), lin
1114 mp_call_enqueue_locked( mp_call_queue_t *cqp, mp_call_t *callp) argument
1141 mp_call_t *callp; local
1162 mp_call_t *callp; local
1320 mp_call_t *callp = NULL; local
[all...]

Completed in 28 milliseconds