Home
last modified time | relevance | path

Searched full:terminated (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/Linux-v6.6/tools/testing/selftests/arm64/fp/
DREADME30 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-v6.6/include/linux/
Dfortify-string.h114 * @q: pointer to NUL-terminated source string to copy
118 * and @p will NOT be NUL-terminated
132 * | NUL-terminated | strscpy_pad() | strscpy() |
134 * | not NUL-terminated | strtomem_pad() | strtomem() |
156 * strnlen - Return bounded count of characters in a NUL-terminated string
158 * @p: pointer to NUL-terminated string to count.
191 * strlen - Return count of characters in a NUL-terminated string
193 * @p: pointer to NUL-terminated string to count.
227 * @q: pointer to NUL-terminated source string to copy
231 * @size - 1 bytes. @p will always be NUL-terminated.
[all …]
Dstring.h265 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
268 * @src: Pointer to NUL-terminated string
272 * a NUL-terminated string, but with bounds checking on the source size, and
287 * strtomem - Copy NUL-terminated string to non-NUL-terminated buffer
290 * @src: Pointer to NUL-terminated string
293 * a NUL-terminated string, but with bounds checking on the source size, and
/Linux-v6.6/arch/s390/lib/
Dstring.c80 * 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-v6.6/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-device-info.rst51 - 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-v6.6/tools/testing/selftests/powerpc/
Dharness.c29 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-v6.6/drivers/gpu/drm/panfrost/
Dpanfrost_issues.h39 /* 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-v6.6/lib/
Dstrcat_kunit.c17 /* Destination is terminated. */ in strcat_test()
36 /* Destination is terminated. */ in strncat_test()
64 /* Destination is terminated. */ in strlcat_test()
69 /* Size 1 should keep buffer terminated, report size of source only. */ in strlcat_test()
Dglobtest.c51 * 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()
Dstring_helpers.c32 * at least 9 bytes and will always be zero terminated.
288 * destination buffer will always be NULL-terminated. Source string must be
289 * NULL-terminated as well. The supported flags are::
494 * @only: NULL-terminated string containing characters used to limit
515 * destination buffer will not be NULL-terminated, thus caller have to append
662 * Returns allocated NULL-terminated string containing process
695 * Returns allocated NULL-terminated string containing pathname,
834 * buffer is always %NUL terminated, unless it's zero-sized.
930 * @n: number of strings in the array or -1 for NULL terminated arrays
937 * are NULL terminated. However, the function does not make a distinction
[all …]
Dmemcat_p.c6 * Merge two NULL-terminated pointer arrays into a newly allocated
7 * array, which is also NULL-terminated. Nomenclature is inspired by
/Linux-v6.6/net/ieee802154/
Dnl-phy.c88 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-v6.6/arch/mips/include/asm/
Dseccomp.h12 -1, /* negative terminated */ in get_compat_mode1_syscalls()
17 -1, /* negative terminated */ in get_compat_mode1_syscalls()
/Linux-v6.6/include/sound/sof/
Dinfo.h121 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-v6.6/fs/hfs/
Dpart_tbl.c27 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
Dtrans.c26 * terminated.
88 * Given an ASCII string (not null-terminated) and its length,
92 * terminated.
/Linux-v6.6/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.c133 bool terminated = false; in validate_reserved() local
150 while (head && !terminated && offs < resv_sz) { in validate_reserved()
172 terminated = true; in validate_reserved()
278 if (terminated && !(flags & FPSIMD_CTX)) { in validate_reserved()
283 if (terminated && (flags & ZT_CTX) && !(flags & ZA_CTX)) { in validate_reserved()
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dintel_gt_mcr.c33 * is "terminated" by the hardware. Terminated read operations will return a
34 * value of zero and terminated unicast write operations will be silently
86 * will always provide us with a non-terminated value. We'll stick them
545 * expected to have the same value. The read will target any non-terminated
609 * MCR class to a non-terminated instance.
648 * will always provide a non-terminated value. in get_nonterminated_steering()
669 * will steer a register to a non-terminated instance
702 * Reads a GT MCR register. The read will be steered to a non-terminated
710 * Returns the value from a non-terminated instance of @reg.
736 * Reads a GT MCR register. The read will be steered to a non-terminated
[all …]
/Linux-v6.6/fs/nfsd/
Dnfsctl.c204 * buf: '\n'-terminated C string containing a
244 * buf: '\n'-terminated C string containing the
291 * On input, the buffer contains a '\n'-terminated C string comprised of
303 * On success: passed-in buffer filled with '\n'-terminated C
372 * On success: passed-in buffer filled with '\n'-terminated C
387 * passed-in buffer filled with '\n'-terminated C
432 * On success: passed-in buffer filled with '\n'-terminated C
637 * On success: passed-in buffer filled with '\n'-terminated C
656 * '\n'-terminated C string containing positive
785 * On success: passed-in buffer filled with a '\n'-terminated C
[all …]
/Linux-v6.6/drivers/staging/greybus/
Dfw-management.c127 * The firmware-tag should be NULL terminated, otherwise throw error but in fw_mgmt_interface_fw_version_operation()
132 "fw-version: firmware-tag is not NULL terminated\n"); in fw_mgmt_interface_fw_version_operation()
156 * The firmware-tag should be NULL terminated, otherwise throw error and in fw_mgmt_load_and_validate_operation()
160 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-v6.6/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst89 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-v6.6/drivers/staging/media/atomisp/pci/
Dia_css_control.h102 /* @brief Test whether the SP has terminated.
104 * @return Boolean flag true if the SP has terminated or false otherwise.
106 * Temporary function to poll whether the SP has been terminated. Once it has,
/Linux-v6.6/fs/romfs/
Dstorage.c169 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-v6.6/Documentation/process/
Ddeprecated.rst120 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-v6.6/scripts/coccinelle/misc/
Dof_table.cocci2 /// 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)

12345678910>>...42