Searched defs:t_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
3201 if (strcmp(t_fstab->zone_fs_type, "lofs") == 0) {
3205 if (t_fstab->zone_fs_options == NULL ||
3208 t_fstab->zone_fs_special);
3221 for (optp = t_fstab->zone_fs_options; optp != NULL;
3225 t_fstab->zone_fs_special);
3240 "is configured in both zones.\n"), t_fstab->zone_fs_type,
3241 t_fstab->zone_fs_special);
3250 struct zone_fstab t_fstab; local
3259 while (zonecfg_getfsent(t_handle, &t_fstab)
[all...]

Completed in 70 milliseconds