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

/freebsd-10-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c77 #define BOOTMENUSIZE 7168 /* Max HDD boot menu size */ macro
82 u_char menu[BOOTMENUSIZE];
177 n = write(fd1, boot0buf + BOOTMENUOFF, BOOTMENUSIZE);
180 if (n != BOOTMENUSIZE)
201 n = read(fd1, menu, BOOTMENUSIZE);
204 if (n != BOOTMENUSIZE)
209 memcpy(boot0buf + BOOTMENUOFF, menu, BOOTMENUSIZE);

Completed in 118 milliseconds