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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c 54 os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_last_error());
78 os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_error());
114 os_error_printf(CU_MSG_ERROR, "%s: error accepting connection. Error %d\n", __FUNCTION__, os_get_last_error());
137 __FUNCTION__, result, os_get_last_error());
163 os_error_printf(CU_MSG_ERROR, "%s: Error reading from socket (result = %d), error %d\n", __FUNCTION__, result, os_get_last_error());
osapi.c 618 TI_SIZE_T os_get_last_error() function
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
os_trans.c 54 os_error_printf(CU_MSG_ERROR, "%s: error setting socket option. Error %d\n", __FUNCTION__, os_get_last_error());
78 os_error_printf(CU_MSG_ERROR, "%s: error binding socket. Error %d\n", __FUNCTION__, os_get_last_error());
114 os_error_printf(CU_MSG_ERROR, "%s: error accepting connection. Error %d\n", __FUNCTION__, os_get_last_error());
137 __FUNCTION__, result, os_get_last_error());
163 os_error_printf(CU_MSG_ERROR, "%s: Error reading from socket (result = %d), error %d\n", __FUNCTION__, result, os_get_last_error());
osapi.c 618 TI_SIZE_T os_get_last_error() function
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 130 TI_SIZE_T os_get_last_error(VOID);
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 126 TI_SIZE_T os_get_last_error(VOID);

Completed in 52 milliseconds