Home
last modified time | relevance | path

Searched refs: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]; in write_NEC_DOS_label() local
1658 (void) memset(bootsec_NEC, (char)0, 1024); in write_NEC_DOS_label()
1660 (void) memcpy(&bootsec_NEC, &bios_param_NEC, 30); in write_NEC_DOS_label()
1662 bpb = (struct bios_param_blk *)&(bootsec_NEC[0xb]); in write_NEC_DOS_label()
1663 if (write(fd, &bootsec_NEC[0], 1024) != 1024) { in write_NEC_DOS_label()