Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h586 size_t hfslib_reada_node(void*, hfs_node_descriptor_t*, void***, uint16_t**,
H A Dlibhfs.c606 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_CATALOG_FILE, in hfslib_find_catalog_record_with_key()
733 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_EXTENTS_FILE, in hfslib_find_extent_record_with_key()
978 if (hfslib_reada_node(buffer, &nd, &recs, &recsizes, HFS_CATALOG_FILE, in hfslib_get_directory_contents()
1348 hfslib_reada_node(void* in_bytes, in hfslib_reada_node() function