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

  /src/usr.sbin/pstat/
pstat.c 921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0]))
926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
  /src/usr.bin/sockstat/
sockstat.c 462 if (f->ki_ftype != DTYPE_SOCKET)
  /src/sys/sys/
sysctl.h 708 uint32_t ki_ftype; /* INT: descriptor type */ member in struct:kinfo_file
  /src/sys/kern/
kern_descrip.c 2423 kp->ki_ftype = fp->f_type;

Completed in 15 milliseconds