Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dpc_label.h108 #define htoli(I) (*((uint_t *)(&(I)))) macro
117 #define htoli(I) ((getbyte(I, 3) << 24) | (getbyte(I, 2) << 16) | \
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c418 *(pc_cluster32_t *)fp = htoli(ncn); in pc_setcluster()
H A Dpc_node.c555 pcp->pc_entry.pcd_size = htoli(pcp->pc_size); in pc_nodeupdate()
/titanic_41/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2899 entry->pcd_size = htoli(ffsize); in build_rootdir()