Searched refs:BSD_BBSIZE (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskbsdlabel.c95 static char disklabelbuffer[BSD_BBSIZE] __attribute__((aligned(8)));
97 static char disklabelbuffer[BSD_BBSIZE];
571 if (BSD_BBSIZE != write (fd, disklabelbuffer, BSD_BBSIZE))
695 d -> d_bbsize = BSD_BBSIZE;
740 if (BSD_BBSIZE != read (fd, disklabelbuffer, BSD_BBSIZE))
786 if (BSD_BBSIZE != write (fd, disklabelbuffer, BSD_BBSIZE))
H A Dfdiskbsdlabel.h59 #define BSD_BBSIZE 8192 /* size of boot area, with label */ macro

Completed in 52 milliseconds