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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c878 int error = 0, gotfh, gotattr; local
880 gotfh = gotattr = 1;
883 nfsm_chain_get_32(error, nmc, gotfh);
884 if (!error && gotfh) /* get file handle */
892 if (!gotfh) /* skip attributes */
896 } else if (gotfh) {
H A Dnfs_serv.c4117 int len, nlen, rem, xfer, error, attrerr, gotfh, gotattr; local
4265 gotfh = gotattr = 1;
4270 gotfh = gotattr = 0;
4275 gotfh = 0;
4291 if (gotfh)
4307 if (gotfh)

Completed in 37 milliseconds