Home
last modified time | relevance | path

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

/netbsd/usr.sbin/pstat/
H A Dpstat.c921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0])) in filemode()
926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]); in filemode()
/netbsd/usr.bin/sockstat/
H A Dsockstat.c462 if (f->ki_ftype != DTYPE_SOCKET)
/netbsd/sys/sys/
H A Dsysctl.h707 uint32_t ki_ftype; /* INT: descriptor type */ member
/netbsd/sys/kern/
H A Dkern_descrip.c2376 kp->ki_ftype = fp->f_type; in fill_file2()