Searched defs:cbargs (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/fs/hfs/
H A Dhfs_subr.c125 hfs_libcb_malloc(size_t size, hfs_callback_args* cbargs) argument
131 hfs_libcb_realloc(void* ptr, size_t size, hfs_callback_args* cbargs) argument
137 hfs_libcb_free(void* ptr, hfs_callback_args* cbargs) argument
222 hfs_libcb_closedev(hfs_volume* in_vol, hfs_callback_args* cbargs) argument
151 hfs_libcb_opendev( hfs_volume* vol, const char* devname, hfs_callback_args* cbargs) argument
244 hfs_libcb_read( hfs_volume* vol, void* outbytes, uint64_t length, uint64_t offset, hfs_callback_args* cbargs) argument
H A Dhfs_vfsops.c343 hfs_callback_args cbargs; local
408 hfs_callback_args cbargs; local
537 hfs_callback_args cbargs; local
[all...]
H A Dhfs_vnops.c392 hfs_callback_args cbargs; local
731 hfs_callback_args cbargs; local
863 hfs_callback_args cbargs; local
[all...]
H A Dlibhfs.c137 hfs_callback_args cbargs; local
160 hfslib_open_volume( const char* in_device, int in_readonly, hfs_volume* out_vol, hfs_callback_args* cbargs) argument
368 hfslib_close_volume(hfs_volume* in_vol, hfs_callback_args* cbargs) argument
376 hfslib_path_to_cnid(hfs_volume* in_vol, hfs_cnid_t in_cnid, char** out_unicode, uint16_t* out_length, hfs_callback_args* cbargs) argument
479 hfslib_find_parent_thread( hfs_volume* in_vol, hfs_cnid_t in_child, hfs_thread_record_t* out_thread, hfs_callback_args* cbargs) argument
508 hfslib_find_catalog_record_with_cnid( hfs_volume* in_vol, hfs_cnid_t in_cnid, hfs_catalog_keyed_record_t* out_rec, hfs_catalog_key_t* out_key, hfs_callback_args* cbargs) argument
542 hfslib_find_catalog_record_with_key( hfs_volume* in_vol, hfs_catalog_key_t* in_key, hfs_catalog_keyed_record_t* out_rec, hfs_callback_args* cbargs) argument
684 hfslib_find_extent_record_with_key(hfs_volume* in_vol, hfs_extent_key_t* in_key, hfs_extent_record_t* out_rec, hfs_callback_args* cbargs) argument
779 hfslib_get_file_extents(hfs_volume* in_vol, hfs_cnid_t in_cnid, uint8_t in_forktype, hfs_extent_descriptor_t** out_extents, hfs_callback_args* cbargs) argument
916 hfslib_get_directory_contents( hfs_volume* in_vol, hfs_cnid_t in_dir, hfs_catalog_keyed_record_t** out_children, hfs_unistr255_t** out_childnames, uint32_t* out_numchildren, hfs_callback_args* cbargs) argument
1348 hfslib_reada_node(void* in_bytes, hfs_node_descriptor_t* out_node_descriptor, void** out_record_ptrs_array[], uint16_t* out_record_ptr_sizes_array[], hfs_btree_file_type in_parent_file, hfs_volume* inout_volume, hfs_callback_args* cbargs) argument
1869 hfslib_free_recs( void*** inout_node_recs, uint16_t** inout_rec_sizes, uint16_t* inout_num_recs, hfs_callback_args* cbargs) argument
2140 hfslib_readd_with_extents( hfs_volume* in_vol, void* out_bytes, uint64_t* out_bytesread, uint64_t in_length, uint64_t in_offset, hfs_extent_descriptor_t in_extents[], uint16_t in_numextents, hfs_callback_args* cbargs) argument
2213 hfslib_malloc(size_t size, hfs_callback_args* cbargs) argument
2222 hfslib_realloc(void* ptr, size_t size, hfs_callback_args* cbargs) argument
2231 hfslib_free(void* ptr, hfs_callback_args* cbargs) argument
2238 hfslib_openvoldevice( hfs_volume* in_vol, const char* in_device, hfs_callback_args* cbargs) argument
2250 hfslib_closevoldevice(hfs_volume* in_vol, hfs_callback_args* cbargs) argument
2257 hfslib_readd( hfs_volume* in_vol, void* out_bytes, uint64_t in_length, uint64_t in_offset, hfs_callback_args* cbargs) argument
2456 hfs_callback_args cbargs; local
2680 hfslib_get_hardlink(hfs_volume *vol, uint32_t inode_num, hfs_catalog_keyed_record_t *rec, hfs_callback_args *cbargs) argument
[all...]

Completed in 118 milliseconds