Home
last modified time | relevance | path

Searched refs:vtocp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dfd.c1848 bzero(vtocp, sizeof (struct vtoc)); in fd_build_user_vtoc()
1851 vtocp->v_bootinfo, sizeof (vtocp->v_bootinfo)); in fd_build_user_vtoc()
1853 vtocp->v_sanity = VTOC_SANE; in fd_build_user_vtoc()
1854 vtocp->v_version = fdp->d_vtoc_version; in fd_build_user_vtoc()
1857 vtocp->v_sectorsz = DEV_BSIZE; in fd_build_user_vtoc()
1861 xblk = vtocp->v_sectorsz / DEV_BSIZE; in fd_build_user_vtoc()
1863 vtocp->v_nparts = 3; /* <= NDKMAP; */ in fd_build_user_vtoc()
1895 if (vtocp->v_sanity != VTOC_SANE || in fd_build_label_vtoc()
1896 vtocp->v_nparts > NDKMAP || vtocp->v_nparts <= 0) { in fd_build_label_vtoc()
1912 vpart = vtocp->v_part; in fd_build_label_vtoc()
[all …]