Searched refs:sy_call_t (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsysent.h38 typedef int32_t sy_call_t(struct proc *, void *, int *); typedef
42 sy_call_t *sy_call; /* implementing function */
/xnu-2422.115.4/bsd/kern/
H A Dsysv_shm.c127 /* XXX casting to (sy_call_t *) is bogus, as usual. */
128 static sy_call_t *shmcalls[] = {
129 (sy_call_t *)shmat, (sy_call_t *)oshmctl,
130 (sy_call_t *)shmdt, (sy_call_t *)shmget,
131 (sy_call_t *)shmctl
H A Dsysv_msg.c86 typedef int sy_call_t(struct proc *, void *, int *); typedef
88 /* XXX casting to (sy_call_t *) is bogus, as usual. */
89 static sy_call_t *msgcalls[] = {
90 (sy_call_t *)msgctl, (sy_call_t *)msgget,
91 (sy_call_t *)msgsnd, (sy_call_t *)msgrcv
H A Dsysv_sem.c123 /* XXX casting to (sy_call_t *) is bogus, as usual. */
124 static sy_call_t *semcalls[] = {
125 (sy_call_t *)semctl, (sy_call_t *)semget,
126 (sy_call_t *)semop
/xnu-2422.115.4/bsd/dev/i386/
H A Dsystemcalls.c258 if (__improbable(!is_vfork && callp->sy_call == (sy_call_t *)execve && !error)) {

Completed in 23 milliseconds