Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/pstat/
H A Dpstat.c373 static char const * const dtypes[] = { "???", "inode", "socket", in filemode() local
403 if ((size_t)fp->xf_type >= sizeof(dtypes) / sizeof(dtypes[0])) in filemode()
406 (void)printf(" %-6.6s", dtypes[fp->xf_type]); in filemode()