Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Duipc_sem.c290 if (__predict_false(fp->f_type != DTYPE_SEM)) { in ksem_get()
403 fp->f_type = DTYPE_SEM; in do_ksem_init()
460 fp->f_type = DTYPE_SEM; in do_ksem_open()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dfile.h164 #define DTYPE_SEM 8 /* semaphore */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/miscfs/procfs/
H A Dprocfs_vfsops.c359 case DTYPE_SEM: in procfs_loadvnode()
H A Dprocfs_vnops.c1692 case DTYPE_SEM: in procfs_readlink()