Home
last modified time | relevance | path

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

/titanic_44/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
3200 if (strcmp(t_fstab->zone_fs_type, "lofs") == 0) { in print_fs_warnings()
3204 if (t_fstab->zone_fs_options == NULL || in print_fs_warnings()
3207 t_fstab->zone_fs_special); in print_fs_warnings()
3220 for (optp = t_fstab->zone_fs_options; optp != NULL; in print_fs_warnings()
3224 t_fstab->zone_fs_special); in print_fs_warnings()
3239 "is configured in both zones.\n"), t_fstab->zone_fs_type, in print_fs_warnings()
3240 t_fstab->zone_fs_special); in print_fs_warnings()
3249 struct zone_fstab t_fstab; in warn_fs_match() local
3258 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) { in warn_fs_match()
[all …]