HomeSort by relevance Sort by last modified time
    Searched refs:ipc_pipe (Results 1 - 5 of 5) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c 55 int ipc_pipe[2]; variable
88 if (pipe(ipc_pipe) < 0)
96 /*close(ipc_pipe[1]);*/
111 close(ipc_pipe[0]);
154 write(ipc_pipe[1], command, size);
ipc.h 52 extern int ipc_pipe[2];
62 int ipc_pipe[ETHERNET_UTILS_NUMBER_OF_MODULES]; member in struct:t_shared_memory_rec
82 #define SHARED_MEMORY_IPC_PIPE(_module_index) (((shared_memory_reco *)(p_shared_memory))->ipc_pipe[_module_index])
console.c 305 FD_SET(ipc_pipe[0], &read_set);
309 max_fd_index = (max(wipp_control_general_process_out_pipe[0], max(0, ipc_pipe[0])) + 1);
329 if (FD_ISSET(ipc_pipe[0], &read_set))
335 result = read(ipc_pipe[0], (U8 *)inbuf, (U16)sizeof(inbuf));
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 48 S32 ipc_pipe[2]; variable
542 FD_SET(ipc_pipe[0], &read_set);
545 max_fd_index = max(0, ipc_pipe[0]) + 1;
561 if (FD_ISSET(ipc_pipe[0], &read_set))
566 result = read(ipc_pipe[0], inbuf, len);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
osapi.c 48 S32 ipc_pipe[2]; variable
542 FD_SET(ipc_pipe[0], &read_set);
545 max_fd_index = max(0, ipc_pipe[0]) + 1;
561 if (FD_ISSET(ipc_pipe[0], &read_set))
566 result = read(ipc_pipe[0], inbuf, len);

Completed in 367 milliseconds