Home
last modified time | relevance | path

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

/titanic_50/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))
/titanic_50/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; in write_NEC_DOS_label()
1700 rdirsec = (int)htols(bpb->b_rdirents[0]) * 32 /1024; in write_NEC_DOS_label()
/titanic_50/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c1690 ep->un.pcd_scluster_hi = htols(hi16); in pc_setstartcluster()
1691 ep->pcd_scluster_lo = htols(lo16); in pc_setstartcluster()
1696 ep->pcd_scluster_lo = htols(cln16); in pc_setstartcluster()
H A Dpc_alloc.c423 *(pc_cluster16_t *)fp = htols(ncn16); in pc_setcluster()
/titanic_50/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2789 dep->pcd_mtime.pct_time = htols(dostime); in dirent_time_fill()
2790 dep->pcd_mtime.pct_date = htols(dosday); in dirent_time_fill()
2894 entry->pcd_scluster_lo = htols(ffstart); in build_rootdir()
2897 entry->un.pcd_scluster_hi = htols(ffstart); in build_rootdir()