Home | History | Annotate | Download | only in ews4800mips

Lines Matching defs:vtoc

57 	struct vtoc_sector *vtoc = &ux->vtoc;
65 /* Read VTOC */
68 } else if (vtoc_sector(rwops, vtoc, pdinfo->logical_sector) &&
69 vtoc_sanity(vtoc)) {
81 DPRINTF("%s: PDINFO found, but VTOC not found.\n", __func__);
85 /* If there is no BSD disklabel, convert from VTOC */
88 DPRINTF("%s: creating disklabel from VTOC.\n",
91 DPRINTF("%s: no VTOC. creating default disklabel.\n",
128 /* 1. Update VTOC */
135 vtoc_sanity(&ux->vtoc);
137 /* 2. Write VTOC to bootblock */
139 sector_write(rwops, (void *)&ux->vtoc,