Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddklabel.h46 #define DK_LABEL_LOC 1 /* location of disk label */ macro
49 #define DK_LABEL_LOC 0 /* location of disk label */
/titanic_41/usr/src/uts/common/io/
H A Dcmlb.c961 (cl->cl_solaris_size < DK_LABEL_LOC)) { in cmlb_get_devid_block()
1700 if (cl->cl_solaris_size <= DK_LABEL_LOC) {
1711 label_addr = (daddr_t)(cl->cl_solaris_offset + DK_LABEL_LOC);
2275 rval = DK_TG_READ(cl, buf, part_start + DK_LABEL_LOC,
2656 solaris_size <= DK_LABEL_LOC) {
4752 label_addr = cl->cl_solaris_offset + DK_LABEL_LOC;
5384 if (cl->cl_solaris_size <= DK_LABEL_LOC) {
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c3457 blkno = DK_LABEL_LOC + 1; in mirror_map_write()
3468 if (bcount <= DEV_BSIZE*(DK_LABEL_LOC + 1)) in mirror_map_write()
3470 bcount -= (DEV_BSIZE*(DK_LABEL_LOC + 1)); in mirror_map_write()
3471 offset = (DEV_BSIZE*(DK_LABEL_LOC + 1)); in mirror_map_write()
/titanic_41/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c302 label_offset = (part_start + DK_LABEL_LOC) * sec_sz; in fdisk_is_linux_swap()
/titanic_41/usr/src/cmd/rmformat/
H A Drmf_slice.c1622 erase(handle, sol_offset, (diskaddr_t)DK_LABEL_LOC + 2); in overwrite_metadata()