Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfdisk_osf.c51 # define BSD_LABELOFFSET 64 macro
54 # define BSD_LABELOFFSET 0 macro
940 memmove(d, &disklabelbuffer[BSD_LABELSECTOR * SECTOR_SIZE + BSD_LABELOFFSET], in xbsd_readlabel()
977 memmove(&disklabelbuffer[BSD_LABELSECTOR * SECTOR_SIZE + BSD_LABELOFFSET], in xbsd_writelabel()
986 lseek(dev_fd, BSD_LABELOFFSET, SEEK_CUR); in xbsd_writelabel()