Home
last modified time | relevance | path

Searched refs:zone_fsopt_next (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/head/
H A Dlibzonecfg.h182 struct zone_fsopt *zone_fsopt_next; member
/titanic_44/usr/src/cmd/zoneadmd/
H A Dvplat.c437 while ((onext = optptr->zone_fsopt_next) != NULL) { in check_lofs_needed()
438 optptr->zone_fsopt_next = onext->zone_fsopt_next; in check_lofs_needed()
443 optptr->zone_fsopt_next = NULL; in check_lofs_needed()
1298 for (optptr = fsptr->zone_fs_options->zone_fsopt_next; in mount_one()
1299 optptr != NULL; optptr = optptr->zone_fsopt_next) { in mount_one()
/titanic_44/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1670 ptr = ptr->zone_fsopt_next) { in zonecfg_add_filesystem_core()
1704 for (old = last; old != NULL; old = old->zone_fsopt_next) in zonecfg_add_fs_option()
1711 new->zone_fsopt_next = NULL; in zonecfg_add_fs_option()
1715 last->zone_fsopt_next = new; in zonecfg_add_fs_option()
1725 for (this = last; this != NULL; this = this->zone_fsopt_next) { in zonecfg_remove_fs_option()
1727 next = this->zone_fsopt_next; in zonecfg_remove_fs_option()
1731 last->zone_fsopt_next = next; in zonecfg_remove_fs_option()
1746 next = this->zone_fsopt_next; in zonecfg_free_fs_option_list()
/titanic_44/usr/src/cmd/zonecfg/
H A Dzonecfg.c1938 optptr = optptr->zone_fsopt_next) { in export_func()
4981 this = this->zone_fsopt_next) { in output_fs()
4986 if (this->zone_fsopt_next != NULL) in output_fs()
/titanic_44/usr/src/cmd/zoneadm/
H A Dzoneadm.c3212 optp = optp->zone_fsopt_next) { in print_fs_warnings()
3221 optp = optp->zone_fsopt_next) { in print_fs_warnings()