Home
last modified time | relevance | path

Searched refs:AUTOFS_MAXOPTSLEN (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x40 const AUTOFS_MAXOPTSLEN = 1024; variable
85 string opts<AUTOFS_MAXOPTSLEN>;
110 string opts<AUTOFS_MAXOPTSLEN>; /* default mount options */
211 string mntopts<AUTOFS_MAXOPTSLEN>; /* mntpnt options */
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c75 if (!xdr_string(xdrs, &objp->mntopts, AUTOFS_MAXOPTSLEN)) in xdr_umntrequest()
128 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN)) in xdr_autofs_args()
251 if (!xdr_string(xdrs, &objp->optptr, AUTOFS_MAXOPTSLEN)) in xdr_mounta()
278 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN)) in xdr_autofs_lookupargs()
H A Dauto_subr.c1949 if (mntoptslen > AUTOFS_MAXOPTSLEN) in unmount_node()
1950 ul.mntopts[AUTOFS_MAXOPTSLEN - 1] = '\0'; in unmount_node()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_xdr.c92 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN)) in xdr_autofs_args()
125 if (!xdr_string(xdrs, &objp->optptr, AUTOFS_MAXOPTSLEN)) in xdr_mounta()
214 if (!xdr_string(xdrs, &objp->mntopts, AUTOFS_MAXOPTSLEN)) in xdr_umntrequest()
253 if (!xdr_string(xdrs, &objp->opts, AUTOFS_MAXOPTSLEN))
H A Dautod_autofs.c203 char buf[AUTOFS_MAXOPTSLEN]; in process_opts()
205 assert(strlen(options)+1 < AUTOFS_MAXOPTSLEN); in process_opts()
H A Dautod_parse.c122 char defaultopts[AUTOFS_MAXOPTSLEN]; in parse_entry()
581 char entryopts[AUTOFS_MAXOPTSLEN]; in set_mapent_opts()
681 char pushentryopts[AUTOFS_MAXOPTSLEN]; in fstype_opts()
1185 char buf[AUTOFS_MAXOPTSLEN]; in automount_opts()
1190 if (len > AUTOFS_MAXOPTSLEN) { in automount_opts()
1193 AUTOFS_MAXOPTSLEN-8); in automount_opts()