Searched refs:NFCHR (Results 1 – 3 of 3) sorted by relevance
122 NFCHR = 4, enumerator
248 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator
153 { NFCHR, "CHR" },658 if (vflag && (type == NFCHR || type == NFBLK)) { in nfsreq_print()