Searched refs:AUTOFS_MAXCOMPONENTLEN (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/rpcsvc/ |
H A D | autofs_prot.x | 41 const AUTOFS_MAXCOMPONENTLEN = 255; variable 85 string name<AUTOFS_MAXCOMPONENTLEN>; /* entry we're looking for */ 115 string key<AUTOFS_MAXCOMPONENTLEN>; /* used in direct mounts only */ 212 string fstype<AUTOFS_MAXCOMPONENTLEN>; /* filesystem type to umount */
|
/titanic_50/usr/src/uts/common/fs/autofs/ |
H A D | auto_xdr.c | 73 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN)) in xdr_umntrequest() 134 if (!xdr_string(xdrs, &objp->key, AUTOFS_MAXCOMPONENTLEN)) in xdr_autofs_args() 235 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN)) in xdr_mounta() 274 if (!xdr_string(xdrs, &objp->name, AUTOFS_MAXCOMPONENTLEN)) in xdr_autofs_lookupargs()
|
/titanic_50/usr/src/cmd/fs.d/autofs/ |
H A D | autod_xdr.c | 98 if (!xdr_string(xdrs, &objp->key, AUTOFS_MAXCOMPONENTLEN)) in xdr_autofs_args() 118 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN)) in xdr_mounta() 212 if (!xdr_string(xdrs, &objp->fstype, AUTOFS_MAXCOMPONENTLEN)) in xdr_umntrequest() 249 if (!xdr_string(xdrs, &objp->name, AUTOFS_MAXCOMPONENTLEN))
|
H A D | ns_fnmount.c | 44 #define MAPNAMESZ (size_t)(AUTOFS_MAXCOMPONENTLEN + 1) 45 #define KEYNAMESZ (size_t)(AUTOFS_MAXCOMPONENTLEN + 1)
|