Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c67 #define getlobyte(A) (A & 0xFF) macro
1504 bpb->b_bps[0] = getlobyte(512); in write_DOS_label()
1511 bpb->b_totalsec[0] = getlobyte(totalsec); in write_DOS_label()
1520 bpb->b_rdirents[0] = getlobyte(rdirsec); in write_DOS_label()
1593 fat_rdir[0x16] = getlobyte(dostime); in write_DOS_label()
1595 fat_rdir[0x18] = getlobyte(dosday); in write_DOS_label()
1726 fat_rdir[0x16] = getlobyte(dostime); in write_NEC_DOS_label()
1728 fat_rdir[0x18] = getlobyte(dosday); in write_NEC_DOS_label()