Lines Matching refs:IOVEC_SET_STRING
259 IOVEC_SET_STRING(iovec[n++], prefix); in write_to_console()
267 IOVEC_SET_STRING(iovec[n++], location); in write_to_console()
271 IOVEC_SET_STRING(iovec[n++], ANSI_HIGHLIGHT_RED_ON); in write_to_console()
272 IOVEC_SET_STRING(iovec[n++], buffer); in write_to_console()
274 IOVEC_SET_STRING(iovec[n++], ANSI_HIGHLIGHT_OFF); in write_to_console()
275 IOVEC_SET_STRING(iovec[n++], "\n"); in write_to_console()
336 IOVEC_SET_STRING(iovec[0], header_priority); in write_to_syslog()
337 IOVEC_SET_STRING(iovec[1], header_time); in write_to_syslog()
338 IOVEC_SET_STRING(iovec[2], program_invocation_short_name); in write_to_syslog()
339 IOVEC_SET_STRING(iovec[3], header_pid); in write_to_syslog()
340 IOVEC_SET_STRING(iovec[4], buffer); in write_to_syslog()
385 IOVEC_SET_STRING(iovec[0], header_priority); in write_to_kmsg()
386 IOVEC_SET_STRING(iovec[1], program_invocation_short_name); in write_to_kmsg()
387 IOVEC_SET_STRING(iovec[2], header_pid); in write_to_kmsg()
388 IOVEC_SET_STRING(iovec[3], buffer); in write_to_kmsg()
389 IOVEC_SET_STRING(iovec[4], "\n"); in write_to_kmsg()