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

  /src/sys/coda/
coda_venus.c 292 coda_ioctl_size = VC_MAXMSGSIZE;
306 if (iap->vi.in_size > VC_MAXMSGSIZE || iap->vi.out_size > VC_MAXMSGSIZE) {
322 Osize = VC_MAXMSGSIZE;
695 coda_readdir_size = VC_MAXMSGSIZE;
704 Osize = VC_MAXMSGSIZE;
coda.h 350 #define VC_MAXMSGSIZE sizeof(union inputArgs)+sizeof(union outputArgs) +\

Completed in 21 milliseconds