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

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_lib.c71 fsw_status_t fsw_alloc_zero(int len, void **ptr_out) argument
75 status = fsw_alloc(len, ptr_out);
78 fsw_memzero(*ptr_out, len);

Completed in 41 milliseconds