/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/ |
H A D | CVE-2019-13232_p2.patch | 70 + * Return the index of the first span in cover whose beg is greater than val. 71 + * If there is no such span, then cover->num is returned. 73 +static size_t cover_find(cover, val) 74 + cover_t *cover; 77 + size_t lo = 0, hi = cover->num; 80 + if (val < cover->span[mid].beg) 88 +/* Return true if val lies within any one of the spans in cover. */ 89 +static int cover_within(cover, val) 90 + cover_t *cover; 93 + size_t pos = cover_find(cover, val); [all …]
|
H A D | CVE-2019-13232_p3.patch | 34 - /* One more: initialize cover structure for bomb detection. Start with a 36 + /* One more: initialize cover structure for bomb detection. Start with 37 + spans that cover any extra bytes at the start, the central directory, 41 if (G.cover == NULL) { 42 G.cover = malloc(sizeof(cover_t)); 43 if (G.cover == NULL) { 45 ((cover_t *)G.cover)->max = 0; 47 ((cover_t *)G.cover)->num = 0; 49 - cover_add((cover_t *)G.cover, 0, G.extra_bytes) != 0) || 50 - cover_add((cover_t *)G.cover, [all …]
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kcov.rst | 74 unsigned long *cover, n, i; 86 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 88 if ((void*)cover == MAP_FAILED) 94 __atomic_store_n(&cover[0], 0, __ATOMIC_RELAXED); 98 n = __atomic_load_n(&cover[0], __ATOMIC_RELAXED); 100 printf("0x%lx\n", cover[i + 1]); 107 if (munmap(cover, COVER_SIZE * sizeof(unsigned long))) 166 uint64_t *cover, type, arg1, arg2, is_const, size; 178 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long), 180 if ((void*)cover == MAP_FAILED) [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-surface_aggregator-tabletsw | 6 This attribute returns a string with the current type-cover 10 - "disconnected": The type-cover has been disconnected. 12 - "closed": The type-cover has been folded closed and lies on 15 - "laptop": The type-cover is open and in laptop-mode, i.e., 18 - "folded-canvas": The type-cover has been folded back 21 and extended atop of the cover. 23 - "folded-back": The type cover has been fully folded back and
|
H A D | sysfs-devices-platform-docg3 | 8 which can cover any part of it, block aligned, called DPS. 25 which can cover any part of it, block aligned, called DPS.
|
/openbmc/openbmc/poky/scripts/ |
H A D | send-pull-request | 28 -a Send the cover letter to every recipient listed in Cc and 29 Signed-off-by lines found in the cover letter and the patches. 104 if [ -e $PDIR/0000-cover-letter.patch ]; then
|
/openbmc/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-sq201.dts | 144 * gpio0fgrp cover line 18 used by reset button 145 * gpio0ggrp cover line 20 used by info LED 146 * gpio0hgrp cover line 21, 22 used by MDIO for Marvell PHY 147 * gpio0kgrp cover line 31 used by USB LED 157 * gpio0dgrp cover lines used by the SPI
|
H A D | gemini-rut1xx.dts | 83 * gpio0bgrp cover line 7 used by GSM LED 84 * gpio0fgrp cover line 17 used by power LED 94 * gpio1dgrp cover line 28-31 otherwise used
|
H A D | gemini-dlink-dir-685.dts | 351 * gpio0bgrp cover line 5, 6 used by TK I2C 352 * gpio0bgrp cover line 7 used by WPS LED 353 * gpio0cgrp cover line 8, 13 used by keys 357 * gpio0egrp cover line 16 used by VDISP 358 * gpio0fgrp cover line 17 used by TK IRQ 359 * gpio0ggrp cover line 20 used by panel CS 360 * gpio0hgrp cover line 21,22 used by RTL8366RB MDIO 373 * gpio1bgrp cover line 5,8,7 used by panel SPI
|
H A D | gemini-sl93512r.dts | 156 * gpio0agrp cover line 0, used by WPS button 157 * gpio0fgrp cover line 16 used by HD LED 158 * gpio0ggrp cover line 17, 18 used by wireless LAN LED and 161 * gpio0igrp cover line 21, 22 used by MDIO for Marvell PHY 173 * gpio1dgrp cover lines used by SPI for
|
H A D | gemini-ns2502.dts | 92 * gpio0agrp cover line 0-4 93 * gpio0bgrp cover line 5
|
H A D | gemini-ssi1328.dts | 102 * gpio0agrp cover line 0-4 103 * gpio0bgrp cover line 5
|
H A D | gemini-wbd111.dts | 100 * gpio0agrp cover line 0-4 101 * gpio0bgrp cover line 5
|
H A D | gemini-wbd222.dts | 104 * gpio0agrp cover line 0-4 105 * gpio0bgrp cover line 5
|
/openbmc/linux/Documentation/userspace-api/media/ |
H A D | fdl-appendix.rst | 81 .. _fdl-cover-texts: 149 :ref:`Cover Texts <fdl-cover-texts>`, you must enclose the copies in 151 Front-Cover Texts on the front cover, and Back-Cover Texts on the back 152 cover. Both covers must also clearly and legibly identify you as the 153 publisher of these copies. The front cover must present the full title 160 If the required texts for either cover are too voluminous to fit 162 reasonably) on the actual cover, and continue the rest onto adjacent 238 :ref:`Cover Texts <fdl-cover-texts>` given in the 300 :ref:`Front-Cover Text <fdl-cover-texts>`, and a passage of up to 25 301 words as a :ref:`Back-Cover Text <fdl-cover-texts>`, to the end of the [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 19 do this is to use ``git format-patch --cover-letter`` to create the 20 emails, and then edit the cover letter to include the pull request 23 **Use PULL as the subject line tag** in both the cover letter and the 64 string "not for master" in the cover letter email, and make sure the
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | PDDL-1.0 | 6 …cover databases called the "sui generis" database right. Both of these sets of rights, as well as … 18 …cover either or both of the database and its contents (the data). Because databases can have a wid… 20 Rightsholders can also use this document to cover any copyright or database rights claims over only… 62 …cover: the Database model or schema, which is the structure, arrangement, and organisation of the … 70 …b. This Document does not cover any patents over the Data or the Database. Please see Section 4.2 … 72 …c. This Document does not cover any trade marks associated with the Database. Please see Section 4… 76 …that may protect the factual information in the Work by Copyright, and to cover any information pr… 86 …b. The Rightsholder intends for their relinquishment to cover all present and future rights in the… 118 …e marks that the Rightsholder may own or that the Rightsholder may use to cover the Work. Users of…
|
/openbmc/sdbusplus/ |
H A D | .gitignore | 57 *.cover 58 *.py,cover 61 cover/
|
/openbmc/u-boot/tools/patman/ |
H A D | series.py | 36 self.cover = None 130 if self.cover: 131 print('Cover: %d lines' % len(self.cover))
|
H A D | README | 10 - Inserts a cover letter with change lists 40 series should be sent, cover letter, version, etc. Most of these are 195 Sets the cover letter contents for the series. The first line 196 will become the subject of the cover letter 199 Additional email addresses / aliases to send cover letter to (you 209 together and put after the cover letter. Can appear multiple 242 change list and also the whole thing is repeated in the cover 301 If you have a cover letter it will get sent to the union of the Patch-cc 307 These people will get the cover letter even if they are not on the To/Cc 388 the cover letter. Note that patman's tags are automatically removed so that [all …]
|
H A D | patchstream.py | 118 self.series.cover = self.section 188 self.series.cover = self.section 210 self.series.cover = self.section 506 text = series.cover
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | doc-undoc-feature.json | 1 # Doc comment must cover all features
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 235 For this the Yocto Project offers several types of tests. Those tests cover 269 in your branch, it's recommended to provide a cover letter describing 272 For this purpose, a good solution is to store the cover letter contents 279 be used by Git to create the cover letter together with the patches. 282 will serve a the subject line for the cover letter. 293 a cover letter too:: 295 $ git format-patch --cover-letter --cover-from-description=auto <ref-branch> 298 ``.patch`` files for the commits in your branch. If you have a cover 299 letter, it will be in the ``0000-cover-letter.patch``. 303 The ``--cover-from-description=auto`` option makes ``git format-patch`` [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | TODO | 4 cover all intended uses cases;
|
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-m/ |
H A D | tune-cortexm23.inc | 13 # We do not want -march since -mcpu is added above to cover for it
|