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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_core.c325 fsw_status_t fsw_dnode_create_root(struct fsw_volume *vol, fsw_u32 dnode_id, struct fsw_dnode **dno_out) argument
346 *dno_out = dno;
364 * If the function returns successfully, *dno_out contains a pointer to the dnode
369 struct fsw_string *name, struct fsw_dnode **dno_out)
379 *dno_out = dno;
404 *dno_out = dno;
368 fsw_dnode_create(struct fsw_dnode *parent_dno, fsw_u32 dnode_id, int type, struct fsw_string *name, struct fsw_dnode **dno_out) argument

Completed in 33 milliseconds