Lines Matching refs:vtoc
359 struct extvtoc vtoc; in get_attrs() local
374 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in get_attrs()
394 if (snum < 0 || snum >= vtoc.v_nparts || in get_attrs()
395 vtoc.v_part[snum].p_size == 0) { in get_attrs()
417 vtoc.v_part[snum].p_start) != 0) { in get_attrs()
422 vtoc.v_part[snum].p_size) != 0) { in get_attrs()
427 vtoc.v_part[snum].p_tag) != 0) { in get_attrs()
432 vtoc.v_part[snum].p_flag) != 0) { in get_attrs()
522 struct extvtoc vtoc; in get_fixed_assocs() local
534 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in get_fixed_assocs()
582 if (slice_num >= vtoc.v_nparts || in get_fixed_assocs()
583 vtoc.v_part[slice_num].p_size == 0) { in get_fixed_assocs()
642 struct extvtoc vtoc; in make_fixed_descriptors() local
668 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in make_fixed_descriptors()
684 if (slice_num >= vtoc.v_nparts || in make_fixed_descriptors()
685 vtoc.v_part[slice_num].p_size == 0) { in make_fixed_descriptors()
722 struct extvtoc vtoc; in match_fixed_name() local
772 if ((status = read_extvtoc(fd, &vtoc)) >= 0) { in match_fixed_name()
790 if (slice_num < vtoc.v_nparts && in match_fixed_name()
791 vtoc.v_part[slice_num].p_size > 0) { in match_fixed_name()