Searched refs:shmcalls (Results 1 – 1 of 1) sorted by relevance
126 static sy_call_t* const shmcalls[] = { variable954 if (uap->which >= sizeof(shmcalls) / sizeof(shmcalls[0])) { in shmsys()957 return (*shmcalls[uap->which])(p, &uap->a2, retval); in shmsys()