Home
last modified time | relevance | path

Searched refs:hfslib_malloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c192 buffer = hfslib_malloc(max(sizeof(hfs_volume_header_t), in hfslib_open_volume()
402 path = hfslib_malloc(514, cbargs); /* 256 unichars plus a forward slash */ in hfslib_path_to_cnid()
453 *out_unicode = hfslib_malloc((total_path_length+2)*2, cbargs); in hfslib_path_to_cnid()
575 curkey = hfslib_malloc(sizeof(hfs_catalog_key_t), cbargs); in hfslib_find_catalog_record_with_key()
579 buffer = hfslib_malloc(in_vol->chr.node_size, cbargs); in hfslib_find_catalog_record_with_key()
712 buffer = hfslib_malloc(in_vol->ehr.node_size, cbargs); in hfslib_find_extent_record_with_key()
799 *out_extents = hfslib_malloc(sizeof(hfs_extent_descriptor_t), cbargs); in hfslib_get_file_extents()
956 buffer = hfslib_malloc(in_vol->chr.node_size, cbargs); in hfslib_get_directory_contents()
1468 rec_offsets = hfslib_malloc(numrecords * sizeof(uint16_t), cbargs); in hfslib_reada_node()
1470 hfslib_malloc(numrecords * sizeof(uint16_t), cbargs); in hfslib_reada_node()
[all …]
H A Dlibhfs.h624 void* hfslib_malloc(size_t, hfs_callback_args*);