Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h124 S32 os_getInputString(PS8 inbuf, S32 len);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c524 S32 os_getInputString(PS8 inbuf, S32 len) in os_getInputString() function
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dconsole.c814 res = os_getInputString(inbuf, sizeof(inbuf)); in Console_Start()