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

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfsmount.h239 #define nm_markerleft nm_sockstate.tcp.mleft macro
H A Dnfs_socket.c337 nmp->nm_markerleft = sizeof(nmp->nm_fragleft);
1037 while (!error && nmp->nm_markerleft) {
1039 sizeof(nmp->nm_fragleft) - nmp->nm_markerleft);
1040 aio.iov_len = nmp->nm_markerleft;
1050 nmp->nm_markerleft -= rcvlen;
1051 if (nmp->nm_markerleft)
1073 while (!error && !nmp->nm_markerleft && nmp->nm_fragleft) {
1101 if (!error && !nmp->nm_markerleft && !nmp->nm_fragleft) {
1103 nmp->nm_markerleft = sizeof(nmp->nm_fragleft);

Completed in 29 milliseconds