Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpcsvc/
H A Dautofs_prot.x42 const AUTOFS_MAXOPTSLEN = 1024; variable
87 string opts<AUTOFS_MAXOPTSLEN>;
112 string opts<AUTOFS_MAXOPTSLEN>; /* default mount options */
213 string mntopts<AUTOFS_MAXOPTSLEN>; /* mntpnt options */
/titanic_50/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.c1947 if (mntoptslen > AUTOFS_MAXOPTSLEN) in unmount_node()
1948 ul.mntopts[AUTOFS_MAXOPTSLEN - 1] = '\0'; in unmount_node()
/titanic_50/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.c205 char buf[AUTOFS_MAXOPTSLEN]; in process_opts()
207 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()
685 char pushentryopts[AUTOFS_MAXOPTSLEN]; in fstype_opts()
1177 char buf[AUTOFS_MAXOPTSLEN]; in automount_opts()
1182 if (len > AUTOFS_MAXOPTSLEN) { in automount_opts()
1185 AUTOFS_MAXOPTSLEN-8); in automount_opts()