Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsysv_shm.c1405 static sy_call_t *shmcalls[] = { variable
1425 if (uap->which < 0 || uap->which >= nitems(shmcalls)) in sys_shmsys()
1427 return ((*shmcalls[uap->which])(td, &uap->a2)); in sys_shmsys()