HomeSort by: relevance | last modified time | path
    Searched refs:DTYPE_SEM (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/sys/
file.h 123 struct ksem *fd_ks; // DTYPE_SEM
187 #define DTYPE_SEM 8 /* semaphore */
  /src/sys/kern/
uipc_sem.c 421 if (__predict_false(fp->f_type != DTYPE_SEM)) {
581 fp->f_type = DTYPE_SEM;
659 fp->f_type = DTYPE_SEM;
  /src/sys/miscfs/procfs/
procfs_vfsops.c 393 case DTYPE_SEM:
procfs_vnops.c 1896 case DTYPE_SEM:
1977 case DTYPE_SEM: return DT_LNK; /* symlinks */
  /src/usr.bin/fstat/
fstat.c 550 case DTYPE_SEM:

Completed in 15 milliseconds