Searched refs:os_get_last_error (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | os_trans.c | 54 …tf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_last_error()); in os_socket() 78 …or_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_error()); in os_bind() 114 …ntf(CU_MSG_ERROR, "%s: error accepting connection. Error %d\n", __FUNCTION__, os_get_last_error()); in os_sockWaitForConnection() 137 __FUNCTION__, result, os_get_last_error()); in os_sockSend() 163 …: Error reading from socket (result = %d), error %d\n", __FUNCTION__, result, os_get_last_error()); in os_sockRecv()
|
D | osapi.c | 618 TI_SIZE_T os_get_last_error() in os_get_last_error() function
|
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/ |
D | cu_osapi.h | 130 TI_SIZE_T os_get_last_error(VOID);
|