Searched defs:htols (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_label.h107 #define htols(S) (*((ushort_t *)(&(S)))) macro
116 #define htols(S) ((getbyte(S, 1) << 8) | getbyte(S, 0)) macro
/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c60 #define htols(S) ((getbyte(S, 1) <<8) | getbyte(S, 0)) macro
62 #define htols(S) (*((ushort_t *)(&(S)))) macro
1698 rdirsec = (int)htols(bpb->b_rdirents[0]) * 32 /1024;
1700 rdirsec = (int)htols(bpb->b_rdirents[0]) * 32 /1024;

Completed in 48 milliseconds