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

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c93 static VOID IpcEvent_SendMessageToChild(IpcEvent_t* pIpcEvent, PS8 msg) argument
95 write(pIpcEvent->pipe_to_child, msg, os_strlen(msg));
566 IpcEvent_t* pIpcEvent = (IpcEvent_t*)os_MemoryCAlloc(sizeof(IpcEvent_t), sizeof(U8)); local
567 if(pIpcEvent == NULL)
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))
578 IpcEvent_Destroy(pIpcEvent);
583 pipe(pIpcEvent->p_shared_memory->pipe_fields);
586 pIpcEvent->p_shared_memory->event_mask = 0;
589 pIpcEvent
623 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent; local
639 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent; local
656 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent; local
672 IpcEvent_t* pIpcEvent = (IpcEvent_t*)hIpcEvent; local
[all...]

Completed in 5 milliseconds