/linux-6.12.1/tools/testing/selftests/arm64/fp/ |
D | README | 30 Terminated by signal 15, no error, iterations=9467, signals=1014 33 Terminated by signal 15, no error, iterations=9448, signals=1028 36 Terminated by signal 15, no error, iterations=9436, signals=1039 39 Terminated by signal 15, no error, iterations=9421, signals=1039 42 Terminated by signal 15, no error, iterations=9403, signals=1039 45 Terminated by signal 15, no error, iterations=9385, signals=1036 48 Terminated by signal 15, no error, iterations=9376, signals=1039 51 Terminated by signal 15, no error, iterations=9361, signals=1039 54 Terminated by signal 15, no error, iterations=9350, signals=1039
|
/linux-6.12.1/include/linux/ |
D | fortify-string.h | 168 * @q: pointer to NUL-terminated source string to copy 172 * and @p will NOT be NUL-terminated 186 * | NUL-terminated | strscpy_pad() | strscpy() | 188 * | not NUL-terminated | strtomem_pad() | strtomem() | 210 * strnlen - Return bounded count of characters in a NUL-terminated string 212 * @p: pointer to NUL-terminated string to count. 245 * strlen - Return count of characters in a NUL-terminated string 247 * @p: pointer to NUL-terminated string to count. 337 * @p: pointer to %NUL-terminated string to append to 338 * @q: pointer to %NUL-terminated string to append from [all …]
|
D | string.h | 98 * buffers overlap. The destination @dst buffer is always NUL terminated, 135 * buffer is always %NUL terminated, unless it's zero-sized. 401 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer 404 * @src: Pointer to NUL-terminated string 408 * a NUL-terminated string, but with bounds checking on the source size, and 425 * strtomem - Copy NUL-terminated string to non-NUL-terminated buffer 428 * @src: Pointer to NUL-terminated string 431 * a NUL-terminated string, but with bounds checking on the source size, and 452 * a NUL-terminated string. 477 * a NUL-terminated string.
|
/linux-6.12.1/arch/s390/lib/ |
D | string.c | 80 * strcpy - Copy a %NUL terminated string 104 * strncpy - Copy a length-limited, %NUL-terminated string 109 * The result is not %NUL-terminated if the source exceeds 124 * strcat - Append one %NUL-terminated string to another 151 * strlcat - Append a length-limited, %NUL-terminated string to another 177 * strncat - Append a length-limited, %NUL-terminated string to another 185 * terminated. 250 * strstr - Find the first substring in a %NUL terminated string
|
/linux-6.12.1/tools/testing/selftests/powerpc/ |
D | harness.c | 29 bool terminated; in run_test() local 50 terminated = false; in run_test() 60 if (terminated) { in run_test() 67 terminated = true; in run_test()
|
/linux-6.12.1/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-device-info.rst | 51 - Name of the driver implementing the media API as a NUL-terminated 61 - Device model name as a NUL-terminated UTF-8 string. The device 67 - Serial number as a NUL-terminated ASCII string. 71 - Location of the device in the system as a NUL-terminated ASCII
|
/linux-6.12.1/drivers/gpu/drm/panfrost/ |
D | panfrost_issues.h | 39 /* CSE: Sends a TERMINATED response for a task that should not be 40 * terminated */ 57 /* HT: Tiler returns TERMINATED for non-terminated command */ 121 * code for the terminated job may be incorrectly set to STOPPED */
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_gt_mcr.c | 39 * is "terminated" by the hardware. Terminated read operations will return a 40 * value of zero and terminated unicast write operations will be silently 44 * non-terminated instance. 91 * provide us with a non-terminated value. We'll stick them all in the same 282 * mslice registers are valid (not terminated) if either the meml3 in init_steering_mslice() 285 * so we can just use that to find a non-terminated mslice and ignore in init_steering_mslice() 293 * it up here. Either LNCF within a non-terminated mslice will work, in init_steering_mslice() 369 * First instance is only terminated if the entire first media slice in init_steering_oaddrm() 472 /* Select non-terminated steering target for each type */ in xe_gt_mcr_init() 510 * will steer a register to a non-terminated instance [all …]
|
/linux-6.12.1/lib/ |
D | globtest.c | 51 * 2. Pattern to match: null-terminated string 52 * 3. String to match against: null-terminated string 54 * The list of tests is terminated with a final '\0' instead of 140 * end of the tests. Then come two null-terminated strings: the in glob_init()
|
D | memcat_p.c | 6 * Merge two NULL-terminated pointer arrays into a newly allocated 7 * array, which is also NULL-terminated. Nomenclature is inspired by
|
D | string_helpers.c | 34 * at least 9 bytes and will always be zero terminated. 295 * destination buffer will always be NULL-terminated. Source string must be 296 * NULL-terminated as well. The supported flags are:: 504 * @only: NULL-terminated string containing characters used to limit 525 * destination buffer will not be NULL-terminated, thus caller have to append 672 * Returns allocated NULL-terminated string containing process 705 * Returns allocated NULL-terminated string containing pathname, 906 * @n: number of strings in the array or -1 for NULL terminated arrays 913 * are NULL terminated. However, the function does not make a distinction 940 * @n: number of strings in the array or -1 for NULL terminated arrays [all …]
|
/linux-6.12.1/net/ieee802154/ |
D | nl-phy.c | 88 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_list_phy() 179 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_add_iface() 185 return -EINVAL; /* phy name should be null-terminated */ in ieee802154_add_iface() 281 return -EINVAL; /* name should be null-terminated */ in ieee802154_del_iface() 303 /* name should be null-terminated */ in ieee802154_del_iface()
|
/linux-6.12.1/arch/mips/include/asm/ |
D | seccomp.h | 12 -1, /* negative terminated */ in get_compat_mode1_syscalls() 17 -1, /* negative terminated */ in get_compat_mode1_syscalls()
|
/linux-6.12.1/include/sound/sof/ |
D | info.h | 121 uint8_t name[16]; /* null terminated compiler name */ 122 uint8_t optim[4]; /* null terminated compiler -O flag value */ 123 uint8_t desc[32]; /* null terminated compiler description */
|
/linux-6.12.1/fs/hfs/ |
D | part_tbl.c | 27 u8 pmPartName[32]; /* (null terminated?) string 30 u8 pmPartType[32]; /* (null terminated?) string 40 * array of these structures. The map is terminated with an all-zero
|
D | trans.c | 26 * terminated. 88 * Given an ASCII string (not null-terminated) and its length, 92 * terminated.
|
/linux-6.12.1/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.c | 110 bool terminated = false; in validate_reserved() local 127 while (head && !terminated && offs < resv_sz) { in validate_reserved() 149 terminated = true; in validate_reserved() 267 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved() 272 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | ia_css_control.h | 91 /* @brief Test whether the SP has terminated. 93 * @return Boolean flag true if the SP has terminated or false otherwise. 95 * Temporary function to poll whether the SP has been terminated. Once it has,
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 33 * is "terminated" by the hardware. Terminated read operations will return a 34 * value of zero and terminated unicast write operations will be silently 527 * expected to have the same value. The read will target any non-terminated 591 * MCR class to a non-terminated instance. 630 * will always provide a non-terminated value. in get_nonterminated_steering() 651 * will steer a register to a non-terminated instance 684 * Reads a GT MCR register. The read will be steered to a non-terminated 692 * Returns the value from a non-terminated instance of @reg. 718 * Reads a GT MCR register. The read will be steered to a non-terminated 723 * Returns the value from a non-terminated instance of @reg.
|
/linux-6.12.1/drivers/staging/greybus/ |
D | fw-management.c | 129 * The firmware-tag should be NULL terminated, otherwise throw error but in fw_mgmt_interface_fw_version_operation() 134 "fw-version: firmware-tag is not NULL terminated\n"); in fw_mgmt_interface_fw_version_operation() 158 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_load_and_validate_operation() 162 dev_err(fw_mgmt->parent, "load-and-validate: firmware-tag is not NULL terminated\n"); in fw_mgmt_load_and_validate_operation() 254 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_backend_fw_version_operation() 258 dev_err(fw_mgmt->parent, "backend-version: firmware-tag is not NULL terminated\n"); in fw_mgmt_backend_fw_version_operation() 307 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_backend_fw_update_operation() 311 dev_err(fw_mgmt->parent, "backend-update: firmware-tag is not NULL terminated\n"); in fw_mgmt_backend_fw_update_operation()
|
/linux-6.12.1/Documentation/firmware-guide/acpi/ |
D | chromeos-acpi-device.rst | 89 A null-terminated ASCII string containing the hardware ID from the Model-Specific Data area of 105 A null-terminated ASCII string containing the complete firmware version for the rewritable 119 A null-terminated ASCII string containing the complete firmware version for the read-only 214 Where ASCIIZ means a null-terminated ASCII string. 345 A package containing a list of null-terminated ASCII strings, one for each control method
|
/linux-6.12.1/fs/romfs/ |
D | storage.c | 169 bool matched, terminated = false; in romfs_blk_strcmp() local 185 terminated = true; in romfs_blk_strcmp() 194 if (!terminated) { in romfs_blk_strcmp() 261 * - the string to be compared to, str, may not be NUL-terminated; instead the
|
/linux-6.12.1/tools/testing/selftests/acct/ |
D | acct_syscall.c | 66 ksft_test_result_fail("Terminated child process not logged\n"); in main() 71 ksft_test_result_pass("Successfully logged terminated process.\n"); in main()
|
/linux-6.12.1/Documentation/process/ |
D | deprecated.rst | 120 NUL or newline terminated. 134 strncpy() on NUL-terminated strings 137 be NUL terminated. This can lead to various linear read overflows and 141 for callers using only NUL-terminated strings. 143 When the destination is required to be NUL-terminated, the replacement is 150 If a caller is using non-NUL-terminated strings, strtomem() should be 161 if a source string is not NUL-terminated. The safe replacement is strscpy(),
|
/linux-6.12.1/scripts/coccinelle/misc/ |
D | of_table.cocci | 2 /// Make sure (of/i2c/platform)_device_id tables are NULL terminated 85 msg = "%s is not NULL terminated at line %s" % (arr, p1[0].line)
|