Searched defs:s_fstab (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3195 print_fs_warnings(struct zone_fstab *s_fstab, struct zone_fstab *t_fstab) argument
3206 s_fstab->zone_fs_options == NULL) {
3212 for (optp = s_fstab->zone_fs_options; optp != NULL;
3216 s_fstab->zone_fs_special);
3249 struct zone_fstab s_fstab; local
3268 while (zonecfg_getfsent(s_handle, &s_fstab) == Z_OK) {
3270 s_fstab.zone_fs_special) == 0) {
3271 print_fs_warnings(&s_fstab, &t_fstab);

Completed in 72 milliseconds