HomeSort by: relevance | last modified time | path
    Searched defs:semops (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
uipc_sem.c 120 static const struct fileops semops = { variable in typeref:typename:const struct fileops
254 * Make sure that no semaphores are in use. Note: semops
583 fp->f_ops = &semops;
661 fp->f_ops = &semops;

Completed in 1771 milliseconds