Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3204 print_fs_warnings(struct zone_fstab *s_fstab, struct zone_fstab *t_fstab) in print_fs_warnings() argument
3215 s_fstab->zone_fs_options == NULL) { in print_fs_warnings()
3221 for (optp = s_fstab->zone_fs_options; optp != NULL; in print_fs_warnings()
3225 s_fstab->zone_fs_special); in print_fs_warnings()
3258 struct zone_fstab s_fstab; in warn_fs_match() local
3277 while (zonecfg_getfsent(s_handle, &s_fstab) == Z_OK) { in warn_fs_match()
3279 s_fstab.zone_fs_special) == 0) { in warn_fs_match()
3280 print_fs_warnings(&s_fstab, &t_fstab); in warn_fs_match()