| /onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/nfs/ |
| H A D | cmdgen_mount_nfs.c | 56 char *mntopt, int *errp); 89 char *mntopt; in cmdgen_mount_nfs() local 208 mntopt = create_option_string(inst, errp); in cmdgen_mount_nfs() 213 if (mntopt == NULL) { in cmdgen_mount_nfs() 224 spec_option_flag, mntopt, errp); in cmdgen_mount_nfs() 227 free(mntopt); in cmdgen_mount_nfs()
|
| /onnv-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_patch.c | 74 char mntopt[512]; in meta_patch_vfstab() local 131 mntboot, mntopt) != 7) || in meta_patch_vfstab() 155 mntboot, mntopt); in meta_patch_vfstab() 160 mntboot, mntopt) == EOF) { in meta_patch_vfstab()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | mnttab.h | 92 extern char *mntopt(char **); 99 extern char *mntopt();
|
| H A D | vfs.h | 125 typedef struct mntopt { struct 509 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | mntent.c | 183 mntopt(char **p) in mntopt() function 214 f = mntopt(&opts); in hasmntopt() 215 for (; *f; f = mntopt(&opts)) { in hasmntopt()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/mount/ |
| H A D | mount.c | 150 findopt(char *mntopt, char *opt) in findopt() argument 154 while (*mntopt) { in findopt() 155 nc = strcspn(mntopt, ", ="); in findopt() 156 if (strncmp(mntopt, opt, nc) == 0) in findopt() 158 return (mntopt); in findopt() 159 mntopt += nc; in findopt() 160 mntopt += strspn(mntopt, ", ="); in findopt()
|
| /onnv-gate/usr/src/cmd/fs.d/udfs/fsck/ |
| H A D | main.c | 65 char *mntopt(); 405 f = mntopt(&opts); in hasvfsopt() 406 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/quotaon/ |
| H A D | quotaon.c | 74 char *mntopt(), *hasvfsopt(), *hasmntopt(); 341 f = mntopt(&opts); in hasvfsopt() 342 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/roll_log/ |
| H A D | roll_log.c | 85 static rl_result_t rlmount(log_info_t *lip, int mntopt); 375 rlmount(log_info_t *lip, int mntopt) in rlmount() argument 393 switch (mntopt) { in rlmount()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/quota/ |
| H A D | quota.c | 282 char *mntopt = NULL; in showquotas() local 290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) && in showquotas() 292 mntopt += strcspn(mntopt, "="); in showquotas() 293 if (strncmp(++mntopt, my_zonename, in showquotas() 294 strcspn(mntopt, ",")) != 0) in showquotas()
|
| /onnv-gate/usr/src/lib/libfsmgt/common/ |
| H A D | libfsmgt.h | 572 fs_mntlist_t *fs_get_mounts_by_mntopt(char *mntopt, 1044 nfs_mntlist_t *nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays,
|
| H A D | fs_mounts.c | 271 fs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) { in fs_get_mounts_by_mntopt() argument 282 if (mntopt == NULL) in fs_get_mounts_by_mntopt() 290 opt_found = hasmntopt(&mnttab_entry, mntopt); in fs_get_mounts_by_mntopt()
|
| H A D | nfs_mntinfo.c | 121 nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) in nfs_get_mounts_by_mntopt() argument 126 fs_mount_list = fs_get_mounts_by_mntopt(mntopt, find_overlays, errp); in nfs_get_mounts_by_mntopt()
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | getmntent.c | 285 mntopt(char **p) in mntopt() function 317 f = mntopt(&opts); in hasmntopt() 318 for (; *f; f = mntopt(&opts)) { in hasmntopt()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/repquota/ |
| H A D | repquota.c | 82 extern char *mntopt(); 501 f = mntopt(&opts); in hasvfsopt() 502 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
|
| /onnv-gate/usr/src/cmd/fs.d/ufs/quotacheck/ |
| H A D | quotacheck.c | 92 char *mntopt(), *hasvfsopt(), *hasmntopt(); 783 f = mntopt(&opts); in hasvfsopt() 784 for (; *f; f = mntopt(&opts)) { in hasvfsopt()
|
| /onnv-gate/usr/src/cmd/stmsboot/ |
| H A D | stmsboot_util.c | 1441 char mntopt[MAXPATHLEN]; in update_vfstab() local 1468 sizeof (fsckpass) - 1, sizeof (mntboot) - 1, sizeof (mntopt) - 1); in update_vfstab() 1488 mntboot, mntopt); in update_vfstab() 1534 curdev, slice, fsckpass, mntboot, mntopt); in update_vfstab() 1540 mntpt, fstype, fsckpass, mntboot, mntopt); in update_vfstab()
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vfs.c | 2270 struct mntopt *mop; in vfs_clearmntopt_nolock() 2599 struct mntopt * 2602 struct mntopt *mop; in vfs_hasopt() 2625 struct mntopt *mop; in vfs_optionisset_nolock() 2677 struct mntopt *mop; in vfs_buildoptionstr()
|
| /onnv-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_stub_vnops.c | 3254 struct mntopt *mop = &optproto->mo_list[i]; in nfs4_trigger_create_mntopts()
|
| /onnv-gate/usr/src/lib/libc/port/ |
| H A D | mapfile-vers | 2790 mntopt;
|