HomeSort by: relevance | last modified time | path
    Searched defs:dtypes (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/pstat/
pstat.c 114 static const char * const dtypes[] = { DTYPE_NAMES }; variable in typeref:typename:const char * const[]
921 if ((unsigned)ki->ki_ftype >= sizeof(dtypes) / sizeof(dtypes[0]))
926 PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
  /src/usr.bin/fstat/
fstat.c 155 static const char *const dtypes[] = { variable in typeref:typename:const char * const[]
1301 pmisc(file, dtypes[file->f_type]);

Completed in 14 milliseconds