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

/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
329 nhosts0 = fh.fh_reccnt;
330 /* verify nhosts0 vs file length */
331 if (st.st_size < ((off_t) sizeof(FileHeader) + (off_t) sizeof(HostInfo0) * nhosts0)) {
333 fh.fh_state, nhosts0, st.st_size, ((off_t) sizeof(FileHeader) + (off_t) sizeof(HostInfo0) * nhosts0));
369 for (i = 0; i < nhosts0; i++) {

Completed in 70 milliseconds