Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-mux.c233 char buf_timestamp[TIMESTAMP_MAX_SIZE]; in console_print_timestamped() local
237 status = console_timestamp(buf_timestamp, sizeof(buf_timestamp)); in console_print_timestamped()
243 status = asprintf(&buf, "[obmc-console] %s %s\n", buf_timestamp, in console_print_timestamped()