/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_io_fops.c | 13 unsigned long total_size, trailing; in fb_io_read() local 49 trailing = copy_to_user(buf, buffer, c); in fb_io_read() 50 if (trailing == c) { in fb_io_read() 54 c -= trailing; in fb_io_read() 74 unsigned long total_size, trailing; in fb_io_write() local 113 trailing = copy_from_user(src, buf, c); in fb_io_write() 114 if (trailing == c) { in fb_io_write() 118 c -= trailing; in fb_io_write()
|
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/ |
H A D | 0001-Skip-strip-trailing-cr-test-case.patch | 4 Subject: [PATCH] Skip strip-trailing-cr test case 6 Skip the test "strip-trailing-cr" since it requires valgrind to 26 - strip-trailing-cr \
|
/openbmc/linux/net/ipv6/ |
H A D | seg6.c | 32 int trailing; in seg6_validate_srh() local 54 trailing = len - tlv_offset; in seg6_validate_srh() 55 if (trailing < 0) in seg6_validate_srh() 58 while (trailing) { in seg6_validate_srh() 62 if (trailing < sizeof(*tlv)) in seg6_validate_srh() 68 trailing -= tlv_len; in seg6_validate_srh() 69 if (trailing < 0) in seg6_validate_srh()
|
/openbmc/linux/tools/rcu/ |
H A D | extract-stall.sh | 7 echo initial line of the stall warning but trailing-lines includes it. 9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
|
/openbmc/qemu/qobject/ |
H A D | json-parser.c | 135 int cp, trailing; in parse_string() local 186 trailing = cvt4hex(ptr + 2); in parse_string() 187 if (trailing >= 0xDC00 && trailing <= 0xDFFF) { in parse_string() 189 cp |= trailing & 0x3FF; in parse_string()
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | trailing-comma-object.err | 1 trailing-comma-object.json:2:38: expected string
|
H A D | trailing-comma-list.err | 1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | parseargs.sh | 110 echo $1 trailing characters "'$trailchars'"
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | .yamllint | 44 trailing-spaces: false
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/ |
H A D | libvpx-configure-support-blank-prefix.patch | 36 + # Strip trailing slash
|
/openbmc/linux/Documentation/process/ |
H A D | deprecated.rst | 83 a trailing array of others structures, as in:: 93 or a one-element array as a trailing array member, please refactor such 240 a dynamically sized set of trailing elements in a structure. Kernel code 245 In older C code, dynamically sized trailing elements were done by specifying 254 remove the size of the single trailing element to get a correct size of 277 This is the way the kernel expects dynamically sized trailing elements 303 allocated for the trailing array ``items``. Here are a couple examples of this
|
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/ |
H A D | Kconfig | 21 # but any trailing newlines are deleted.
|
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/ |
H A D | diffutils_3.10.bb | 8 file://0001-Skip-strip-trailing-cr-test-case.patch \
|
/openbmc/u-boot/tools/scripts/ |
H A D | define2mk.sed | 15 # Drop trailing spaces
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | maxim-ds1302.txt | 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/ |
H A D | obmc-phosphor-initfs.bb | 30 # each entry should have no '//', '/./', '/../' or trailing '/', '/.', '/..'
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch | 26 # Trim trailing / since we'll always append absolute paths and we want
|
/openbmc/linux/Documentation/spi/ |
H A D | pxa2xx.rst | 124 trailing bytes in the SSP receiver FIFO. The correct value for this field is 126 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte 127 timeouts and must busy-wait any trailing bytes.
|
/openbmc/openbmc/meta-openembedded/meta-networking/ |
H A D | MAINTAINERS | 19 A trailing slash includes all files and subdirectory files.
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
H A D | 0002-update-ca-certificates-use-SYSROOT.patch | 46 # Add trailing newline to certificate, if it is missing (#635570)
|
/openbmc/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 104 and $18,7,$18 # E : Number of trailing bytes to write 282 and $18,7,$18 # E : Number of trailing bytes to write 470 and $18,7,$18 # E : Number of trailing bytes to write
|
/openbmc/openbmc/poky/meta/recipes-multimedia/flac/ |
H A D | flac_1.4.3.bb | 41 # there is also one root path without trailing slash
|
/openbmc/linux/Documentation/devicetree/bindings/spi/ |
H A D | icpdas-lp8841-spi-rtc.txt | 8 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/ |
H A D | binutils-2.43.1.inc | 13 # When upgrading to next major release, ensure that there is no trailing .0, so
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 28 // original name, and append the trailing dot explicitly.
|