Home
last modified time | relevance | path

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

/third_party/libdrm/exynos/
Dexynos_fimg2d.c54 #define MSG_PREFIX "exynos/fimg2d: " macro
322 fprintf(stderr, MSG_PREFIX "command list overflow.\n"); in g2d_flush()
345 fprintf(stderr, MSG_PREFIX "failed to set cmdlist.\n"); in g2d_flush()
367 fprintf(stderr, MSG_PREFIX "failed to allocate context.\n"); in g2d_init()
375 fprintf(stderr, MSG_PREFIX "failed to get version.\n"); in g2d_init()
383 printf(MSG_PREFIX "G2D version (%d.%d).\n", ctx->major, ctx->minor); in g2d_init()
425 fprintf(stderr, MSG_PREFIX "failed to execute.\n"); in g2d_exec()
526 fprintf(stderr, MSG_PREFIX "invalid width or height.\n"); in g2d_copy()
610 fprintf(stderr, MSG_PREFIX "invalid width or height.\n"); in g2d_move()
717 fprintf(stderr, MSG_PREFIX "invalid width or height.\n"); in g2d_copy_with_scale()
[all …]
/third_party/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c30 #define MSG_PREFIX "LTP kmsg01 " macro
289 sprintf(imsg, MSG_PREFIX"TEST MESSAGE %ld prio: %d, " in test_inject()
388 char filler_str[] = "<7>"MSG_PREFIX"FILLER MESSAGE TO OVERWRITE OTHERS\n"; in test_messages_overwritten()
523 if (find_msg(fd, MSG_PREFIX, msg, sizeof(msg), 0) != 0) in test_seek()
537 if (find_msg(fd, MSG_PREFIX, msg, sizeof(msg), 0) != 0) in test_seek()