Searched refs:ppbuf (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | wifi-mem.c | 62 …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()
|
| D | wifi-internal.h | 410 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/ |
| D | mlan_decl.h | 962 …lan_status (*moal_malloc)(IN t_void *pmoal_handle, IN t_u32 size, IN t_u32 flag, OUT t_u8 **ppbuf);
|