Searched defs:bootsec_NEC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1641 uchar_t bootsec_NEC[1024]; local
1658 (void) memset(bootsec_NEC, (char)0, 1024);
1660 (void) memcpy(&bootsec_NEC, &bios_param_NEC, 30);
1662 bpb = (struct bios_param_blk *)&(bootsec_NEC[0xb]);
1663 if (write(fd, &bootsec_NEC[0], 1024) != 1024) {

Completed in 60 milliseconds