Searched defs: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);
1511 bpb->b_totalsec[0] = getlobyte(totalsec);
1520 bpb->b_rdirents[0] = getlobyte(rdirsec);
1593 fat_rdir[0x16] = getlobyte(dostime);
1595 fat_rdir[0x18] = getlobyte(dosday);
1726 fat_rdir[0x16] = getlobyte(dostime);
1728 fat_rdir[0x18] = getlobyte(dosday);

Completed in 61 milliseconds