/openbmc/linux/fs/omfs/ |
H A D | file.c | 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 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() 168 entry = terminator; in omfs_grow_extent() 169 terminator++; in omfs_grow_extent() 170 memcpy(terminator, entry, sizeof(struct omfs_extent_entry)); in omfs_grow_extent() 175 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
|
/openbmc/linux/lib/ |
H A D | strscpy_kunit.c | 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()
|
/openbmc/u-boot/tools/ |
H A D | getline.c | 22 char terminator, size_t offset) in getstr() argument 74 if (c == terminator) in getstr()
|
/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/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-dhcp-term.service | 2 Description=gBMC DHCP Client terminator
|
/openbmc/u-boot/arch/x86/include/asm/arch-queensbay/fsp/ |
H A D | fsp_vpd.h | 33 u16 terminator; /* Offset 0x021F */ member
|
/openbmc/google-ipmi-sys/ |
H A D | README.md | 140 | 0x03... | PCIe slot name | The PCIe slot name without null terminator | 163 | 0x02...0x02 + N - 1 | Entity name | Entity name without null terminator | 182 | 0x02...0x02 + N - 1 | Model name | Model name without null terminator | 272 For convenience, the name string is followed by a single 0x00 (NULL terminator) 276 including the trailing NULL terminator byte). 314 This string must **NOT** have a trailing NULL terminator. 518 followed by the property string which does **NOT** have a NULL terminator.
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | strnlen_user.S | 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/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 */
|
H A D | 0002-Add-debug-prefix-map-option.patch | 280 /* find the NULL terminator in dest */
|
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/ |
H A D | 0001-Make-the-code-C-17-compliant.patch | 18 @@ -55,7 +55,7 @@ getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset)
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/ |
H A D | 0012-Fix-GetNextVariableName-NameSize-input.patch | 185 + /* With null terminator */ 291 /* Extend to cover name up to but not including null terminator */ 293 + /* Only hash till the first null terminator */ 439 + /* Next iteration uses invalid name length, so a null terminator can not fit */ 445 + /* Next iteration uses invalid name length, so a null terminator can not fit */
|
H A D | 0003-FMP-Support-in-Corstone1000.patch | 221 + /* Extend to cover name up to but not including null terminator */
|
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/fsp/ |
H A D | fsp_vpd.h | 79 uint16_t terminator; /* Offset 0x0100 */ member
|
/openbmc/u-boot/arch/x86/include/asm/arch-braswell/fsp/ |
H A D | fsp_vpd.h | 134 u16 terminator; /* Offset 0x02fe */ member
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0042-corstone1000-enable-virtio-net-support.patch | 58 /* List terminator */
|
/openbmc/linux/arch/alpha/lib/ |
H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator?
|
H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator?
|
/openbmc/linux/Documentation/filesystems/ |
H A D | omfs.rst | 106 the extent. The final extent in each table is a terminator with e_cluster
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_support.c | 137 assert(fsp_upd->terminator == UPD_TERMINATOR); in fsp_init()
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | intel_bios.h | 288 u16 terminator; member
|
/openbmc/linux/Documentation/hwmon/ |
H A D | adm1026.rst | 71 for SCSI terminator power. The remaining inputs are not scaled and have
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | Kconfig | 46 2 output pins to control external terminator (optional).
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/ |
H A D | 0002-ssaparse-enhance-SSA-text-lines-parsing.patch | 162 + /* add a terminator at the end */
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_vbt_defs.h | 826 u16 terminator; member
|