Searched refs:zone_fsopt_opt (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/head/ |
H A D | libzonecfg.h | 183 char zone_fsopt_opt[MAX_MNTOPT_STR]; member
|
/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 1944 if (strchr(optptr->zone_fsopt_opt, '=')) in export_func() 1948 optptr->zone_fsopt_opt); in export_func() 1953 optptr->zone_fsopt_opt); in export_func() 4982 if (strchr(this->zone_fsopt_opt, '=')) in output_fs() 4983 (void) fprintf(fp, "\"%s\"", this->zone_fsopt_opt); in output_fs() 4985 (void) fprintf(fp, "%s", this->zone_fsopt_opt); in output_fs()
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 443 (void) strcpy(optptr->zone_fsopt_opt, RESOURCE_DEFAULT_OPTS); in check_lofs_needed() 1297 (void) strlcpy(optstr, fsptr->zone_fs_options->zone_fsopt_opt, in mount_one() 1302 (void) strlcat(optstr, optptr->zone_fsopt_opt, in mount_one()
|
/titanic_50/usr/src/lib/libzonecfg/common/ |
H A D | libzonecfg.c | 1675 ptr->zone_fsopt_opt)) != Z_OK) in zonecfg_add_filesystem_core() 1710 (void) strlcpy(new->zone_fsopt_opt, option, in zonecfg_add_fs_option() 1711 sizeof (new->zone_fsopt_opt)); in zonecfg_add_fs_option() 1727 if (strcmp(this->zone_fsopt_opt, option) == 0) { in zonecfg_remove_fs_option()
|
/titanic_50/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3214 if (opt_match("rw", optp->zone_fsopt_opt)) { in print_fs_warnings() 3223 if (opt_match("rw", optp->zone_fsopt_opt)) { in print_fs_warnings()
|