Searched refs:AUTOFS_MAXOPTSLEN (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/rpcsvc/ |
H A D | autofs_prot.x | 42 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 D | auto_xdr.c | 75 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 D | auto_subr.c | 1947 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 D | autod_xdr.c | 92 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 D | autod_autofs.c | 205 char buf[AUTOFS_MAXOPTSLEN]; in process_opts() 207 assert(strlen(options)+1 < AUTOFS_MAXOPTSLEN); in process_opts()
|
H A D | autod_parse.c | 122 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()
|