Home
last modified time | relevance | path

Searched refs:cbargs (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.c137 hfs_callback_args cbargs; in hfslib_done() local
140 hfslib_init_cbargs(&cbargs); in hfslib_done()
141 hfslib_free(hfs_gcft, &cbargs); in hfslib_done()
164 hfs_callback_args* cbargs) in hfslib_open_volume() argument
185 if (hfslib_openvoldevice(out_vol, in_device, cbargs) != 0) in hfslib_open_volume()
193 sizeof(hfs_hfs_master_directory_block_t)), cbargs); in hfslib_open_volume()
198 HFS_VOLUME_HEAD_RESERVE_SIZE, cbargs) != 0) in hfslib_open_volume()
213 HFS_VOLUME_HEAD_RESERVE_SIZE, cbargs) != 0) in hfslib_open_volume()
242 buffer2 = hfslib_realloc(buffer, 512, cbargs); in hfslib_open_volume()
253 (uint64_t)out_vol->vh.block_size, cbargs) != 0) in hfslib_open_volume()
[all …]
H A Dhfs_vfsops.c343 hfs_callback_args cbargs; in hfs_mountfs() local
374 hfslib_init_cbargs(&cbargs); in hfs_mountfs()
378 cbargs.read = (void*)&argsread; in hfs_mountfs()
379 cbargs.openvol = (void*)&argsopen; in hfs_mountfs()
382 &hmp->hm_vol, &cbargs)) != 0) in hfs_mountfs()
408 hfs_callback_args cbargs; in hfs_unmount() local
427 hfslib_init_cbargs(&cbargs); in hfs_unmount()
429 cbargs.closevol = (void*)&argsclose; in hfs_unmount()
430 hfslib_close_volume(&hmp->hm_vol, &cbargs); in hfs_unmount()
537 hfs_callback_args cbargs; in hfs_loadvnode() local
[all …]
H A Dhfs_subr.c125 hfs_libcb_malloc(size_t size, hfs_callback_args* cbargs) in hfs_libcb_malloc() argument
131 hfs_libcb_realloc(void* ptr, size_t size, hfs_callback_args* cbargs) in hfs_libcb_realloc() argument
137 hfs_libcb_free(void* ptr, hfs_callback_args* cbargs) in hfs_libcb_free() argument
154 hfs_callback_args* cbargs) in hfs_libcb_opendev() argument
163 args = (hfs_libcb_argsopen*)(cbargs->openvol); in hfs_libcb_opendev()
222 hfs_libcb_closedev(hfs_volume* in_vol, hfs_callback_args* cbargs) in hfs_libcb_closedev() argument
249 hfs_callback_args* cbargs) in hfs_libcb_read() argument
261 if (cbargs != NULL in hfs_libcb_read()
262 && (argsread = (hfs_libcb_argsread*)cbargs->read) != NULL in hfs_libcb_read()
H A Dhfs_vnops.c392 hfs_callback_args cbargs; in hfs_vop_lookup() local
395 hfslib_init_cbargs(&cbargs); in hfs_vop_lookup()
421 &key, &rec, &cbargs); in hfs_vop_lookup()
438 &rec, &cbargs) != 0) { in hfs_vop_lookup()
731 hfs_callback_args cbargs; in hfs_vop_bmap() local
751 hfslib_init_cbargs(&cbargs); in hfs_vop_bmap()
754 cbargs.read = &argsread; in hfs_vop_bmap()
757 hp->h_rec.u.cnid, hp->h_fork, &extents, &cbargs); in hfs_vop_bmap()
863 hfs_callback_args cbargs; in hfs_vop_readdir() local
893 hfslib_init_cbargs(&cbargs); in hfs_vop_readdir()
[all …]
H A DTODO13 - replace cbargs with void *
/netbsd-src/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)) in ecs_whitelist_check() argument
688 int id, void* ATTR_UNUSED(cbargs)) in ecs_query_response() argument
740 void* ATTR_UNUSED(cbargs)) in ecs_edns_back_parsed() argument