Searched refs:cat_key (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h66 struct HFSPlusCatalogKey cat_key; member in union:fsw_hfs_key::__anon13093
H A Dfsw_hfs.c646 struct HFSPlusCatalogKey* cat_key = (HFSPlusCatalogKey*)record; local
652 if (be32_to_cpu(cat_key->parentID) != vp->parent)
700 name_len = be16_to_cpu(cat_key->nodeName.length);
704 fsw_memdup(&file_name->data, &cat_key->nodeName.unicode[0], 2*name_len);

Completed in 34 milliseconds