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

  /src/usr.sbin/pstat/
pstat.c 305 int numvnodes, ovflw; local
309 e_vnodebase = loadvnodes(&numvnodes);
311 (void)printf("%7d vnodes\n", numvnodes);
314 endvnode = e_vnodebase + numvnodes * (VPTRSZ + VNODESZ);
315 (void)printf("%d active vnodes\n", numvnodes);
762 int numvnodes, next_offset; local
764 KGET(V_NUMV, numvnodes);
765 if ((bp = malloc((numvnodes + 20) * (VPTRSZ + VNODESZ))) == NULL)
768 ep = bp + (numvnodes + 20) * (VPTRSZ + VNODESZ);

Completed in 22 milliseconds