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

/macosx-10.9.5/remote_cmds-41.90.1/ruptime.tproj/
H A Druptime.c70 size_t nhosts; variable
195 for (nhosts = hspace = 0; (dp = readdir(dirp)) != NULL;) {
214 if (nhosts == hspace) {
218 hsp = hs + nhosts;
234 ++nhosts;
236 if (nhosts == 0) {
243 qsort(hs, nhosts, sizeof(hs[0]), cmp);
244 for (i = 0; i < (int)nhosts; i++) {
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dfile.c293 int fd0, fd = -1, len, namelen, rv, nhosts0, nhosts, i, newcreated = 0; local
368 nhosts = 0;
396 nhosts++;
400 fh.fh_reccnt = htonl(nhosts);

Completed in 78 milliseconds