Searched refs:poll_ret (Results 1 – 1 of 1) sorted by relevance
183 int poll_ret; in accept_server_socket() local184 OSI_NO_INTR(poll_ret = poll(&pfd, 1, 0)); in accept_server_socket()185 if (poll_ret == 0) in accept_server_socket()752 int poll_ret; in UIPC_Read() local753 OSI_NO_INTR(poll_ret = poll(&pfd, 1, in UIPC_Read()755 if (poll_ret == 0) in UIPC_Read()760 if (poll_ret < 0) { in UIPC_Read()762 __func__, poll_ret, errno, strerror(errno)); in UIPC_Read()