Searched refs:p_shared_memory (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c76 IpcEvent_Shared_Memory_t* p_shared_memory; member in struct:IpcEvent_t
84 IpcEvent_Shared_Memory_t* p_shared_memory; member in struct:IpcEvent_Child_t
131 if(pIpcEventChild->p_shared_memory->event_mask & ((u64)1<<EventId))
494 /* g_debug_level= pIpcEventChild->p_shared_memory->content.debug_level;*/
574 pIpcEvent->p_shared_memory = mmap(0, sizeof(IpcEvent_Shared_Memory_t), PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0);
575 if ( pIpcEvent->p_shared_memory == ((PVOID)-1))
583 pipe(pIpcEvent->p_shared_memory->pipe_fields);
586 pIpcEvent->p_shared_memory->event_mask = 0;
603 pIpcEventChild->p_shared_memory = pIpcEvent->p_shared_memory;
[all...]

Completed in 49 milliseconds