/Linux-v5.15/tools/testing/kunit/test_data/ |
D | test_is_test_passed-all_passed.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 27 # example_simple_test: example_simple_test passed [all …]
|
D | test_is_test_passed-failure.log | 5 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 7 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 9 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 11 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 13 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 15 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 17 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 19 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 21 kunit sysctl_test: all tests passed 34 # example_mock_test: example_mock_test passed
|
D | test_is_test_passed-crash.log | 7 # sysctl_test_dointvec_null_tbl_data: sysctl_test_dointvec_null_tbl_data passed 9 # sysctl_test_dointvec_table_maxlen_unset: sysctl_test_dointvec_table_maxlen_unset passed 11 # sysctl_test_dointvec_table_len_is_zero: sysctl_test_dointvec_table_len_is_zero passed 13 …_test_dointvec_table_read_but_position_set: sysctl_test_dointvec_table_read_but_position_set passed 15 # sysctl_test_dointvec_happy_single_positive: sysctl_test_dointvec_happy_single_positive passed 17 # sysctl_test_dointvec_happy_single_negative: sysctl_test_dointvec_happy_single_negative passed 19 # sysctl_test_dointvec_single_less_int_min: sysctl_test_dointvec_single_less_int_min passed 21 # sysctl_test_dointvec_single_greater_int_max: sysctl_test_dointvec_single_greater_int_max passed 23 kunit sysctl_test: all tests passed 66 # example_mock_test: example_mock_test passed
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | oplib.h | 64 /* Open the device described by the passed string. Note, that the format 70 /* Close a previously opened device described by the passed integer 75 /* Do a seek operation on the device described by the passed integer 97 /* Reboot the machine with the command line passed. */ 100 /* Evaluate the forth string passed. */ 113 /* Set the PROM 'sync' callback function to the passed function pointer. 123 * gets passed a buffer where you would like it stuffed. The return value 179 * at the passed program counter. 184 /* Stop the CPU with the passed device tree node. */ 187 /* Idle the CPU with the passed device tree node. */ [all …]
|
/Linux-v5.15/include/linux/i3c/ |
D | ccc.h | 56 * struct i3c_ccc_events - payload passed to ENEC/DISEC CCC 69 * struct i3c_ccc_mwl - payload passed to SETMWL/GETMWL CCC 81 * struct i3c_ccc_mrl - payload passed to SETMRL/GETMRL CCC 107 * The DEFSLVS command should be passed an array of i3c_ccc_dev_desc 121 * struct i3c_ccc_defslvs - payload passed to DEFSLVS CCC 128 * Information passed to the broadcast DEFSLVS to propagate device 150 * struct i3c_ccc_enttm - payload passed to ENTTM CCC 154 * Information passed to the ENTTM CCC to instruct an I3C device to enter a 162 * struct i3c_ccc_setda - payload passed to SETNEWDA and SETDASA CCCs 166 * Information passed to the SETNEWDA and SETDASA CCCs to assign/change the [all …]
|
/Linux-v5.15/drivers/of/ |
D | unittest.c | 36 int passed; member 46 unittest_results.passed++; \ 201 "Updating an existing property should have passed\n"); in of_unittest_dynamic() 209 "Updating a missing property should have passed\n"); in of_unittest_dynamic() 213 "Removing a property should have passed\n"); in of_unittest_dynamic() 223 "Adding a large property should have passed\n"); in of_unittest_dynamic() 398 bool passed = true; in of_unittest_parse_phandle_with_args() local 407 passed &= !rc; in of_unittest_parse_phandle_with_args() 408 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args() 409 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args() [all …]
|
/Linux-v5.15/Documentation/misc-devices/ |
D | pci-endpoint-test.rst | 32 should be passed as argument. 37 to be tested should be passed as argument. 40 to be tested should be passed as argument. 43 should be passed as argument (0: Legacy, 1:MSI, 2:MSI-X). 47 Perform write tests. The size of the buffer should be passed 50 Perform read tests. The size of the buffer should be passed 53 Perform read tests. The size of the buffer should be passed
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | oplib_64.h | 74 /* Reboot the machine with the command line passed. */ 77 /* Evaluate the forth string passed. */ 94 * gets passed a buffer where you would like it stuffed. The return value 108 /* Start the CPU with the given device tree node at the passed program 109 * counter with the given arg passed in via register %o0. 113 /* Start the CPU with the given cpu ID at the passed program 114 * counter with the given arg passed in via register %o0. 127 /* Resume the CPU with the passed device tree node. */ 190 /* Get the length, at the passed node, of the given property type. 214 /* Does the passed node have the given "name"? YES=1 NO=0 */ [all …]
|
D | oplib_32.h | 54 /* Reboot the machine with the command line passed. */ 57 /* Evaluate the forth string passed. */ 70 /* Set the PROM 'sync' callback function to the passed function pointer. 80 * gets passed a buffer where you would like it stuffed. The return value 104 * at the passed program counter. 122 /* Get the length, at the passed node, of the given property type. 145 /* Search all siblings starting at the passed node for "name" matching 150 /* Returns the next property after the passed property for the given 158 /* Set the indicated property at the given node with the passed value.
|
/Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 122 hardware performs emergency shutdown. Zero can be passed to disable 129 Zero can be passed to disable error detection and value '1' indicates 135 damaged. Recovery actions should be initiated. Zero can be passed to 141 hardware performs emergency shutdown. Zero can be passed to disable 149 Zero can be passed to disable error detection and value '1' indicates 156 damaged. Recovery actions should be initiated. Zero can be passed to 163 hardware performs emergency shutdown. Zero can be passed to disable 171 Zero can be passed to disable error detection and value '1' indicates 178 it gets damaged. Recovery actions should be initiated. Zero can be passed 185 hardware performs emergency shutdown. Zero can be passed to disable [all …]
|
/Linux-v5.15/include/media/ |
D | videobuf2-v4l2.h | 88 * @req: &struct v4l2_requestbuffers passed from userspace to 98 * @create: creation parameters, passed from userspace to 108 * @b: buffer structure passed from userspace to 116 * #) verifies the passed buffer, 132 * @b: buffer structure passed from userspace to 139 * #) verifies the passed buffer; 157 * @eb: export buffer structure passed from userspace to 168 * @b: buffer structure passed from userspace to 179 * #) verifies the passed buffer; 194 * @type: type argument passed from userspace to vidioc_streamon handler, [all …]
|
D | dvb_vb2.h | 179 * @file: &struct file argument passed to the poll 181 * @wait: &poll_table wait argument passed to the poll 214 * @req: &struct dmx_requestbuffers passed from userspace in 227 * @b: &struct dmx_buffer passed from userspace in 239 * @exp: &struct dmx_exportbuffer passed from userspace in 250 * @b: &struct dmx_buffer passed from userspace in 262 * @b: &struct dmx_buffer passed from userspace in 273 * @vma: pointer to &struct vm_area_struct with the vma passed
|
/Linux-v5.15/Documentation/core-api/ |
D | printk-formats.rst | 104 known are printed in decimal, while a non-ERR_PTR passed as the 218 Passed by reference. 231 Passed by reference. 243 Passed by reference. 319 Passed by reference. 338 Passed by reference. 357 Passed by reference. 372 specified through ``IS`` or ``iS``, can be passed to this format specifier. 388 Passed by reference. 414 Passed by reference. [all …]
|
/Linux-v5.15/tools/testing/selftests/ |
D | kselftest_harness.h | 136 _metadata->passed = 1; \ 214 * the *self* is being passed to a helper directly. 386 if (!_metadata->passed) \ 688 if (_metadata->passed && _metadata->step < 253) \ 734 _metadata->passed = 0; \ 746 _metadata->passed = 0; \ 824 int passed; member 891 t->passed = 0; in __wait_for_test() 903 t->passed = 0; in __wait_for_test() 912 t->passed = 0; in __wait_for_test() [all …]
|
/Linux-v5.15/kernel/kcsan/ |
D | selftest.c | 120 int passed = 0; in kcsan_selftest() local 127 ++passed; \ in kcsan_selftest() 136 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest() 137 if (passed != total) in kcsan_selftest()
|
/Linux-v5.15/kernel/ |
D | notifier.c | 55 * @val: Value passed unmodified to notifier function 56 * @v: Pointer passed unmodified to notifier function 101 * @val_up: Value passed unmodified to the notifier function 102 * @val_down: Value passed unmodified to the notifier function when recovering 104 * @v Pointer passed unmodified to the notifier function 178 * @val: Value passed unmodified to notifier function 179 * @v: Pointer passed unmodified to notifier function 293 * @val: Value passed unmodified to notifier function 294 * @v: Pointer passed unmodified to notifier function 374 * @val: Value passed unmodified to notifier function [all …]
|
/Linux-v5.15/drivers/comedi/drivers/tests/ |
D | unittest.h | 25 int passed; member 38 ++unittest_results.passed; \ 58 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests() 59 unittest_results.passed, unittest_results.failed); in exec_unittests()
|
/Linux-v5.15/include/linux/platform_data/ |
D | dma-ep93xx.h | 35 * This information is passed as private channel parameter in a filter 37 * memcpy channels %NULL data should be passed. 59 * @channels: array of channels which are passed to the driver 62 * This structure is passed to the DMA engine driver via platform data. For
|
/Linux-v5.15/tools/testing/selftests/powerpc/eeh/ |
D | eeh-vf-aware.sh | 17 passed=0 34 passed="$((passed + 1))"
|
/Linux-v5.15/Documentation/filesystems/nfs/ |
D | rpc-cache.rst | 65 dropped. The pointer passed is to the 'ref' field 113 This will be passed to ->match to identify the target entry. If no 117 The item returned is typically passed to cache_check which will check 123 cache_check can be passed a "struct cache_req\*". This structure is 132 The value returned by sunrpc_cache_lookup_rcu can also be passed to 134 passed which should hold the content. If the item found by _lookup 152 passed as a whole to the cache for parsing and interpretation.
|
/Linux-v5.15/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 173 echo " Passed" 198 echo " Passed" 233 echo " Passed" 276 echo " Passed" 310 echo " Passed" 417 echo " Passed" 442 echo " Passed" 466 echo " Passed" 486 echo " Passed" 492 echo " Passed"
|
/Linux-v5.15/include/linux/ |
D | splice.h | 15 * Flags passed in from splice/tee/vmsplice 22 #define SPLICE_F_GIFT (0x08) /* pages passed in are a gift */ 27 * Passed to the actors 54 * Passed to splice_to_pipe
|
/Linux-v5.15/tools/testing/selftests/powerpc/tm/ |
D | tm-vmx-unavail.c | 24 int passed; variable 75 passed = 0; in worker() 96 passed = 1; in tm_vmx_unavail_test() 111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
|
/Linux-v5.15/Documentation/filesystems/ |
D | fiemap.rst | 41 with all flags passed, the contents of fm_flags will be unmodified. 69 number of elements in the fiemap_extents[] array should be passed via 193 ->fiemap is passed struct fiemap_extent_info which describes the 197 unsigned int fi_flags; /* Flags as passed from user */ 214 The struct fieinfo should be passed in as received from ioctl_fiemap(). The 215 set of fiemap flags which the fs understands should be passed via fs_flags. If 229 fiemap_fill_next_extent() will use the passed values to populate the
|
/Linux-v5.15/tools/testing/selftests/landlock/ |
D | common.h | 48 if (_metadata->passed) \ 55 _metadata->passed = 0; \ 61 _metadata->passed = 1; \ 64 _metadata->passed = 1; \ 68 _metadata->passed = 0; \
|