Searched refs:ulog_voutput (Results 1 – 3 of 3) sorted by relevance
| /components/utilities/ulog/ |
| A D | ulog.h | 95 void ulog_voutput(rt_uint32_t level, const char *tag, rt_bool_t newline, const rt_uint8_t *hex_buf,
|
| A D | ulog.c | 644 void ulog_voutput(rt_uint32_t level, const char *tag, rt_bool_t newline, const rt_uint8_t *hex_buf,… function 761 ulog_voutput(level, tag, newline, RT_NULL, 0, 0, 0, format, args); 840 ulog_voutput(LOG_LVL_DBG, tag, RT_TRUE, buf, len, width, i, RT_NULL, args);
|
| /components/utilities/ulog/syslog/ |
| A D | syslog.c | 97 ulog_voutput(priority, local_ident, RT_TRUE, RT_NULL, 0, 0, 0, format, args); in vsyslog()
|
Completed in 25 milliseconds