hfslib_find_catalog_record_with_key
result = hfslib_find_catalog_record_with_key(&dp->h_hmp->hm_vol,
if (hfslib_find_catalog_record_with_key(vol,
return hfslib_find_catalog_record_with_key(vol, &key, rec, cbargs);
if (hfslib_find_catalog_record_with_key(out_vol, &rootkey,
if (hfslib_find_catalog_record_with_key(in_vol, &childkey,
return hfslib_find_catalog_record_with_key(in_vol, &key, out_rec, cbargs);
if (hfslib_find_catalog_record_with_key(in_vol, &filekey,
int hfslib_find_catalog_record_with_key(hfs_volume*, hfs_catalog_key_t*,