Searched refs:disklabelbuffer (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dfdisk_osf.c275 char disklabelbuffer[BSD_BBSIZE]; member in struct:bsd_globals
281 #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) macro
732 if (!xbsd_get_bootstrap(path, disklabelbuffer, (int) xbsd_dlabel.d_secsize))
736 d = &disklabelbuffer[BSD_LABELSECTOR * SECTOR_SIZE];
743 if (!xbsd_get_bootstrap(path, &disklabelbuffer[xbsd_dlabel.d_secsize],
760 alpha_bootblock_checksum(disklabelbuffer);
766 xwrite(dev_fd, disklabelbuffer, BSD_BBSIZE);
937 if (BSD_BBSIZE != full_read(dev_fd, disklabelbuffer, BSD_BBSIZE))
940 memmove(d, &disklabelbuffer[BSD_LABELSECTO
1048 #undef disklabelbuffer macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfdisk_osf.c275 char disklabelbuffer[BSD_BBSIZE]; member in struct:bsd_globals
281 #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) macro
732 if (!xbsd_get_bootstrap(path, disklabelbuffer, (int) xbsd_dlabel.d_secsize))
736 d = &disklabelbuffer[BSD_LABELSECTOR * SECTOR_SIZE];
743 if (!xbsd_get_bootstrap(path, &disklabelbuffer[xbsd_dlabel.d_secsize],
760 alpha_bootblock_checksum(disklabelbuffer);
766 xwrite(dev_fd, disklabelbuffer, BSD_BBSIZE);
937 if (BSD_BBSIZE != full_read(dev_fd, disklabelbuffer, BSD_BBSIZE))
940 memmove(d, &disklabelbuffer[BSD_LABELSECTO
1048 #undef disklabelbuffer macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfdisk_osf.c275 char disklabelbuffer[BSD_BBSIZE]; member in struct:bsd_globals
281 #define disklabelbuffer (bsd_globals_ptr->disklabelbuffer) macro
732 if (!xbsd_get_bootstrap(path, disklabelbuffer, (int) xbsd_dlabel.d_secsize))
736 d = &disklabelbuffer[BSD_LABELSECTOR * SECTOR_SIZE];
743 if (!xbsd_get_bootstrap(path, &disklabelbuffer[xbsd_dlabel.d_secsize],
760 alpha_bootblock_checksum(disklabelbuffer);
766 xwrite(dev_fd, disklabelbuffer, BSD_BBSIZE);
937 if (BSD_BBSIZE != full_read(dev_fd, disklabelbuffer, BSD_BBSIZE))
940 memmove(d, &disklabelbuffer[BSD_LABELSECTO
1048 #undef disklabelbuffer macro
[all...]

Completed in 84 milliseconds