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

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dipc_event.c85 S32 pipe_from_parent; member in struct:IpcEvent_Child_t
485 S32 msgLen = read(pIpcEventChild->pipe_from_parent,msg, IPC_EVENT_MSG_MAX_LEN);
529 FD_SET(pIpcEventChild->pipe_from_parent, &read_set);
532 ret = select(max(pIpcEventChild->pipe_from_parent,pIpcEventChild->STA_socket) + 1,
549 if(FD_ISSET(pIpcEventChild->pipe_from_parent, &read_set))
605 pIpcEventChild->pipe_from_parent = pIpcEventChild->p_shared_memory->pipe_fields[PIPE_READ];

Completed in 128 milliseconds