Symbol: be16tohp
sys/fs/hfs/hfs.h
183
uint16_t be16tohp(void**);
sys/fs/hfs/libhfs.c
1183
out_header->signature = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1184
out_header->version = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1260
out_mdr->signature = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1265
out_mdr->attributes = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1266
out_mdr->root_file_count = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1267
out_mdr->volume_bitmap = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1269
out_mdr->next_alloc_block = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1270
out_mdr->total_blocks = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1274
out_mdr->first_block = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1276
out_mdr->free_blocks = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1282
out_mdr->backup_seqnum = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1289
out_mdr->root_folder_count = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1296
out_mdr->embedded_signature = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1297
out_mdr->embedded_extent.start_block = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1298
out_mdr->embedded_extent.block_count = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1302
out_mdr->extents_extents[i].start_block = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1303
out_mdr->extents_extents[i].block_count = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1308
out_mdr->catalog_extents[i].start_block = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1309
out_mdr->catalog_extents[i].block_count = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1385
out_node_descriptor->num_recs = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1386
out_node_descriptor->reserved = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1587
*out_offset_array = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1615
out_hr->tree_depth = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1620
out_hr->node_size = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1621
out_hr->max_key_len = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1624
out_hr->reserved = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1677
out_key->key_len = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1693
*inout_rectype = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1704
*inout_rectype = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1711
out_recdata->folder.flags = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1745
out_recdata->file.flags = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1792
out_recdata->thread.reserved = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1835
out_key->key_length = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1961
length = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1967
out_string->unicode[i] = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
1989
out_perms->file_mode = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
2007
out_info->finder_flags = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
2008
out_info->location.v = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
2009
out_info->location.h = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
2010
out_info->reserved = be16tohp(&ptr);
sys/fs/hfs/libhfs.c
435
uchar = be16tohp((void*)&ptr);
sys/fs/hfs/libhfs.c
66
extern uint16_t be16tohp(void** inout_ptr);