Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/libsunrpc/
H A Dnfs3.c532 fmtprint(fmt, "%d", x->setSize); in nfs3SetAttrPrint()
534 switch(x->setSize){ in nfs3SetAttrPrint()
586 switch(x->setSize){ in nfs3SetAttrSize()
628 if(sunUint1Pack(a, ea, &a, &x->setSize) < 0) goto Err; in nfs3SetAttrPack()
629 switch(x->setSize){ in nfs3SetAttrPack()
675 if(sunUint1Unpack(a, ea, &a, &x->setSize) < 0) goto Err; in nfs3SetAttrUnpack()
676 switch(x->setSize){ in nfs3SetAttrUnpack()
/plan9/sys/include/
H A Dnfs3.h388 u1int setSize; member
/plan9/sys/src/cmd/
H A Dnfs.c1054 sa.setSize = 1; in fsopen()
1294 attr.setSize = 1; in fswstat()