| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/ |
| H A D | fonts.dir | 2 10x20-ISO8859-1.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 3 10x20-ISO8859-10.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-10 4 10x20-ISO8859-11.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-11 5 10x20-ISO8859-13.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-13 6 10x20-ISO8859-14.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-14 7 10x20-ISO8859-15.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-15 8 10x20-ISO8859-16.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-16 9 10x20-ISO8859-2.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-2 10 10x20-ISO8859-3.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-3 11 10x20-ISO8859-4.pcf.gz -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-4 [all …]
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | neon-dp.decode | 389 # decode: 0b11 for VEXT, two-reg-misc, VTBL, and duplicate-scalar; 419 # 2-reg-misc grouping: 423 &2misc vd vm q size 425 @2misc .... ... .. . .. size:2 .. .... . .... q:1 . . .... \ 426 &2misc vm=%vm_dp vd=%vd_dp 428 &2misc vm=%vm_dp vd=%vd_dp q=0 430 &2misc vm=%vm_dp vd=%vd_dp q=1 432 VREV64 1111 001 11 . 11 .. 00 .... 0 0000 . . 0 .... @2misc 433 VREV32 1111 001 11 . 11 .. 00 .... 0 0001 . . 0 .... @2misc 434 VREV16 1111 001 11 . 11 .. 00 .... 0 0010 . . 0 .... @2misc [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/nbench-byte/nbench-byte/ |
| H A D | Makefile-add-more-dependencies-to-pointer.h.patch | 18 -misc.o: misc.h misc.c Makefile 19 +misc.o: misc.h misc.c nmglobal.h pointer.h Makefile 21 -c misc.c
|
| /openbmc/u-boot/board/BuR/brppt1/ |
| H A D | config.mk | 20 test -d misc && rm -r misc; \ 21 mkdir misc && \ 22 cp MLO.byteswap misc/ && \ 23 cp spl/u-boot-spl.bin misc/ && \ 24 cp u-boot-dtb.img misc/ && \ 25 zip -9 -r $@ misc/* >/dev/null $<
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/ |
| H A D | xorg-minimal-fonts.bb | 8 LIC_FILES_CHKSUM = "file://../misc/fonts.dir;md5=82a143d94d6a974aafe97132d2d519ab \ 9 file://../misc/cursor.pcf.gz;md5=40bc81001fef4c21ca08df4305014a2a" 11 SRC_URI = "file://misc" 22 S = "${WORKDIR}/misc" 29 install -d ${D}/${datadir}/fonts/X11/misc 31 install -m 0644 "$file" ${D}/${datadir}/fonts/X11/misc/ 34 touch -d @1613559011 ${D}/${datadir}/fonts/X11/misc/*
|
| /openbmc/u-boot/board/spear/x600/ |
| H A D | fpga.c | 191 struct misc_regs *misc = (struct misc_regs *)CONFIG_SPEAR_MISCBASE; in expi_setup() local 207 &misc->expi_clk_cfg); in expi_setup() 213 writel((pll2_m << 24) | (pll2_p << 8) | (pll2_n), &misc->pll2_frq); in expi_setup() 215 PLL2_CNTL_RESETN | PLL2_CNTL_LOCK, &misc->pll2_cntl); in expi_setup() 220 clrbits_le32(&misc->expi_clk_cfg, EXPI_CLK_CFG_RST); in expi_setup() 231 struct misc_regs *misc = (struct misc_regs *)CONFIG_SPEAR_MISCBASE; in x600_init_fpga() local 234 writel(readl(&misc->periph1_clken) | MISC_SSP2ENB | MISC_GPIO4ENB, in x600_init_fpga() 235 &misc->periph1_clken); in x600_init_fpga()
|
| /openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 0001-Remove-fgets-extern-declaration.patch | 13 misc.c | 2 -- 28 diff --git a/misc.c b/misc.c 30 --- a/misc.c 31 +++ b/misc.c 32 @@ -18,8 +18,6 @@ static char sccsic[] = "@(#) misc.c 1.2 96/02/11 17:01:29";
|
| /openbmc/openbmc/poky/meta/recipes-support/attr/acl/ |
| H A D | 0001-test-misc.test-Don-t-mix-stdout-and-stderr.patch | 4 Subject: [PATCH] test/misc.test: Don't mix stdout and stderr 15 test/misc.test | 3 ++- 18 diff --git a/test/misc.test b/test/misc.test 20 --- a/test/misc.test 21 +++ b/test/misc.test
|
| /openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/ |
| H A D | ptest.patch | 47 -MKE2FS="$USE_VALGRIND ../misc/mke2fs" 48 -DUMPE2FS="$USE_VALGRIND ../misc/dumpe2fs" 49 -TUNE2FS="$USE_VALGRIND ../misc/tune2fs" 50 -CHATTR="$USE_VALGRIND../misc/chattr" 51 -LSATTR="$USE_VALGRIND ../misc/lsattr" 52 -E2IMAGE="$USE_VALGRIND ../misc/e2image" 53 -E2IMAGE_EXE="../misc/e2image" 70 -E2UNDO_EXE="../misc/e2undo" 73 -E2MMPSTATUS="$USE_VALGRIND ../misc/dumpe2fs -m"
|
| /openbmc/openbmc/poky/meta/recipes-core/ncurses/files/ |
| H A D | 0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch | 14 misc/gen-pkgconfig.in | 2 +- 17 diff --git a/misc/gen-pkgconfig.in b/misc/gen-pkgconfig.in 19 --- a/misc/gen-pkgconfig.in 20 +++ b/misc/gen-pkgconfig.in
|
| H A D | 0001-tic-hang.patch | 16 misc/terminfo.src | 11 +++++------ 19 diff --git a/misc/terminfo.src b/misc/terminfo.src 21 --- a/misc/terminfo.src 22 +++ b/misc/terminfo.src
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-128/ |
| H A D | musl-disable-stackwalk.patch | 12 mozglue/misc/StackWalk.cpp | 2 +- 15 diff --git a/mozglue/misc/StackWalk.cpp b/mozglue/misc/StackWalk.cpp 17 --- a/mozglue/misc/StackWalk.cpp 18 +++ b/mozglue/misc/StackWalk.cpp
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/ |
| H A D | set-path-of-default-config-file.patch | 13 misc/init.d/cfengine3.in | 12 ++++-------- 16 diff --git a/misc/init.d/cfengine3.in b/misc/init.d/cfengine3.in 18 --- a/misc/init.d/cfengine3.in 19 +++ b/misc/init.d/cfengine3.in
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
| H A D | init | 63 test -d /var/lib/misc/ || mkdir /var/lib/misc/ 106 test -d /var/lib/misc/ || mkdir /var/lib/misc/
|
| /openbmc/phosphor-misc/ |
| H A D | README.md | 1 # phosphor-misc 3 phosphor-misc is a collection of miscellaneous OpenBMC functions that doesn't 8 If you have a new function in mind to be hosted in phosphor-misc, it is usually 13 phosphor-misc patches are reviewed using the Gerrit instance at 19 <https://github.com/openbmc/phosphor-misc> is a hosting mirror only and GitHub
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
| H A D | 0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch | 32 misc-utils/flash_erase.c | 6 +++--- 33 misc-utils/flash_otp_write.c | 2 +- 34 misc-utils/ftl_check.c | 2 +- 35 misc-utils/mtd_debug.c | 4 ++-- 36 misc-utils/serve_image.c | 4 ++-- 157 diff --git a/misc-utils/flash_erase.c b/misc-utils/flash_erase.c 159 --- a/misc-utils/flash_erase.c 160 +++ b/misc-utils/flash_erase.c 181 diff --git a/misc-utils/flash_otp_write.c b/misc-utils/flash_otp_write.c 183 --- a/misc-utils/flash_otp_write.c [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | 0001-misc-Implement-grub_strlcpy.patch | 4 Subject: [PATCH 1/2] misc: Implement grub_strlcpy() 16 include/grub/misc.h | 39 +++++++++++++++++++++++++++++++++++++++ 19 diff --git a/include/grub/misc.h b/include/grub/misc.h 21 --- a/include/grub/misc.h 22 +++ b/include/grub/misc.h
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cmatrix/cmatrix/ |
| H A D | 0001-reproducibility-Prevent-configuration-from-reading-h.patch | 28 -set(X_FONTS_DIRS "lib/X11/fonts/misc" "X11R6/lib/X11/fonts/misc" "share/fonts/X11/misc") 30 …et(X_FONTS_DIRS "${CMAKE_INSTALL_LIBDIR}/X11/fonts/misc" "${CMAKE_INSTALL_DATAROOTDIR}/fonts/X11/m…
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3010-po-Fix-typos-in-oc.po-for-gettext-compatibility.patch | 27 #: src/misc/update.c:482 33 #: src/misc/update.c:484 39 #: src/misc/update.c:486 modules/gui/macosx/VLCPlaylistInfo.m:138 46 #: src/misc/update.c:488
|
| /openbmc/openbmc/poky/meta/recipes-devtools/createrepo-c/ |
| H A D | createrepo-c_1.2.1.bb | 29 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc 31 MAGIC=${STAGING_DIR_NATIVE}${datadir_native}/misc/magic.mgc 37 MAGIC=${datadir}/misc/magic.mgc 39 MAGIC=${datadir}/misc/magic.mgc
|
| /openbmc/google-misc/ |
| H A D | README.md | 1 # google-misc 3 openbmc/google-misc is a collection of Google-specific repositories which are
|
| /openbmc/dbus-sensors/ |
| H A D | .clang-tidy | 222 misc-coroutine-hostile-raii, 223 misc-header-include-cycle, 224 misc-include-cleaner, 225 misc-misleading-bidirectional, 226 misc-misleading-identifier, 227 misc-misplaced-const, 228 misc-new-delete-overloads, 229 misc-non-copyable-objects, 230 misc-redundant-expression, 231 misc-static-assert, [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/espi-control/ |
| H A D | espi-control_git.bb | 5 require ../google-misc/google-misc.inc
|
| /openbmc/bmcweb/ |
| H A D | .clang-tidy | 240 misc-coroutine-hostile-raii, 241 misc-definitions-in-headers, 242 misc-header-include-cycle, 243 misc-include-cleaner, 244 misc-misleading-bidirectional, 245 misc-misleading-identifier, 246 misc-misplaced-const, 247 misc-new-delete-overloads, 248 misc-non-copyable-objects, 249 misc-redundant-expression, [all …]
|
| /openbmc/openbmc/meta-google/recipes-google/libcr51sign/ |
| H A D | libcr51sign_git.bb | 5 require ../google-misc/google-misc.inc
|