Home
last modified time | relevance | path

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

/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c79 VOID os_error_printf(S32 debug_level, const PS8 arg_list ,...) in os_error_printf() argument
93 va_start(ap, arg_list); in os_error_printf()
94 vsprintf((char *)msg, (char *)arg_list, ap); in os_error_printf()
146 S32 os_sprintf(PS8 str, const PS8 arg_list, ...) in os_sprintf() argument
151 va_start(ap, arg_list); in os_sprintf()
152 vsprintf((char*)msg, (char*)arg_list, ap); in os_sprintf()
325 S32 os_sscanf(const PS8 str, const PS8 arg_list, ...) in os_sscanf() argument
330 va_start(ap, arg_list); in os_sscanf()
331 vsprintf((char*)msg, (char*)arg_list, ap); in os_sscanf()
/hardware/ti/omap4xxx/security/tf_daemon/
Dlib_manifest2.c42 va_list arg_list; in log_error() local
43 va_start(arg_list, msg); in log_error()
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list); in log_error()
45 va_end(arg_list); in log_error()
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h119 VOID os_error_printf(S32 debug_level, const PS8 arg_list ,...);