Home
last modified time | relevance | path

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

/src/usr.sbin/pstat/
H A Dpstat.c361 static char const * const dtypes[] = { "???", "inode", "socket", in filemode() local
391 if ((size_t)fp->xf_type >= nitems(dtypes)) in filemode()
394 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()