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

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

Completed in 111 milliseconds