Searched refs:child_dno_out (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/ |
| H A D | fsw_core.c | 507 * If the function returns FSW_SUCCESS, *child_dno_out points to the requested directory 512 struct fsw_string *lookup_name, struct fsw_dnode **child_dno_out) 522 return dno->vol->fstype_table->dir_lookup(dno->vol, dno, lookup_name, child_dno_out); 532 * If the function returns FSW_SUCCESS, *child_dno_out points to the requested directory 538 struct fsw_dnode **child_dno_out) 628 *child_dno_out = dno; 647 * If the function returns FSW_SUCCESS, *child_dno_out points to the next directory 651 fsw_status_t fsw_dnode_dir_read(struct fsw_shandle *shand, struct fsw_dnode **child_dno_out) argument 661 status = dno->vol->fstype_table->dir_read(dno->vol, dno, shand, child_dno_out); 511 fsw_dnode_lookup(struct fsw_dnode *dno, struct fsw_string *lookup_name, struct fsw_dnode **child_dno_out) argument 536 fsw_dnode_lookup_path(struct fsw_dnode *dno, struct fsw_string *lookup_path, char separator, struct fsw_dnode **child_dno_out) argument
|
| H A D | fsw_iso9660.c | 466 struct fsw_string *lookup_name, struct fsw_iso9660_dnode **child_dno_out) 503 status = fsw_dnode_create(dno, dirrec_buffer.ino, FSW_DNODE_TYPE_UNKNOWN, &dirrec_buffer.name, child_dno_out); 505 fsw_memcpy(&(*child_dno_out)->dirrec, dirrec, sizeof(struct iso9660_dirrec)); 521 struct fsw_shandle *shand, struct fsw_iso9660_dnode **child_dno_out) 556 status = fsw_dnode_create(dno, dirrec_buffer.ino, FSW_DNODE_TYPE_UNKNOWN, &dirrec_buffer.name, child_dno_out); 558 fsw_memcpy(&(*child_dno_out)->dirrec, dirrec, sizeof(struct iso9660_dirrec)); 465 fsw_iso9660_dir_lookup(struct fsw_iso9660_volume *vol, struct fsw_iso9660_dnode *dno, struct fsw_string *lookup_name, struct fsw_iso9660_dnode **child_dno_out) argument 520 fsw_iso9660_dir_read(struct fsw_iso9660_volume *vol, struct fsw_iso9660_dnode *dno, struct fsw_shandle *shand, struct fsw_iso9660_dnode **child_dno_out) argument
|
| H A D | fsw_core.h | 439 struct fsw_string *lookup_name, struct fsw_dnode **child_dno_out); 442 struct fsw_dnode **child_dno_out); 443 fsw_status_t fsw_dnode_dir_read(struct fsw_shandle *shand, struct fsw_dnode **child_dno_out);
|
| H A D | fsw_hfs.c | 1010 struct fsw_hfs_dnode ** child_dno_out) 1032 *child_dno_out = baby; 1048 struct fsw_hfs_dnode ** child_dno_out) 1160 status = create_hfs_dnode(dno, &file_info, child_dno_out); 1186 struct fsw_hfs_dnode **child_dno_out) 1225 status = create_hfs_dnode(dno, ¶m.file_info, child_dno_out); 1008 create_hfs_dnode(struct fsw_hfs_dnode * dno, file_info_t * file_info, struct fsw_hfs_dnode ** child_dno_out) argument 1045 fsw_hfs_dir_lookup(struct fsw_hfs_volume * vol, struct fsw_hfs_dnode * dno, struct fsw_string * lookup_name, struct fsw_hfs_dnode ** child_dno_out) argument 1183 fsw_hfs_dir_read(struct fsw_hfs_volume *vol, struct fsw_hfs_dnode *dno, struct fsw_shandle *shand, struct fsw_hfs_dnode **child_dno_out) argument
|
Completed in 53 milliseconds