DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
MBRSIZE
usr.sbin/boot0cfg/boot0cfg.c
218
u_int8_t buf[MBRSIZE];
usr.sbin/boot0cfg/boot0cfg.c
224
if ((n = read(fd, buf, MBRSIZE)) == -1)
usr.sbin/boot0cfg/boot0cfg.c
226
if (n != MBRSIZE)