Home
last modified time | relevance | path

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

/third_party/ltp/testcases/lib/
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/cef/tools/
Dcrash_server.py135 def print_msg(msg): function
290 print_msg('Invalid dump %s' % dump_id)
293 print_msg('Dump %s' % dump_id)
323 print_msg('Starting httpd on port %d' % port)
/third_party/ltp/lib/
Dtst_buffers.c52 static int print_msg = 1; in tst_alloc() local
54 if (print_msg) { in tst_alloc()
56 print_msg = 0; in tst_alloc()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c431 void print_msg(int msg_num, const char *msg);
442 void print_msg(int msg_num, const char *msg) in print_msg() function
473 print_msg(TEST_START, NULL); in main()
574 print_msg(TEST_STOP, NULL); in main()
660 print_msg(TEST_BREAK, __FUNCTION__); in run_sg_scan_tests()
1494 print_msg(TEST_BREAK, __FUNCTION__); in show_scsi_logs()
1758 print_msg(TEST_BREAK, __FUNCTION__); in show_devfs_devices()
2223 print_msg(TEST_BREAK, __FUNCTION__); in do_scsi_device_read_write()
2746 print_msg(TEST_BREAK, __FUNCTION__); in do_scsi_inquiry()
3100 print_msg(TEST_BREAK, __FUNCTION__); in show_scsi_maps()
[all …]
/third_party/lwip/src/netif/ppp/
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/
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()