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

  /src/sys/fs/nfs/common/
nfs_commonacl.c 51 u_char *name, namestr[NFSV4_SMALLSTR + 1];
77 if (len > NFSV4_SMALLSTR)
83 if (len > NFSV4_SMALLSTR)
116 if (len > NFSV4_SMALLSTR)
400 u_char *name, namestr[NFSV4_SMALLSTR];
nfs_commonsubs.c 819 u_char *cp, *cp2, namestr[NFSV4_SMALLSTR + 1];
1445 if (j > NFSV4_SMALLSTR)
1451 if (j > NFSV4_SMALLSTR)
1467 if (j > NFSV4_SMALLSTR)
1478 if (j > NFSV4_SMALLSTR)
1484 if (j > NFSV4_SMALLSTR)
1500 if (j > NFSV4_SMALLSTR)
2050 u_char *cp, namestr[NFSV4_SMALLSTR];
2568 * cpp - points to a buffer of size NFSV4_SMALLSTR
2579 int cnt, hasampersand, len = NFSV4_SMALLSTR, ret
    [all...]
nfsproto.h 69 #define NFSV4_SMALLSTR 50 /* Strings small enough for stack */
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 324 u_char tag[NFSV4_SMALLSTR + 1], *tagstr = NULL;
405 if (tagstr != NULL && taglen > NFSV4_SMALLSTR)
nfs_nfsdport.c 2431 u_char *cp, namestr[NFSV4_SMALLSTR + 1];
2511 if (j > NFSV4_SMALLSTR)
2517 if (j > NFSV4_SMALLSTR)
2527 if (j > NFSV4_SMALLSTR)
2538 if (j > NFSV4_SMALLSTR)
2544 if (j > NFSV4_SMALLSTR)
2554 if (j > NFSV4_SMALLSTR)
nfs_nfsdsubs.c 2109 if (taglen <= NFSV4_SMALLSTR)
2123 if (tagstr != NULL && taglen > NFSV4_SMALLSTR)
  /src/sys/fs/nfs/client/
nfs_clstate.c 3152 u_char tag[NFSV4_SMALLSTR + 1], *tagstr;
3177 if (taglen <= NFSV4_SMALLSTR)
3183 if (taglen > NFSV4_SMALLSTR)
3189 if (taglen > NFSV4_SMALLSTR) {

Completed in 23 milliseconds