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

/macosx-10.10.1/remote_cmds-47/ruptime.tproj/
H A Druptime.c72 size_t nhosts; variable
197 for (nhosts = hspace = 0; (dp = readdir(dirp)) != NULL;) {
216 if (nhosts == hspace) {
220 hsp = hs + nhosts;
236 ++nhosts;
238 if (nhosts == 0) {
245 qsort(hs, nhosts, sizeof(hs[0]), cmp);
246 for (i = 0; i < (int)nhosts; i++) {
/macosx-10.10.1/NFS-82/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 76 milliseconds