Symbol: be32tohp
sys/fs/hfs/hfs.h
184
uint32_t be32tohp(void**);
sys/fs/hfs/libhfs.c
1185
out_header->attributes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1186
out_header->last_mounting_version = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1187
out_header->journal_info_block = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1189
out_header->date_created = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1190
out_header->date_modified = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1191
out_header->date_backedup = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1192
out_header->date_checked = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1194
out_header->file_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1195
out_header->folder_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1197
out_header->block_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1198
out_header->total_blocks = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1199
out_header->free_blocks = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1200
out_header->next_alloc_block = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1201
out_header->rsrc_clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1202
out_header->data_clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1203
out_header->next_cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1205
out_header->write_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1209
out_header->finder_info[i] = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1262
out_mdr->date_created = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1263
out_mdr->date_modified = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1271
out_mdr->block_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1273
out_mdr->clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1275
out_mdr->next_cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1281
out_mdr->date_backedup = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1284
out_mdr->write_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1286
out_mdr->extents_clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1287
out_mdr->catalog_clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1290
out_mdr->file_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1291
out_mdr->folder_count = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1294
out_mdr->finder_info[i] = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1300
out_mdr->extents_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1306
out_mdr->catalog_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1379
out_node_descriptor->flink = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1380
out_node_descriptor->blink = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1616
out_hr->root_node = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1617
out_hr->leaf_recs = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1618
out_hr->first_leaf = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1619
out_hr->last_leaf = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1622
out_hr->total_nodes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1623
out_hr->free_nodes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1625
out_hr->clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1630
out_hr->attributes = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1632
out_hr->reserved2[i] = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1683
out_key->parent_cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1701
out_recdata->child = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1712
out_recdata->folder.valence = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1713
out_recdata->folder.cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1714
out_recdata->folder.date_created = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1715
out_recdata->folder.date_content_mod = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1716
out_recdata->folder.date_attrib_mod = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1717
out_recdata->folder.date_accessed = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1718
out_recdata->folder.date_backedup = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1738
out_recdata->folder.text_encoding = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1739
out_recdata->folder.reserved = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1746
out_recdata->file.reserved = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1747
out_recdata->file.cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1748
out_recdata->file.date_created = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1749
out_recdata->file.date_content_mod = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1750
out_recdata->file.date_attrib_mod = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1751
out_recdata->file.date_accessed = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1752
out_recdata->file.date_backedup = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1772
out_recdata->file.text_encoding = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1773
out_recdata->file.reserved2 = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1793
out_recdata->thread.parent_cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1845
out_key->file_cnid = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1846
out_key->start_block = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1861
*ptr_32 = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1916
out_forkdata->clump_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1917
out_forkdata->total_blocks = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1942
be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1944
be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1983
out_perms->owner_id = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1984
out_perms->group_id = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
1990
out_perms->special.inode_num = be32tohp(&ptr); /* this field is a union */
sys/fs/hfs/libhfs.c
2005
out_info->file_type = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2006
out_info->file_creator = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2090
out_info->flags = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2092
out_info->device_signature[i] = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2113
out_header->magic = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2114
out_header->endian = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2118
out_header->blocklist_header_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2119
out_header->checksum = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
2120
out_header->journal_header_size = be32tohp(&ptr);
sys/fs/hfs/libhfs.c
67
extern uint32_t be32tohp(void** inout_ptr);