Lines Matching defs:t_fstab
3195 print_fs_warnings(struct zone_fstab *s_fstab, struct zone_fstab *t_fstab)
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;
3259 while (zonecfg_getfsent(t_handle, &t_fstab) == Z_OK) {
3269 if (strcmp(t_fstab.zone_fs_special,
3271 print_fs_warnings(&s_fstab, &t_fstab);