Home
last modified time | relevance | path

Searched refs:print_msg (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/lib/
H A Dtst_timeout_kill.c18 #define print_msg(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
46 print_msg("setpgid() failed: %s", strerror(errno)); in main()
51 print_msg("Test timed out, sending SIGTERM!"); in main()
52 print_msg("If you are running on slow machine, try exporting LTP_TIMEOUT_MUL > 1"); in main()
56 print_msg("kill(%i) failed: %s", -pid, strerror(errno)); in main()
65 print_msg("Test is still running... %i", i + 1); in main()
70 print_msg("Test is still running, sending SIGKILL"); in main()
73 print_msg("kill(%i) failed: %s", -pid, strerror(errno)); in main()
/third_party/ltp/lib/
H A Dtst_buffers.c53 static int print_msg = 1; in tst_alloc() local
55 if (print_msg) { in tst_alloc()
57 print_msg = 0; in tst_alloc()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c428 void print_msg(int msg_num, const char *msg);
439 void print_msg(int msg_num, const char *msg) in print_msg() function
470 print_msg(TEST_START, NULL); in main()
571 print_msg(TEST_STOP, NULL); in main()
657 print_msg(TEST_BREAK, __FUNCTION__); in run_sg_scan_tests()
1491 print_msg(TEST_BREAK, __FUNCTION__); in show_scsi_logs()
1755 print_msg(TEST_BREAK, __FUNCTION__); in show_devfs_devices()
2220 print_msg(TEST_BREAK, __FUNCTION__); in do_scsi_device_read_write()
2743 print_msg(TEST_BREAK, __FUNCTION__); in do_scsi_inquiry()
3097 print_msg(TEST_BREA in show_scsi_maps()
[all...]
/third_party/lwip/src/netif/ppp/
H A Dchap_ms.c452 goto print_msg; /* Message is badly formatted. */ in chapms_handle_failure()
491 print_msg: in chapms_handle_failure()
/third_party/pulseaudio/src/modules/
H A Dmodule-loopback.c364 static void update_minimum_latency(struct userdata *u, pa_sink *sink, bool print_msg) { in update_minimum_latency() argument
407 if (print_msg) { in update_minimum_latency()

Completed in 16 milliseconds