Searched refs:arg_list (Results 1 – 3 of 3) sorted by relevance
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | osapi.c | 79 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/ |
D | lib_manifest2.c | 42 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/ |
D | cu_osapi.h | 119 VOID os_error_printf(S32 debug_level, const PS8 arg_list ,...);
|