Home
last modified time | relevance | path

Searched refs:ppbuf (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-mem.c62 …status wrapper_moal_malloc(IN t_void *pmoal_handle, IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf) in wrapper_moal_malloc() argument
64 *ppbuf = OSA_MemoryAllocate(size); in wrapper_moal_malloc()
70 if (*ppbuf != NULL) in wrapper_moal_malloc()
72 w_mem_d("[mlan]: Alloc: A: %p S: %d", *ppbuf, size); in wrapper_moal_malloc()
Dwifi-internal.h410 mlan_status wrapper_moal_malloc(t_void *pmoal_handle, t_u32 size, t_u32 flag, t_u8 **ppbuf);
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h962 …lan_status (*moal_malloc)(IN t_void *pmoal_handle, IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf);