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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix.c49 fsw_status_t fsw_posix_open_dno(struct fsw_posix_volume *pvol, const char *path, int required_type,
137 status = fsw_posix_open_dno(pvol, path, FSW_DNODE_TYPE_FILE, &file->shand);
214 status = fsw_posix_open_dno(pvol, path, FSW_DNODE_TYPE_DIR, &dir->shand);
298 fsw_status_t fsw_posix_open_dno(struct fsw_posix_volume *pvol, const char *path, int required_type, struct fsw_shandle *shand) function
313 fprintf(stderr, "fsw_posix_open_dno: fsw_dnode_lookup_path returned %d\n", status);
321 fprintf(stderr, "fsw_posix_open_dno: fsw_dnode_resolve returned %d\n", status);
329 fprintf(stderr, "fsw_posix_open_dno: fsw_dnode_fill returned %d\n", status);
334 fprintf(stderr, "fsw_posix_open_dno: dnode is not of the requested type\n");
342 fprintf(stderr, "fsw_posix_open_dno: fsw_shandle_open returned %d\n", status);

Completed in 32 milliseconds