Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3210 if (strcmp(t_fstab->zone_fs_type, "lofs") == 0) { in print_fs_warnings()
3214 if (t_fstab->zone_fs_options == NULL || in print_fs_warnings()
3217 t_fstab->zone_fs_special); in print_fs_warnings()
3230 for (optp = t_fstab->zone_fs_options; optp != NULL; in print_fs_warnings()
3234 t_fstab->zone_fs_special); in print_fs_warnings()
3249 "is configured in both zones.\n"), t_fstab->zone_fs_type, in print_fs_warnings()
3250 t_fstab->zone_fs_special); in print_fs_warnings()
3259 struct zone_fstab t_fstab; in warn_fs_match() local
3268 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) { in warn_fs_match()
3278 if (strcmp(t_fstab.zone_fs_special, in warn_fs_match()
[all …]