Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dfile.h187 #define DTYPE_SEM 8 /* semaphore */ macro
/netbsd-src/sys/kern/
H A Duipc_sem.c421 if (__predict_false(fp->f_type != DTYPE_SEM)) { in ksem_get()
581 fp->f_type = DTYPE_SEM; in do_ksem_init()
659 fp->f_type = DTYPE_SEM; in do_ksem_open()
/netbsd-src/sys/miscfs/procfs/
H A Dprocfs_vfsops.c393 case DTYPE_SEM: in procfs_loadvnode()
H A Dprocfs_vnops.c1896 case DTYPE_SEM: in procfs_readlink()
1977 case DTYPE_SEM: return DT_LNK; /* symlinks */ in fttodt()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c550 case DTYPE_SEM: in ftrans()