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

/freebsd-11-stable/usr.sbin/boot98cfg/
H A Dboot98cfg.c76 #define IPLSIZE 512 /* IPL size */ macro
81 u_char ipl[IPLSIZE];
165 n = write(fd1, boot0buf, IPLSIZE);
168 if (n != IPLSIZE)
190 n = read(fd1, ipl, IPLSIZE);
193 if (n != IPLSIZE)
208 memcpy(boot0buf, ipl, IPLSIZE);

Completed in 195 milliseconds