Home
last modified time | relevance | path

Searched refs:DTYPE_SEM (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Duipc_sem.c582 finit(fp, FREAD | FWRITE, DTYPE_SEM, ks, &ksem_ops); in ksem_create()
600 if (fp->f_type != DTYPE_SEM) { in ksem_get()
H A Dkern_descrip.c5092 case DTYPE_SEM: in file_type_to_name()
/freebsd/sys/sys/
H A Dfile.h68 #define DTYPE_SEM 9 /* posix semaphore */ macro
/freebsd/lib/libprocstat/
H A Dlibprocstat.c608 case DTYPE_SEM: in procstat_getfiles_kvm()