Searched defs:mntopt (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmntent.c183 mntopt(char **p) function
214 f = mntopt(&opts);
215 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_patch.c74 char mntopt[512]; local
131 mntboot, mntopt) != 7) ||
155 mntboot, mntopt);
160 mntboot, mntopt) == EOF) {
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c121 nfs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) argument
126 fs_mount_list = fs_get_mounts_by_mntopt(mntopt, find_overlays, errp);
H A Dfs_mounts.c271 fs_get_mounts_by_mntopt(char *mntopt, boolean_t find_overlays, int *errp) { argument
282 if (mntopt == NULL)
290 opt_found = hasmntopt(&mnttab_entry, mntopt);
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetmntent.c285 mntopt(char **p) function
317 f = mntopt(&opts);
318 for (; *f; f = mntopt(&opts)) {
/illumos-gate/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c85 static rl_result_t rlmount(log_info_t *lip, int mntopt);
367 * rlmount(log_infop, mntopt)
370 * Mount the device specified by li_blkname on li_tmpmp. mntopt specifies
375 rlmount(log_info_t *lip, int mntopt) argument
393 switch (mntopt) {
/illumos-gate/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c147 * Find opt in mntopt
150 findopt(char *mntopt, char *opt) argument
154 while (*mntopt) {
155 nc = strcspn(mntopt, ", =");
156 if (strncmp(mntopt, opt, nc) == 0)
158 return (mntopt);
159 mntopt += nc;
160 mntopt += strspn(mntopt, ", =");
/illumos-gate/usr/src/cmd/fs.d/ufs/quota/
H A Dquota.c282 char *mntopt = NULL; local
290 if ((mntopt = hasmntopt(&mnt, MNTOPT_ZONE)) &&
292 mntopt += strcspn(mntopt, "=") + 1;
293 if (strncmp(mntopt, my_zonename,
294 strcspn(mntopt, ",")) != 0)
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1441 char mntopt[MAXPATHLEN]; local
1468 sizeof (fsckpass) - 1, sizeof (mntboot) - 1, sizeof (mntopt) - 1);
1488 mntboot, mntopt);
1534 curdev, slice, fsckpass, mntboot, mntopt);
1540 mntpt, fstype, fsckpass, mntboot, mntopt);
/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h119 typedef struct mntopt { struct
503 struct mntopt *vfs_hasopt(const mntopts_t *, const char *);

Completed in 85 milliseconds