Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c3194 print_fs_warnings(struct zone_fstab *s_fstab, struct zone_fstab *t_fstab) in print_fs_warnings() argument
3205 s_fstab->zone_fs_options == NULL) { in print_fs_warnings()
3211 for (optp = s_fstab->zone_fs_options; optp != NULL; in print_fs_warnings()
3215 s_fstab->zone_fs_special); in print_fs_warnings()
3248 struct zone_fstab s_fstab; in warn_fs_match() local
3267 while (zonecfg_getfsent(s_handle, &s_fstab) == Z_OK) { in warn_fs_match()
3269 s_fstab.zone_fs_special) == 0) { in warn_fs_match()
3270 print_fs_warnings(&s_fstab, &t_fstab); in warn_fs_match()