Home
last modified time | relevance | path

Searched refs:shmcalls (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dsysv_shm.c125 static sy_call_t* const shmcalls[] = { variable
957 if (uap->which >= sizeof(shmcalls) / sizeof(shmcalls[0])) { in shmsys()
960 return (*shmcalls[uap->which])(p, &uap->a2, retval); in shmsys()