Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c48 S32 ipc_pipe[2]; variable
542 FD_SET(ipc_pipe[0], &read_set); in os_getInputString()
545 max_fd_index = max(0, ipc_pipe[0]) + 1; in os_getInputString()
561 if (FD_ISSET(ipc_pipe[0], &read_set)) in os_getInputString()
566 result = read(ipc_pipe[0], inbuf, len); in os_getInputString()