Searched defs: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);
1512 bpb->b_totalsec[1] = gethibyte(totalsec);
1521 bpb->b_rdirents[1] = gethibyte(rdirsec);
1594 fat_rdir[0x17] = gethibyte(dostime);
1596 fat_rdir[0x19] = gethibyte(dosday);
1727 fat_rdir[0x17] = gethibyte(dostime);
1729 fat_rdir[0x19] = gethibyte(dosday);

Completed in 62 milliseconds