Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 57) sorted by relevance

123

/tools/testing/selftests/futex/include/
Dlogging.h125 #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/
Dgen_fips140_testvecs.py28 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/
Dcompiler-gcc.h20 # define __compiletime_error(message) __attribute__((error(message))) argument
Dcompiler.h8 # define __compiletime_error(message) argument
/tools/hv/
Dvmbus_testing228 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/
Dmsgque.c84 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/
Dnft_conntrack_helper.sh94 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/
DREADME8 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/
Dcg_storage_multi.c60 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/
DMP+poonceonces.litmus6 * Can the counter-intuitive message-passing outcome be prevented with
DMP+pooncerelease+poacquireonce.litmus7 * smp_load_acquire() provide sufficient ordering for the message-passing
DMP+fencewmbonceonce+fencermbonceonce.litmus7 * sufficient ordering for the message-passing pattern. However, it
DWRC+poonceonces+Once.litmus6 * This litmus test is an extension of the message-passing pattern,
DWRC+pooncerelease+fencermbonceonce+Once.litmus6 * This litmus test is an extension of the message-passing pattern, where
/tools/testing/kunit/
Dkunit_parser.py122 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/
DREADME44 -h, --help show this help message
47 -g, --debug debug message in syslog
/tools/testing/selftests/tc-testing/
Dtdc.py33 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/
Dcommon_options.rst2 Print short help message (similar to **bpftool help**).
Dbpftool-perf.rst39 Print short help message.
Dbpftool-struct_ops.rst59 Print short help message.
Dbpftool-iter.rst52 Print short help message.
Dbpftool-link.rst62 Print short help message.
/tools/testing/selftests/lkdtm/
Dtests.txt4 WARNING_MESSAGE message trigger
/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
/tools/perf/Documentation/
DBuild.txt73 If UBSan detects any problem at runtime, it outputs a “runtime error:” message.

123