Searched defs:link_target (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.c659 struct fsw_string *link_target)
666 status = fsw_dnode_readlink_data(dno, link_target);
658 fsw_iso9660_readlink(struct fsw_iso9660_volume *vol, struct fsw_iso9660_dnode *dno, struct fsw_string *link_target) argument
H A Dfsw_core.c702 fsw_status_t fsw_dnode_readlink_data(struct fsw_dnode *dno, struct fsw_string *link_target) argument
730 status = fsw_strdup_coerce(link_target, dno->vol->host_string_type, &s);
H A Dfsw_hfs.c1243 struct fsw_string *link_target)
1242 fsw_hfs_readlink(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno, struct fsw_string *link_target) argument

Completed in 1346 milliseconds