/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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, "=") + 1; in showquotas() 293 if (strncmp(mntopt, my_zonename, in showquotas() 294 strcspn(mntopt, ",")) != 0) in showquotas()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | mnttab.h | 93 extern char *mntopt(char **);
|
H A D | vfs.h | 119 typedef struct mntopt { struct 510 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);
|
/titanic_50/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()
|
/titanic_50/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()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vfs.c | 2338 struct mntopt *mop; in vfs_clearmntopt_nolock() 2667 struct mntopt * 2670 struct mntopt *mop; in vfs_hasopt() 2693 struct mntopt *mop; in vfs_optionisset_nolock() 2745 struct mntopt *mop; in vfs_buildoptionstr()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_stub_vnops.c | 3261 struct mntopt *mop = &optproto->mo_list[i]; in nfs4_trigger_create_mntopts()
|
/titanic_50/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 3063 mntopt;
|