Home
last modified time | relevance | path

Searched full:passed (Results 1 – 25 of 3392) sorted by relevance

12345678910>>...136

/kernel/linux/linux-5.10/tools/testing/kunit/test_data/
Dtest_is_test_passed-all_passed.log5 # 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 …]
Dtest_is_test_passed-failure.log5 # 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
Dtest_is_test_passed-crash.log7 # 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
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Doplib.h64 /* 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 …]
/kernel/linux/linux-5.10/include/linux/i3c/
Dccc.h56 * 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 …]
/kernel/liteos_a/kernel/include/
Dlos_queue.h107 * Solution: Ensure that the passed-in queue ID is valid.
158 * Solution: Check whether the passed-in queue handle value is valid.
174 * Queue error code: Parameters passed in during queue creation are null pointers.
178 * Solution: Ensure the passed-in parameters are not null pointers.
184 * Queue error code: The queue length or message node size passed in during queue creation is 0.
198 * Solution: Check whether the passed-in queue handle value is valid.
204 * Queue error code: The pointer passed in during queue reading is null.
208 * Solution: Check whether the passed-in pointer is null.
214 * Queue error code: The buffer size passed in during queue reading is too small or too big.
224 * Queue error code: The pointer passed in during queue writing is null.
[all …]
Dlos_sem.h67 * Solution: Change the passed-in invalid parameter value to a valid value.
77 * Solution: Change the passed-in null pointer to a valid non-null pointer.
98 * Solution: Change the passed-in parameter value to a valid nonzero value.
128 * Solution: Change the passed-in parameter value to the value within the valid range.
184 * @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
185 …* @retval #LOS_ERRNO_SEM_OVERFLOW The passed-in count value is greater than the maximum number of…
210 * @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
211 …* @retval #LOS_ERRNO_SEM_OVERFLOW The passed-in count value is greater than the maximum number…
235 * @retval #LOS_ERRNO_SEM_INVALID The passed-in semHandle value is invalid.
264 * @retval #LOS_ERRNO_SEM_INVALID The passed-in semHandle value is invalid.
[all …]
/kernel/linux/linux-5.10/drivers/of/
Dunittest.c35 int passed; member
45 unittest_results.passed++; \
200 "Updating an existing property should have passed\n"); in of_unittest_dynamic()
208 "Updating a missing property should have passed\n"); in of_unittest_dynamic()
212 "Removing a property should have passed\n"); in of_unittest_dynamic()
222 "Adding a large property should have passed\n"); in of_unittest_dynamic()
397 bool passed = true; in of_unittest_parse_phandle_with_args() local
406 passed &= !rc; in of_unittest_parse_phandle_with_args()
407 passed &= (args.args_count == 1); in of_unittest_parse_phandle_with_args()
408 passed &= (args.args[0] == (i + 1)); in of_unittest_parse_phandle_with_args()
[all …]
/kernel/liteos_m/kernel/include/
Dlos_queue.h107 * Solution: Ensure that the passed-in queue ID is valid.
158 * Solution: Check whether the passed-in queue handle value is valid.
174 * Queue error code: Parameters passed in during queue creation are null pointers.
178 * Solution: Ensure the passed-in parameters are not null pointers.
184 * Queue error code: The queue length or message node size passed in during queue creation is 0.
198 * Solution: Check whether the passed-in queue handle value is valid.
204 * Queue error code: The pointer passed in during queue reading is null.
208 * Solution: Check whether the passed-in pointer is null.
214 * Queue error code: The buffer size passed in during queue reading is 0.
224 * Queue error code: The pointer passed in during queue writing is null.
[all …]
Dlos_sem.h64 * Solution: Change the passed-in invalid parameter value to a valid value.
74 * Solution: Change the passed-in null pointer to a valid non-null pointer.
95 * Solution: Change the passed-in parameter value to a valid nonzero value.
125 * Solution: Change the passed-in parameter value to the value within the valid range.
183 * @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
184 …* @retval #LOS_ERRNO_SEM_OVERFLOW The passed-in count value is greater than the maximum number…
209 * @retval #LOS_ERRNO_SEM_PTR_NULL The passed-in semHandle value is NULL.
210 …* @retval #LOS_ERRNO_SEM_OVERFLOW The passed-in count value is greater than the maximum number…
234 * @retval #LOS_ERRNO_SEM_INVALID The passed-in semHandle value is invalid.
262 * @retval #LOS_ERRNO_SEM_INVALID The passed-in semHandle value is invalid.
[all …]
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dpci-endpoint-test.rst32 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
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Doplib_64.h74 /* 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 …]
Doplib_32.h54 /* 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.
/kernel/linux/linux-5.10/include/media/
Dvideobuf2-v4l2.h88 * @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 …]
Ddvb_vb2.h179 * @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
/kernel/linux/linux-5.10/Documentation/core-api/
Dprintk-formats.rst93 known are printed in decimal, while a non-ERR_PTR passed as the
183 Passed by reference.
196 Passed by reference.
208 Passed by reference.
284 Passed by reference.
303 Passed by reference.
322 Passed by reference.
337 specified through ``IS`` or ``iS``, can be passed to this format specifier.
353 Passed by reference.
379 Passed by reference.
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/
Dkselftest_harness.h132 _metadata->passed = 1; \
210 * the *self* is being passed to a helper directly.
382 if (!_metadata->passed) \
684 if (_metadata->passed && _metadata->step < 253) \
730 _metadata->passed = 0; \
742 _metadata->passed = 0; \
820 int passed; member
887 t->passed = 0; in __wait_for_test()
899 t->passed = 0; in __wait_for_test()
908 t->passed = 0; in __wait_for_test()
[all …]
/kernel/linux/linux-5.10/kernel/kcsan/
Dselftest.c112 int passed = 0; in kcsan_selftest() local
119 ++passed; \ in kcsan_selftest()
128 pr_info("selftest: %d/%d tests passed\n", passed, total); in kcsan_selftest()
129 if (passed != total) in kcsan_selftest()
/kernel/linux/linux-5.10/kernel/
Dnotifier.c55 * @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
197 * @val: Value passed unmodified to notifier function
198 * @v: Pointer passed unmodified to notifier function
312 * @val: Value passed unmodified to notifier function
313 * @v: Pointer passed unmodified to notifier function
393 * @val: Value passed unmodified to notifier function
[all …]
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/tests/
Dunittest.h26 int passed; member
39 ++unittest_results.passed; \
59 pr_info("end of comedi:\"%s\" unittests - %i passed, %i failed\n", name, in exec_unittests()
60 unittest_results.passed, unittest_results.failed); in exec_unittests()
/kernel/linux/linux-5.10/include/linux/platform_data/
Ddma-ep93xx.h35 * 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
/kernel/linux/linux-5.10/Documentation/filesystems/nfs/
Drpc-cache.rst65 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.
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-vmx-unavail.c25 int passed; variable
76 passed = 0; in worker()
96 passed = 1; in tm_vmx_unavail_test()
111 return passed ? EXIT_SUCCESS : EXIT_FAILURE; in tm_vmx_unavail_test()
/kernel/linux/linux-5.10/include/linux/
Dsplice.h15 * 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
/kernel/linux/linux-5.10/tools/testing/selftests/ntb/
Dntb_test.sh173 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"

12345678910>>...136