HomeSort by: relevance | last modified time | path
    Searched defs:semops (Results 1 - 3 of 3) 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;
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;
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 82 milliseconds