Searched refs:dirrec_buffer (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_iso9660.c91 static fsw_status_t fsw_iso9660_read_dirrec(struct fsw_iso9660_volume *vol, struct fsw_shandle *shand, struct iso9660_dirrec_buffer *dirrec_buffer);
470 struct iso9660_dirrec_buffer dirrec_buffer; local
471 struct iso9660_dirrec *dirrec = &dirrec_buffer.dirrec;
483 status = fsw_iso9660_read_dirrec(vol, &shand, &dirrec_buffer);
498 if (fsw_streq(lookup_name, &dirrec_buffer.name)) // TODO: compare case-insensitively
503 status = fsw_dnode_create(dno, dirrec_buffer.ino, FSW_DNODE_TYPE_UNKNOWN, &dirrec_buffer.name, child_dno_out);
524 struct iso9660_dirrec_buffer dirrec_buffer; local
525 struct iso9660_dirrec *dirrec = &dirrec_buffer.dirrec;
538 status = fsw_iso9660_read_dirrec(vol, shand, &dirrec_buffer);
569 fsw_iso9660_read_dirrec(struct fsw_iso9660_volume *vol, struct fsw_shandle *shand, struct iso9660_dirrec_buffer *dirrec_buffer) argument
[all...]
H A Dfsw_iso9660.h137 char dirrec_buffer[222]; member in struct:iso9660_dirrec_buffer
H A Dfsw_hfs.c78 static fsw_status_t fsw_hfs_read_dirrec(struct fsw_shandle *shand, struct hfs_dirrec_buffer *dirrec_buffer);

Completed in 95 milliseconds