/openbmc/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 …]
|
/openbmc/linux/lib/ |
H A D | strscpy_kunit.c | 16 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 20 * (@pad does not include the null terminator byte.) 26 int chars, int terminator, int pad) in tc() argument 64 if (terminator) in tc() 69 index = chars + terminator + i; in tc() 74 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc() 95 /* tc(test, src, count, expected, chars, terminator, pad) */ in strscpy_test()
|
H A D | test-string_helpers.c | 138 /* terminator */ 152 /* terminator */ 203 /* terminator */ 217 /* terminator */ 220 /* terminator */ 248 /* terminator */ 265 /* terminator */ 273 /* terminator */ 314 /* terminator */ 355 /* terminator */ [all …]
|
/openbmc/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 …]
|
/openbmc/u-boot/tools/ |
H A D | getline.c | 15 /* Read up to (and including) a TERMINATOR from STREAM into *LINEPTR 19 null terminator), or -1 on error or EOF. 22 char terminator, size_t offset) in getstr() argument 74 if (c == terminator) in getstr()
|
/openbmc/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 | 43 *err = "Missing terminator after EXTRA context"; in validate_extra_context() 149 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved() 161 *err = "Bad size for terminator"; in validate_reserved() 317 /* not found a terminator...no need to update offset if any */ in get_starting_head()
|
/openbmc/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 */
|
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/ |
H A D | gpio.h | 153 #define TERMINATOR 0xffffffff macro 172 .mmio_addr = (community_offset == TERMINATOR) ? TERMINATOR : \ 206 .mmio_addr = (community_offset == TERMINATOR) ? TERMINATOR : \
|
/openbmc/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.
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | arm64-mmu.c | 14 /* size: IO + NR_DRAM_BANKS + terminator */ 30 /* List terminator */
|
/openbmc/u-boot/arch/arm/mach-k3/ |
H A D | arm64-mmu.c | 15 /* NR_DRAM_BANKS + 32bit IO + 64bit IO + terminator */ 40 /* List terminator */
|
/openbmc/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.
|
/openbmc/u-boot/include/ |
H A D | cli.h | 61 * @return command line length excluding terminator, or -ve on error 69 * maximum line length is CONFIG_SYS_CBSIZE including a \0 terminator, which 83 * @return command line length excluding terminator, or -ve on error: of the
|
/openbmc/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) */
|
/openbmc/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
|
/openbmc/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 */
|
/openbmc/linux/scripts/dtc/ |
H A D | util.h | 73 * has a valid terminator. The property can contain either a single string, 77 * @param len The string length including terminator 86 * terminator of the string.
|
/openbmc/u-boot/scripts/dtc/ |
H A D | util.h | 79 * has a valid terminator. The property can contain either a single string, 83 * @param len The string length including terminator 92 * terminator of the string.
|
/openbmc/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()
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-dhcp-term.service | 2 Description=gBMC DHCP Client terminator
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0001-stdlib-Add-strlcat.patch | 94 + * terminates, unless size == 0 or dest has no NUL terminator. Returns 103 + /* find the NULL terminator in dest */
|
/openbmc/linux/arch/x86/lib/ |
H A D | cmdline.c | 82 * Hit the NULL terminator on the end of in __cmdline_find_option_bool() 191 * NULL terminator. in __cmdline_find_option()
|