Home
last modified time | relevance | path

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

/trueos/usr.sbin/boot98cfg/
HDboot98cfg.c75 #define BOOTSIZE 0x2000 macro
80 u_char boot0buf[BOOTSIZE];
231 n = read(fd, boot, BOOTSIZE); in read_boot()
232 if (n != BOOTSIZE) in read_boot()
249 if ((n = write(fd, boot, BOOTSIZE)) < 0) in write_boot()
251 if (n != BOOTSIZE) in write_boot()
266 gctl_ro_param(grq, "data", BOOTSIZE, boot); in write_boot()
/trueos/sys/geom/part/
HDg_part_pc98.c54 #define BOOTSIZE 8192 macro
115 .gps_bootcodesz = BOOTSIZE,
241 if (gpp->gpp_codesize != BOOTSIZE) in g_part_pc98_bootcode()
259 if (pp->sectorsize < SECSIZE || pp->mediasize < BOOTSIZE) in g_part_pc98_create()
399 if (pp->sectorsize < SECSIZE || pp->mediasize < BOOTSIZE) in g_part_pc98_probe()
462 buf = g_read_data(cp, 0L, BOOTSIZE, &error); in g_part_pc98_read()
HDg_part_bsd64.c296 #define BOOTSIZE (32 * 1024) macro
328 pbase = ressize + ((BOOTSIZE + blkmask) & ~blkmask); in g_part_bsd64_create()