/linux/fs/omfs/ |
H A D | file.c | 73 /* ignore last entry as it is the terminator */ in omfs_shrink_inode() 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 137 /* should always have a terminator */ in omfs_grow_extent() 142 terminator = entry + extent_count - 1; in omfs_grow_extent() 144 entry = terminator-1; in omfs_grow_extent() 150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent() 167 /* copy terminator down an entry */ in omfs_grow_extent() 168 entry = terminator; in omfs_grow_extent() 169 terminator++; in omfs_grow_extent() [all …]
|
/linux/sound/usb/ |
H A D | mixer_maps.c | 89 { 0 } /* terminator */ 124 { 0 } /* terminator */ 168 { 0 } /* terminator */ 173 { 0 } /* terminator */ 182 { 0 } /* terminator */ 201 { 0 } /* terminator */ 208 { 0 } /* terminator */ 216 { 0 } /* terminator */ 255 { 0 } /* terminator */ 275 {} /* terminator */ [all …]
|
/linux/lib/ |
H A D | string_helpers_kunit.c | 127 /* terminator */ 141 /* terminator */ 192 /* terminator */ 206 /* terminator */ 209 /* terminator */ 237 /* terminator */ 254 /* terminator */ 262 /* terminator */ 303 /* terminator */ 344 /* terminator */ [all …]
|
H A D | ucs2_string.c | 49 * %NUL terminator) or -E2BIG if @count is 0 or @src was truncated due to the 65 * NUL-terminator. in ucs2_strscpy() 78 * The loop above terminated without finding a NUL-terminator, in ucs2_strscpy()
|
H A D | string_kunit.c | 337 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 339 * (@pad does not include the null terminator byte.) 345 int expected, int chars, int terminator, int pad) in strscpy_check() argument 383 if (terminator) in strscpy_check() 388 index = chars + terminator + i; in strscpy_check() 393 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in strscpy_check() 414 /* strscpy_check(test, src, count, expected, chars, terminator, pad) */ in string_test_strscpy()
|
/linux/sound/pci/hda/ |
H A D | patch_cirrus.c | 222 {} /* terminator */ 232 {} /* terminator */ 274 {} /* terminator */ 405 {} /* terminator */ 419 {} /* terminator */ 433 {} /* terminator */ 447 {} /* terminator */ 454 {} /* terminator */ 468 {} /* terminator */ 491 {} /* terminator */ [all …]
|
H A D | patch_cs8409-tables.c | 68 {} /* terminator */ 76 {} /* terminator */ 83 {} /* terminator */ 199 {} /* Terminator */ 251 {} /* Terminator */ 279 {} /* terminator */ 286 {} /* terminator */ 442 {} /* Terminator */ 557 {} /* terminator */
|
/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | fake_sigreturn_bad_size_for_magic0.c | 5 * Place a fake sigframe on the stack including a badly sized terminator 27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run() 42 .descr = "Trigger a sigreturn using non-zero size terminator",
|
H A D | testcases.c | 20 *err = "Missing terminator after EXTRA context"; in validate_extra_context() 126 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved() 138 *err = "Bad size for terminator"; in validate_reserved() 306 /* not found a terminator...no need to update offset if any */ in get_starting_head()
|
/linux/include/linux/ |
H A D | nls.h | 89 * @codepage - codepage for which to return length of NULL terminator 91 * Since we can't guarantee that the null terminator will be a particular 93 * determining it, assume a single-byte NULL terminator.
|
/linux/arch/xtensa/lib/ |
H A D | strnlen_user.S | 8 * Returns strnlen, including trailing zero terminator. 94 # Do not add an extra one for the NULL terminator since we have 102 # the zero byte in order to include the NULL terminator in the count.
|
/linux/fs/jfs/ |
H A D | jfs_xattr.h | 13 * I know the null-terminator is redundant since namelen is stored, but 20 char name[]; /* Attribute name (includes null-terminator) */
|
/linux/arch/arm/boot/bootp/ |
H A D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
/linux/scripts/dtc/ |
H A D | util.h | 75 * has a valid terminator. The property can contain either a single string, 79 * @param len The string length including terminator 88 * terminator of the string.
|
/linux/arch/alpha/lib/ |
H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 54 /* Mask out character matches after terminator */
|
H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 82 /* Mask out character matches after terminator */
|
H A D | strcpy.S | 7 * to the null-terminator in the source.
|
/linux/drivers/acpi/acpica/ |
H A D | utids.c | 52 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_HID() 130 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_UID() 239 /* String lengths include null terminator */ in acpi_ut_execute_CID() 354 /* Get the size of the String to be returned, includes null terminator */ in acpi_ut_execute_CLS()
|
H A D | rsutils.c | 239 * RETURN: String length, including NULL terminator 258 /* Return string length including the NULL terminator */ in acpi_rs_strcpy() 275 * RETURN: Length of the string plus NULL terminator, rounded up to native 324 * word, calculate the length of the string (+1 for NULL terminator) in acpi_rs_get_resource_source() 402 * Add the length of the string (+ 1 for null terminator) to the in acpi_rs_set_resource_source()
|
/linux/arch/x86/platform/geode/ |
H A D | geode-common.c | 122 * "linux,default-trigger", and am empty terminator. in geode_create_leds() 145 /* props[i * 3 + 2] is an empty terminator */ in geode_create_leds()
|
/linux/arch/x86/lib/ |
H A D | cmdline.c | 84 * Hit the NULL terminator on the end of in __cmdline_find_option_bool() 193 * NULL terminator. in __cmdline_find_option()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | plpks-secvar.c | 82 // null terminator at the end of the string in plpks_get_variable() 128 // null terminator at the end of the string in plpks_set_variable()
|
/linux/tools/testing/selftests/powerpc/vphn/ |
H A D | test-vphn.c | 301 * 0xffff terminator. 348 "vphn: garbage after terminator",
|
/linux/drivers/firmware/qcom/ |
H A D | qcom_qseecom_uefisecapp.c | 27 /* Maximum length of name string with null-terminator */ 44 * @name_size: Size of the name parameter in bytes, including null-terminator. 90 * @name_size: Size of the name parameter in bytes, including null-terminator. 142 * @name_size: Size of the name parameter in bytes, including null-terminator. 167 * @name_size: Size of the name parameter in bytes, including null-terminator.
|
/linux/arch/arm64/kernel/ |
H A D | signal.c | 139 /* Reserve space for extension and terminator ^ */ in init_user_layout() 173 /* Reserve space for the __reserved[] terminator */ in __sigframe_alloc() 178 * the terminator: in __sigframe_alloc() 204 /* Allocate the null terminator record and prevent further allocations */ 209 /* Un-reserve the space reserved for the terminator: */ in sigframe_alloc_end() 843 /* Check for the dummy terminator in __reserved[]: */ in parse_user_sigframe() 877 * Ignore trailing terminator in __reserved[] in parse_user_sigframe() 1207 /* Add the terminator */ in setup_sigframe()
|