Searched refs:DTYPE_SEM (Results 1 – 3 of 3) sorted by relevance
584 finit(fp, FREAD | FWRITE, DTYPE_SEM, ks, &ksem_ops); in ksem_create()602 if (fp->f_type != DTYPE_SEM) { in ksem_get()
4756 case DTYPE_SEM: in file_type_to_name()
68 #define DTYPE_SEM 9 /* posix semaphore */ macro