Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/linux/drivers/video/fbdev/core/
H A Dfb_io_fops.c13 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 D0001-Skip-strip-trailing-cr-test-case.patch4 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 Dseg6.c32 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 Dextract-stall.sh7 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 Djson-parser.c135 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 Dtrailing-comma-object.err1 trailing-comma-object.json:2:38: expected string
H A Dtrailing-comma-list.err1 trailing-comma-list.json:2:36: expected '{', '[', string, or boolean
/openbmc/linux/tools/memory-model/scripts/
H A Dparseargs.sh110 echo $1 trailing characters "'$trailchars'"
/openbmc/linux/Documentation/devicetree/bindings/
H A D.yamllint44 trailing-spaces: false
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/libvpx/
H A Dlibvpx-configure-support-blank-prefix.patch36 + # Strip trailing slash
/openbmc/linux/Documentation/process/
H A Ddeprecated.rst83 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 DKconfig21 # but any trailing newlines are deleted.
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/
H A Ddiffutils_3.10.bb8 file://0001-Skip-strip-trailing-cr-test-case.patch \
/openbmc/u-boot/tools/scripts/
H A Ddefine2mk.sed15 # Drop trailing spaces
/openbmc/linux/Documentation/devicetree/bindings/rtc/
H A Dmaxim-ds1302.txt7 edge. Master input is set by the RTC on the trailing edge and is sensed
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/
H A Dobmc-phosphor-initfs.bb30 # each entry should have no '//', '/./', '/../' or trailing '/', '/.', '/..'
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0004-libtool.m4-Change-libtool-to-handle-sysroots-by-defa.patch26 # Trim trailing / since we'll always append absolute paths and we want
/openbmc/linux/Documentation/spi/
H A Dpxa2xx.rst124 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 DMAINTAINERS19 A trailing slash includes all files and subdirectory files.
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ca-certificates/
H A D0002-update-ca-certificates-use-SYSROOT.patch46 # Add trailing newline to certificate, if it is missing (#635570)
/openbmc/linux/arch/alpha/lib/
H A Dev6-memset.S104 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 Dflac_1.4.3.bb41 # there is also one root path without trailing slash
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt8 edge. Master input is set by the RTC on the trailing edge and is sensed
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/
H A Dbinutils-2.43.1.inc13 # When upgrading to next major release, ensure that there is no trailing .0, so
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch28 // original name, and append the trailing dot explicitly.

123456