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

  /src/usr.bin/nfsstat/
nfsstat.c 83 static const struct shortprocs { struct
86 } shortprocs[] = { variable in typeref:typename:const struct shortprocs[]
98 #define NSHORTPROC (sizeof(shortprocs)/sizeof(shortprocs[0]))
411 int mask = shortprocs[i].mask;
455 printf("%7.7s ", shortprocs[i].name);
nfsstat.c 83 static const struct shortprocs { struct
86 } shortprocs[] = { variable in typeref:typename:const struct shortprocs[]
98 #define NSHORTPROC (sizeof(shortprocs)/sizeof(shortprocs[0]))
411 int mask = shortprocs[i].mask;
455 printf("%7.7s ", shortprocs[i].name);

Completed in 22 milliseconds