Searched refs:cbargs (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/fs/hfs/
H A Dlibhfs.c137 hfs_callback_args cbargs; local
140 hfslib_init_cbargs(&cbargs);
141 hfslib_free(hfs_gcft, &cbargs);
164 hfs_callback_args* cbargs)
185 if (hfslib_openvoldevice(out_vol, in_device, cbargs) != 0)
193 sizeof(hfs_hfs_master_directory_block_t)), cbargs);
198 HFS_VOLUME_HEAD_RESERVE_SIZE, cbargs) != 0)
213 HFS_VOLUME_HEAD_RESERVE_SIZE, cbargs) != 0)
242 buffer2 = hfslib_realloc(buffer, 512, cbargs);
253 (uint64_t)out_vol->vh.block_size, cbargs) !
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...]
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
154 hfs_callback_args* cbargs)
163 args = (hfs_libcb_argsopen*)(cbargs->openvol);
222 hfs_libcb_closedev(hfs_volume* in_vol, hfs_callback_args* cbargs) argument
249 hfs_callback_args* cbargs)
261 if (cbargs != NULL
262 && (argsread = (hfs_libcb_argsread*)cbargs->read) != NULL
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
374 hfslib_init_cbargs(&cbargs);
378 cbargs.read = (void*)&argsread;
379 cbargs.openvol = (void*)&argsopen;
382 &hmp->hm_vol, &cbargs)) != 0)
408 hfs_callback_args cbargs; local
427 hfslib_init_cbargs(&cbargs);
429 cbargs.closevol = (void*)&argsclose;
430 hfslib_close_volume(&hmp->hm_vol, &cbargs);
537 hfs_callback_args cbargs; local
[all...]
H A Dhfs_vnops.c392 hfs_callback_args cbargs; local
395 hfslib_init_cbargs(&cbargs);
421 &key, &rec, &cbargs);
438 &rec, &cbargs) != 0) {
731 hfs_callback_args cbargs; local
751 hfslib_init_cbargs(&cbargs);
754 cbargs.read = &argsread;
757 hp->h_rec.u.cnid, hp->h_fork, &extents, &cbargs);
863 hfs_callback_args cbargs; local
893 hfslib_init_cbargs(&cbargs);
[all...]
/netbsd-current/external/bsd/unbound/dist/edns-subnet/
H A Dsubnetmod.h143 struct regional* region, int id, void* cbargs);
147 int ecs_edns_back_parsed(struct module_qstate* qstate, int id, void* cbargs);
151 int id, void* cbargs);
H A Dsubnetmod.c144 struct regional *region, int id, void* ATTR_UNUSED(cbargs))
688 int id, void* ATTR_UNUSED(cbargs))
740 void* ATTR_UNUSED(cbargs))

Completed in 207 milliseconds