Home
last modified time | relevance | path

Searched refs:AUTOFS_MAXCOMPONENTLEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x39 const AUTOFS_MAXCOMPONENTLEN = 255; variable
83 string name<AUTOFS_MAXCOMPONENTLEN>; /* entry we're looking for */
113 string key<AUTOFS_MAXCOMPONENTLEN>; /* used in direct mounts only */
210 string fstype<AUTOFS_MAXCOMPONENTLEN>; /* filesystem type to umount */
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c73 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()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c98 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 Dns_fnmount.c44 #define MAPNAMESZ (size_t)(AUTOFS_MAXCOMPONENTLEN + 1)
45 #define KEYNAMESZ (size_t)(AUTOFS_MAXCOMPONENTLEN + 1)