Symbol: MAX_MNTOPT_STR
usr/src/cmd/boot/installboot/i386/installboot.c
177
char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/boot/installboot/i386/installboot.c
189
(void) snprintf(optbuf, MAX_MNTOPT_STR, "timezone=%d",
usr/src/cmd/boot/installboot/i386/installboot.c
192
MNTTYPE_PCFS, NULL, 0, optbuf, MAX_MNTOPT_STR);
usr/src/cmd/fs.d/autofs/autod_autofs.c
102
if ((fnip->opts = malloc(MAX_MNTOPT_STR)) == NULL)
usr/src/cmd/fs.d/autofs/autod_autofs.c
159
if ((buf = (char *)malloc(MAX_MNTOPT_STR)) == NULL)
usr/src/cmd/fs.d/autofs/autod_autofs.c
163
if (len + strlen(",nest") + 1 > MAX_MNTOPT_STR)
usr/src/cmd/fs.d/autofs/autod_nfs.c
2343
head, sizeof (*head), mopts, MAX_MNTOPT_STR) < 0) {
usr/src/cmd/fs.d/autofs/autod_nfs.c
3463
char optbuf[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/autofs/autod_nfs.c
638
char mopts[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/autofs/automount.c
315
MAX_MNTOPT_STR) < 0) {
usr/src/cmd/fs.d/autofs/automount.c
381
char optbuf1[MAX_MNTOPT_STR], *s = optbuf1;
usr/src/cmd/fs.d/autofs/automount.c
382
char optbuf2[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/autofs/automount.c
96
char mntopts[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/autofs/mount.c
153
MNTTYPE_AUTOFS, &fni, sizeof (fni), obuf, MAX_MNTOPT_STR);
usr/src/cmd/fs.d/autofs/mount.c
73
char obuf[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/bootfs/mount.c
128
0, optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/bootfs/mount.c
44
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/ctfs/mount.c
144
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/ctfs/mount.c
47
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/fd/mount.c
206
fstype, NULL, 0, optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/fd/mount.c
46
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/hsfs/mount/mount.c
114
if (strlen(optarg) > MAX_MNTOPT_STR) {
usr/src/cmd/fs.d/hsfs/mount/mount.c
172
if ((strlen(obuff) + strlen(MNTOPT_RO) + 2) > MAX_MNTOPT_STR) {
usr/src/cmd/fs.d/hsfs/mount/mount.c
197
if ((strlen(obuff) + strlen(gopt) + 2) > MAX_MNTOPT_STR) {
usr/src/cmd/fs.d/hsfs/mount/mount.c
84
char obuff[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/hsfs/mount/mount.c
85
char saved_input_options[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/lofs/mount/mount.c
130
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/lofs/mount/mount.c
54
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/mntfs/mount.c
199
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/mntfs/mount.c
51
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/nfs/mount/mount.c
236
char optbuf[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/nfs/mount/mount.c
267
if (strlen(optarg) >= MAX_MNTOPT_STR) {
usr/src/cmd/fs.d/nfs/mount/mount.c
776
sizeof (*args), mntp->mnt_mntopts, MAX_MNTOPT_STR) < 0) {
usr/src/cmd/fs.d/nfs/mount/mount.c
988
if (optlen > MAX_MNTOPT_STR) {
usr/src/cmd/fs.d/objfs/mount.c
144
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/objfs/mount.c
47
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/pcfs/mount/mount.c
232
NULL, 0, optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/pcfs/mount/mount.c
45
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/proc/mount.c
207
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/proc/mount.c
51
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/sharefs/mount.c
144
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/sharefs/mount.c
47
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/smbclnt/fksmbcl/fksmbcl_main.c
312
char mnt_opt_buf[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/smbclnt/mount/mount.c
164
char optbuf[MAX_MNTOPT_STR] = "rw";
usr/src/cmd/fs.d/smbclnt/mount/mount.c
392
mnt.mnt_mntopts, MAX_MNTOPT_STR);
usr/src/cmd/fs.d/tmpfs/mount.c
119
(void) strncpy(optbuf, optarg, MAX_MNTOPT_STR);
usr/src/cmd/fs.d/tmpfs/mount.c
120
optbuf[MAX_MNTOPT_STR - 1] = '\0';
usr/src/cmd/fs.d/tmpfs/mount.c
174
optbuf, MAX_MNTOPT_STR)) {
usr/src/cmd/fs.d/tmpfs/mount.c
86
char optbuf[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/udfs/mount/mount.c
209
fstype, NULL, 0, optbuf, MAX_MNTOPT_STR) == -1) {
usr/src/cmd/fs.d/udfs/mount/mount.c
47
static char optbuf[MAX_MNTOPT_STR] = { '\0', };
usr/src/cmd/fs.d/ufs/mount/mount.c
104
static char opts[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/ufs/mount/mount.c
416
char opt[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/ufs/mount/mount.c
417
char opt2[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/ufs/mount/mount.c
553
&args, sizeof (args), mnt->mnt_mntopts, MAX_MNTOPT_STR) != 0) {
usr/src/cmd/fs.d/ufs/mount/mount.c
677
(void) strlcpy(mnt->mnt_mntopts, opts, MAX_MNTOPT_STR);
usr/src/cmd/fs.d/ufs/roll_log/roll_log.c
377
char opt[MAX_MNTOPT_STR];
usr/src/cmd/fs.d/ufs/roll_log/roll_log.c
408
opt, MAX_MNTOPT_STR) == SYSERR) {
usr/src/cmd/mdb/common/modules/genunix/vfs.c
191
char opt[MAX_MNTOPT_STR];
usr/src/cmd/zoneadm/zfs.c
1332
retval->mnt_mntopts = (char *)malloc(MAX_MNTOPT_STR * sizeof (char));
usr/src/cmd/zoneadm/zfs.c
1337
MAX_MNTOPT_STR * sizeof (char)) >= MAX_MNTOPT_STR *
usr/src/cmd/zoneadm/zfs.c
1587
mtab->mnt_mntopts, MAX_MNTOPT_STR * sizeof (char)) != 0) {
usr/src/cmd/zoneadmd/vplat.c
1213
char optstr[MAX_MNTOPT_STR];
usr/src/cmd/zoneadmd/zoneadmd.c
689
char opt_buf[MAX_MNTOPT_STR];
usr/src/cmd/zoneadmd/zoneadmd.c
716
optlen = MAX_MNTOPT_STR;
usr/src/head/libzonecfg.h
183
char zone_fsopt_opt[MAX_MNTOPT_STR];
usr/src/lib/brand/solaris10/s10_replacefile/s10_replacefile.c
81
char mntoptions[MAX_MNTOPT_STR];
usr/src/lib/libbe/common/be_mount.c
1629
char optstr[MAX_MNTOPT_STR];
usr/src/lib/libbe/common/be_mount.c
1710
char optstr[MAX_MNTOPT_STR];
usr/src/lib/libbe/common/be_mount.c
2707
char optstr[MAX_MNTOPT_STR];
usr/src/lib/libzonecfg/common/libzonecfg.c
1857
char options_str[MAX_MNTOPT_STR];
usr/src/lib/libzonecfg/common/libzonecfg.c
4806
char options_str[MAX_MNTOPT_STR];
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
591
if (optlen < 0 || optlen > MAX_MNTOPT_STR) {
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
596
inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/lib/smbclnt/libfksmbfs/common/fake_vfs.c
830
kmem_free(inargs, MAX_MNTOPT_STR);
usr/src/uts/common/fs/autofs/auto_subr.c
1211
margs.optptr = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/autofs/auto_subr.c
1212
margs.optlen = MAX_MNTOPT_STR;
usr/src/uts/common/fs/autofs/auto_subr.c
1222
kmem_free(margs.optptr, MAX_MNTOPT_STR);
usr/src/uts/common/fs/mntfs/mntvnops.c
140
return (snprintf(buf, MAX_MNTOPT_STR, "dev=%x", odev));
usr/src/uts/common/fs/mntfs/mntvnops.c
216
buf += snprintf(buf, MAX_MNTOPT_STR,
usr/src/uts/common/fs/mntfs/mntvnops.c
222
buf += snprintf(buf, MAX_MNTOPT_STR, "=%s",
usr/src/uts/common/fs/mntfs/mntvnops.c
232
buf += snprintf(buf, MAX_MNTOPT_STR, "zone=%s",
usr/src/uts/common/fs/mntfs/mntvnops.c
241
buf += snprintf(buf, MAX_MNTOPT_STR, "-");
usr/src/uts/common/fs/mntfs/mntvnops.c
294
cp += snprintf(cp, MAX_MNTOPT_STR, "%ld", vfsp->vfs_mtime);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3259
mntopts = kmem_zalloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3272
kmem_free(mntopts, MAX_MNTOPT_STR);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3292
kmem_free(mntopts, MAX_MNTOPT_STR);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3303
kmem_free(mntopts, MAX_MNTOPT_STR);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
3320
if (mntoptslen + optnamelen + 2 > MAX_MNTOPT_STR)
usr/src/uts/common/fs/vfs.c
1234
if (optlen < 0 || optlen > MAX_MNTOPT_STR) {
usr/src/uts/common/fs/vfs.c
1239
inargs = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
1828
kmem_free(inargs, MAX_MNTOPT_STR);
usr/src/uts/common/fs/vfs.c
2464
char *buf = kmem_alloc(MAX_MNTOPT_STR, KM_SLEEP);
usr/src/uts/common/fs/vfs.c
2495
(void) vfs_buildoptionstr(mops, buf, MAX_MNTOPT_STR);
usr/src/uts/common/fs/vfs.c
2497
if (len + strlen(tag) + 2 > MAX_MNTOPT_STR) {
usr/src/uts/common/fs/vfs.c
2510
kmem_free(buf, MAX_MNTOPT_STR);