Home
last modified time | relevance | path

Searched refs:opcnt (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c59 int opcnt; member
138 int opcnt; in nfscl_reqstart() local
171 opcnt = nfsv4_opmap[procnum].opcnt + in nfscl_reqstart()
174 opcnt += nfsv4_opflag[nfsv4_opmap[procnum].op].needsseq; in nfscl_reqstart()
180 opcnt = 1; in nfscl_reqstart()
188 opcnt = 3; in nfscl_reqstart()
202 *tl = txdr_unsigned(opcnt); in nfscl_reqstart()
/netbsd/sys/fs/nfs/common/
H A Dnfs_commonkrpc.c487 int i = 0, j = 0, opcnt, set_sigset = 0, slot; in newnfs_request() local
834 opcnt = fxdr_unsigned(int, *tl++); in newnfs_request()
872 if (opcnt > 1) { in newnfs_request()