/tools/testing/selftests/futex/include/ |
D | logging.h | 125 #define info(message, vargs...) \ argument 128 fprintf(stderr, "\t%s: "message, INFO, ##vargs); \ 131 #define error(message, err, args...) \ argument 135 fprintf(stderr, "\t%s: %s: "message, \ 138 fprintf(stderr, "\t%s: "message, ERROR, ##args); \ 142 #define fail(message, args...) \ argument 145 fprintf(stderr, "\t%s: "message, FAIL, ##args); \
|
/tools/crypto/ |
D | gen_fips140_testvecs.py | 28 message = bytes('This is a 32-byte test message.\0', 'ascii') variable 79 print_value('aes_cbc_ciphertext', cbc.encrypt(message)) 82 print_value('aes_ecb_ciphertext', ecb.encrypt(message)) 86 print_value('aes_ctr_ciphertext', ctr.encrypt(message)) 92 raw_ciphertext, tag = gcm.encrypt_and_digest(message) 101 ciphertext = xts.update(message) + xts.finalize() 105 cmac.update(message) 112 h = hmac.new(hmac_key, message, alg.removeprefix('hmac_')) 114 h = hashlib.new(alg, message) 122 print_value('message', message)
|
/tools/include/linux/ |
D | compiler-gcc.h | 20 # define __compiletime_error(message) __attribute__((error(message))) argument
|
D | compiler.h | 8 # define __compiletime_error(message) argument
|
/tools/hv/ |
D | vmbus_testing | 228 message = file_map[device][f_names.mess_f.value] 234 write_test_files(message, delay_length[1]) 240 .format(read_test_files(message), 241 message.split("/")[5])) 245 .format(errno, strerror, interrupt, message)) 370 message = ("\n\nvalue must be -1 or 0 < value <= 1000. " 372 raise argparse.ArgumentTypeError(message)
|
/tools/testing/selftests/ipc/ |
D | msgque.c | 84 struct msg1 message; in check_and_destroy_queue() local 88 ret = msgrcv(msgque->msq_id, &message.mtype, MAX_MSG_SIZE, in check_and_destroy_queue() 103 if (message.mtype != msgque->messages[cnt].mtype) { in check_and_destroy_queue() 108 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) { in check_and_destroy_queue()
|
/tools/testing/selftests/netfilter/ |
D | nft_conntrack_helper.sh | 94 local message=$2 97 if echo $message |grep -q 'ipv6';then 105 echo "FAIL: ${netns} did not show attached helper $message" 1>&2
|
/tools/testing/selftests/livepatch/ |
D | README | 8 livepatch behavior. Debug information is logged to the kernel's message 10 the message buffer for only the duration of each individual test.)
|
/tools/testing/selftests/bpf/prog_tests/ |
D | cg_storage_multi.c | 60 char message[] = "message"; in connect_send() local 74 if (send(client_fd, &message, sizeof(message), 0) < 0) in connect_send() 77 if (read(server_fd, &message, sizeof(message)) < 0) in connect_send()
|
/tools/memory-model/litmus-tests/ |
D | MP+poonceonces.litmus | 6 * Can the counter-intuitive message-passing outcome be prevented with
|
D | MP+pooncerelease+poacquireonce.litmus | 7 * smp_load_acquire() provide sufficient ordering for the message-passing
|
D | MP+fencewmbonceonce+fencermbonceonce.litmus | 7 * sufficient ordering for the message-passing pattern. However, it
|
D | WRC+poonceonces+Once.litmus | 6 * This litmus test is an extension of the message-passing pattern,
|
D | WRC+pooncerelease+fencermbonceonce+Once.litmus | 6 * This litmus test is an extension of the message-passing pattern, where
|
/tools/testing/kunit/ |
D | kunit_parser.py | 122 def print_with_timestamp(message) -> None: argument 123 print('[%s] %s' % (datetime.now().strftime('%H:%M:%S'), message)) 125 def format_suite_divider(message) -> str: argument 126 return '======== ' + message + ' ========' 128 def print_suite_divider(message) -> None: argument 130 print_with_timestamp(format_suite_divider(message))
|
/tools/thermal/tmon/ |
D | README | 44 -h, --help show this help message 47 -g, --debug debug message in syslog
|
/tools/testing/selftests/tc-testing/ |
D | tdc.py | 33 def __init__(self, stage, output, message): argument 36 self.message = message 376 message = pmtf.message 380 res.set_errormsg(pmtf.message) 384 print(message)
|
/tools/bpf/bpftool/Documentation/ |
D | common_options.rst | 2 Print short help message (similar to **bpftool help**).
|
D | bpftool-perf.rst | 39 Print short help message.
|
D | bpftool-struct_ops.rst | 59 Print short help message.
|
D | bpftool-iter.rst | 52 Print short help message.
|
D | bpftool-link.rst | 62 Print short help message.
|
/tools/testing/selftests/lkdtm/ |
D | tests.txt | 4 WARNING_MESSAGE message trigger
|
/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/tools/perf/Documentation/ |
D | Build.txt | 73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.
|