/Linux-v5.10/fs/omfs/ |
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-v5.10/sound/usb/ |
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-v5.10/lib/ |
D | test_strscpy.c | 20 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 24 * (@pad does not include the null terminator byte.) 30 int chars, int terminator, int pad) in tc() argument 84 if (terminator) { in tc() 92 index = chars + terminator + i; in tc() 99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc() 125 /* tc(src, count, expected, chars, terminator, pad) */ in selftest()
|
D | test-string_helpers.c | 138 /* terminator */ 152 /* terminator */ 203 /* terminator */ 206 /* terminator */ 219 /* terminator */ 227 /* terminator */ 235 /* terminator */ 238 /* terminator */
|
D | memcat_p.c | 20 /* one for the NULL-terminator */ in __memcat_p()
|
/Linux-v5.10/tools/testing/selftests/arm64/signal/testcases/ |
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",
|
D | testcases.c | 38 *err = "Missing terminator after EXTRA context"; in validate_extra_context() 64 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved() 74 *err = "Bad size for terminator"; in validate_reserved() 178 /* not found a terminator...no need to update offset if any */ in get_starting_head()
|
D | fake_sigreturn_bad_magic.c | 27 /* need at least 2*HDR_SZ space: KSFT_BAD_MAGIC + terminator. */ in fake_sigreturn_bad_magic_run()
|
/Linux-v5.10/sound/pci/hda/ |
D | patch_cirrus.c | 218 {} /* terminator */ 228 {} /* terminator */ 277 {} /* terminator */ 405 {} /* terminator */ 419 {} /* terminator */ 433 {} /* terminator */ 447 {} /* terminator */ 454 {} /* terminator */ 468 {} /* terminator */ 491 {} /* terminator */ [all …]
|
/Linux-v5.10/include/linux/ |
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-v5.10/arch/xtensa/lib/ |
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-v5.10/fs/jfs/ |
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-v5.10/arch/arm/boot/bootp/ |
D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
/Linux-v5.10/arch/arm64/kernel/ |
D | signal.c | 79 /* Reserve space for extension and terminator ^ */ in init_user_layout() 113 /* Reserve space for the __reserved[] terminator */ in __sigframe_alloc() 118 * the terminator: in __sigframe_alloc() 144 /* Allocate the null terminator record and prevent further allocations */ 149 /* Un-reserve the space reserved for the terminator: */ in sigframe_alloc_end() 420 /* Check for the dummy terminator in __reserved[]: */ in parse_user_sigframe() 454 * Ignore trailing terminator in __reserved[] in parse_user_sigframe() 681 /* Add the terminator */ in setup_sigframe()
|
/Linux-v5.10/arch/alpha/lib/ |
D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 54 /* Mask out character matches after terminator */
|
D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 82 /* Mask out character matches after terminator */
|
D | strcpy.S | 7 * to the null-terminator in the source.
|
/Linux-v5.10/scripts/dtc/ |
D | util.h | 72 * has a valid terminator. The property can contain either a single string, 76 * @param len The string length including terminator 85 * terminator of the string.
|
/Linux-v5.10/drivers/acpi/acpica/ |
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()
|
/Linux-v5.10/arch/x86/lib/ |
D | cmdline.c | 80 * Hit the NULL terminator on the end of in __cmdline_find_option_bool() 189 * NULL terminator. in __cmdline_find_option()
|
/Linux-v5.10/tools/objtool/ |
D | orc_gen.c | 177 /* section terminator */ in create_orc_sections() 219 /* section terminator */ in create_orc_sections()
|
/Linux-v5.10/fs/crypto/ |
D | hooks.c | 172 * @len: length of @target excluding null terminator 221 * We could recover 1 byte by not counting a null terminator, but in fscrypt_prepare_symlink() 270 * count the null terminator in the length, so we might as well in __fscrypt_encrypt_symlink()
|
/Linux-v5.10/include/linux/can/ |
D | led.h | 23 * suffix and null terminator
|
/Linux-v5.10/tools/testing/selftests/powerpc/vphn/ |
D | test-vphn.c | 301 * 0xffff terminator. 348 "vphn: garbage after terminator",
|
/Linux-v5.10/arch/x86/boot/compressed/ |
D | misc.c | 223 * 0 - zero terminator for 64 bit relocations in handle_relocations() 225 * 0 - zero terminator for inverse 32 bit relocations in handle_relocations() 227 * 0 - zero terminator for 32 bit relocations in handle_relocations()
|