HomeSort by: relevance | last modified time | path
    Searched defs:thyp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
nfs_commonsubs.c 830 u_int64_t uquad = 0, thyp, thyp2; local in function:nfsv4_loadattr
1029 thyp = fxdr_hyper(tl);
1034 if (thyp != (u_int64_t)
1041 nap->na_filesid[0] = thyp;
1209 thyp = fxdr_hyper(tl);
1212 if ((u_int64_t)nap->na_fileid != thyp)
1224 nap->na_fileid = thyp;
1636 thyp = fxdr_hyper(tl);
1639 if ((u_int64_t)nap->na_bytes != thyp)
1643 nap->na_bytes = thyp;
    [all...]
nfs_commonsubs.c 830 u_int64_t uquad = 0, thyp, thyp2; local in function:nfsv4_loadattr
1029 thyp = fxdr_hyper(tl);
1034 if (thyp != (u_int64_t)
1041 nap->na_filesid[0] = thyp;
1209 thyp = fxdr_hyper(tl);
1212 if ((u_int64_t)nap->na_fileid != thyp)
1224 nap->na_fileid = thyp;
1636 thyp = fxdr_hyper(tl);
1639 if ((u_int64_t)nap->na_bytes != thyp)
1643 nap->na_bytes = thyp;
    [all...]

Completed in 24 milliseconds