Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c68 #define gethibyte(A) (A >> 8 & 0xFF) macro
1505 bpb->b_bps[1] = gethibyte(512); in write_DOS_label()
1512 bpb->b_totalsec[1] = gethibyte(totalsec); in write_DOS_label()
1521 bpb->b_rdirents[1] = gethibyte(rdirsec); in write_DOS_label()
1594 fat_rdir[0x17] = gethibyte(dostime); in write_DOS_label()
1596 fat_rdir[0x19] = gethibyte(dosday); in write_DOS_label()
1727 fat_rdir[0x17] = gethibyte(dostime); in write_NEC_DOS_label()
1729 fat_rdir[0x19] = gethibyte(dosday); in write_NEC_DOS_label()