Searched refs:shmcalls (Results 1 – 1 of 1) sorted by relevance
1405 static sy_call_t *shmcalls[] = { variable1425 if (uap->which < 0 || uap->which >= nitems(shmcalls)) in sys_shmsys()1427 return ((*shmcalls[uap->which])(td, &uap->a2)); in sys_shmsys()