Searched refs:NFS_MAXNAMLEN (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs.c | 164 getxdr_string(buff, NFS_MAXNAMLEN)); 179 getxdr_string(buff, NFS_MAXNAMLEN)); 184 getxdr_string(buff, NFS_MAXNAMLEN)); 193 getxdr_string(buff, NFS_MAXNAMLEN)); 199 getxdr_string(buff, NFS_MAXNAMLEN)); 636 static char buff[NFS_MAXNAMLEN + 1]; in sum_readdirres() 646 (void) getxdr_string(buff, NFS_MAXNAMLEN); /* name */ in sum_readdirres() 662 char buff[NFS_MAXNAMLEN + 1]; in detail_readdirres() 675 name = (char *)getxdr_string(buff, NFS_MAXNAMLEN); in detail_readdirres()
|
H A D | snoop_nfs3.c | 1054 static char buff[NFS_MAXNAMLEN + 1]; /* protocol allows longer names */ in sum_readdirres() 1067 (void) getxdr_string(buff, NFS_MAXNAMLEN); /* name */ in sum_readdirres() 1079 static char buff[NFS_MAXNAMLEN + 1]; /* protocol allows longer */ in sum_readdirplusres() 1093 (void) getxdr_string(buff, NFS_MAXNAMLEN); /* name */ in sum_readdirplusres() 1113 char buff[NFS_MAXNAMLEN + 1]; /* protocol allows longer names */ in detail_readdirres() 1130 name = (char *)getxdr_string(buff, NFS_MAXNAMLEN); in detail_readdirres() 1163 (void) showxdr_string(NFS_MAXNAMLEN, "Name = %s"); in detail_readdirplusres()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | getdents4.c | 95 char names[MAXDENTS][NFS_MAXNAMLEN+1]; in nfs4getdents() 129 rdbuf.etlist[j].b_name.utf8string_len = NFS_MAXNAMLEN; in nfs4getdents()
|
H A D | getdents.c | 93 char names[MAXDENTS][NFS_MAXNAMLEN+1]; in nfsgetdents()
|
H A D | getdents3.c | 94 char names[MAXDENTS][NFS_MAXNAMLEN+1]; in nfs3getdents()
|
H A D | lookup.c | 101 char component[NFS_MAXNAMLEN+1]; /* buffer for component */ in stlookuppn()
|
H A D | nfs_xdr.c | 112 return (xdr_string(xdrs, objp, NFS_MAXNAMLEN)); in xdr_b_filename()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_xdr.c | 815 !xdr_bytes(xdrs, &name, &namlen, NFS_MAXNAMLEN) || in xdr_putrddirres() 914 if (size > NFS_MAXNAMLEN) in xdr_diropargs() 963 if (size > NFS_MAXNAMLEN) in xdr_diropargs() 994 if (size > NFS_MAXNAMLEN) in xdr_diropargs() 1003 xdr_string(xdrs, &da->da_name, NFS_MAXNAMLEN)) { in xdr_diropargs()
|
/titanic_41/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 41 const NFS_MAXNAMLEN = 255; variable 150 typedef string filename<NFS_MAXNAMLEN>; typedef
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs.h | 85 #define NFS_MAXNAMLEN 255 macro
|