| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkverify.rst | 41 00000000: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................ 42 00000010: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................ 44 000001e0: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................ 45 000001f0: cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd cd ................
|
| /openbmc/estoraged/include/ |
| H A D | cryptsetupInterface.hpp | 48 virtual int cryptFormat(struct crypt_device* cd, const char* type, 67 struct crypt_device* cd, int keyslotOld, int keyslotNew, 85 struct crypt_device* cd, int keyslot, const char* volumeKey, 98 virtual int cryptLoad(struct crypt_device* cd, const char* requestedType, 115 struct crypt_device* cd, const char* name, int keyslot, 126 virtual int cryptDeactivate(struct crypt_device* cd, const char* name) = 0; 136 virtual int cryptKeyslotDestroy(struct crypt_device* cd, int keyslot) = 0; 157 virtual crypt_keyslot_info cryptKeySlotStatus(struct crypt_device* cd, 182 int cryptFormat(struct crypt_device* cd, const char* type, in cryptFormat() argument 187 return crypt_format(cd, type, cipher, cipherMode, uuid, volumeKey, in cryptFormat() [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm281xx/ |
| H A D | clk-core.c | 82 struct peri_clk_data *cd = peri_clk->data; in peri_clk_enable() local 83 struct bcm_clk_gate *gate = &cd->gate; in peri_clk_enable() 106 reg = readl(base + cd->gate.offset); in peri_clk_enable() 107 reg |= (1 << cd->gate.en_bit); in peri_clk_enable() 108 writel(reg, base + cd->gate.offset); in peri_clk_enable() 112 if (divider_exists(&cd->div)) { in peri_clk_enable() 113 reg = readl(base + cd->div.offset); in peri_clk_enable() 114 bitfield_replace(reg, cd->div.shift, cd->div.width, in peri_clk_enable() 116 writel(reg, base + cd->div.offset); in peri_clk_enable() 120 if (selector_exists(&cd->sel)) { in peri_clk_enable() [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv7/bcm235xx/ |
| H A D | clk-core.c | 82 struct peri_clk_data *cd = peri_clk->data; in peri_clk_enable() local 83 struct bcm_clk_gate *gate = &cd->gate; in peri_clk_enable() 106 reg = readl(base + cd->gate.offset); in peri_clk_enable() 107 reg |= (1 << cd->gate.en_bit); in peri_clk_enable() 108 writel(reg, base + cd->gate.offset); in peri_clk_enable() 112 if (divider_exists(&cd->div)) { in peri_clk_enable() 113 reg = readl(base + cd->div.offset); in peri_clk_enable() 114 bitfield_replace(reg, cd->div.shift, cd->div.width, in peri_clk_enable() 116 writel(reg, base + cd->div.offset); in peri_clk_enable() 120 if (selector_exists(&cd->sel)) { in peri_clk_enable() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
| H A D | 0001-Make-space-for-flags-from-environment.patch | 36 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 smtpsearch.1 37 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 httpsearch.1 38 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 sync_srvsearch.1 39 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 sync_smtpsearch.1 40 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 sync_httpsearch.1 41 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 ruli-getaddrinfo.1 42 - cd $(INSTALL_MAN_DIR)/man1 && ln -s srvsearch.1 getaddrinfo.1 43 + cd $(INSTALL_MAN_DIR)/man1 && ln -sf srvsearch.1 smtpsearch.1 44 + cd $(INSTALL_MAN_DIR)/man1 && ln -sf srvsearch.1 httpsearch.1 45 + cd $(INSTALL_MAN_DIR)/man1 && ln -sf srvsearch.1 sync_srvsearch.1 [all …]
|
| /openbmc/estoraged/src/test/include/ |
| H A D | estoraged_test.hpp | 55 (struct crypt_device * cd, const char* type, const char* cipher, 61 (struct crypt_device * cd, int keyslot, const char* volumeKey, 67 (struct crypt_device * cd, const char* requestedType, 72 (struct crypt_device * cd, int keyslotOld, int keyslotNew, 78 (struct crypt_device * cd, const char* name, int keyslot, 83 (struct crypt_device * cd, const char* name), (override)); 86 (struct crypt_device * cd, const int slot), (override)); 91 (struct crypt_device * cd, int keyslot), (override));
|
| /openbmc/u-boot/post/lib_powerpc/ |
| H A D | b.c | 131 ulong cc, cd; in cpu_post_test_b() local 140 for (cd = 0; cd < 4 && ret == 0; cd++) in cpu_post_test_b() 148 int decr = cd < 2; in cpu_post_test_b() 153 int jumpd = cd >= 2 || in cpu_post_test_b() 154 (cd == 0 && ctr != 1) || in cpu_post_test_b() 155 (cd == 1 && ctr == 1); in cpu_post_test_b() 159 (cc << 3) + (cd << 1), 0, jump, decr, link, in cpu_post_test_b()
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_server.cpp | 111 ClientData* cd = (ClientData*)cl->clientData; in sendFrame() local 114 if (!cd) in sendFrame() 119 if (cd->skipFrame) in sendFrame() 121 cd->skipFrame--; in sendFrame() 125 if (!cd->needUpdate) in sendFrame() 141 if (cd->last_crc == frame_crc) in sendFrame() 146 cd->last_crc = frame_crc; in sendFrame() 149 cd->needUpdate = false; in sendFrame() 195 ClientData* cd = (ClientData*)cl->clientData; in clientFramebufferUpdateRequest() local 197 if (!cd) in clientFramebufferUpdateRequest() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mime-support/ |
| H A D | mime-support_3.62.bb | 50 cd ${D}${mandir}; gzip -9fv */* 51 cd ${D}${docdir}; gzip -9v * 52 cd ${D}${docdir}; gunzip copyright.gz 53 cd ${D}${bindir}; ln -s run-mailcap see 54 cd ${D}${bindir}; ln -s run-mailcap edit 55 cd ${D}${bindir}; ln -s run-mailcap compose 56 cd ${D}${bindir}; ln -s run-mailcap print 57 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz see.1.gz 58 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz edit.1.gz 59 cd ${D}${mandir}/man1; ln -s run-mailcap.1.gz compose.1.gz [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | xxhash.h | 51 static inline uint32_t qemu_xxhash8(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash8() argument 60 uint32_t c = cd; in qemu_xxhash8() 61 uint32_t d = cd >> 32; in qemu_xxhash8() 111 static inline uint32_t qemu_xxhash4(uint64_t ab, uint64_t cd) in qemu_xxhash4() argument 113 return qemu_xxhash8(ab, cd, 0, 0, 0); in qemu_xxhash4() 116 static inline uint32_t qemu_xxhash5(uint64_t ab, uint64_t cd, uint32_t e) in qemu_xxhash5() argument 118 return qemu_xxhash8(ab, cd, 0, e, 0); in qemu_xxhash5() 121 static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, in qemu_xxhash6() argument 124 return qemu_xxhash8(ab, cd, 0, e, f); in qemu_xxhash6() 127 static inline uint32_t qemu_xxhash7(uint64_t ab, uint64_t cd, uint64_t ef, in qemu_xxhash7() argument [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
| H A D | 0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | 16 lib/colord/cd-edid.c | 63 ++++++++++++++++++++++++++++++++++++++++++++ 17 lib/colord/cd-icc.c | 62 ------------------------------------------- 20 diff --git a/lib/colord/cd-edid.c b/lib/colord/cd-edid.c 22 --- a/lib/colord/cd-edid.c 23 +++ b/lib/colord/cd-edid.c 91 diff --git a/lib/colord/cd-icc.c b/lib/colord/cd-icc.c 93 --- a/lib/colord/cd-icc.c 94 +++ b/lib/colord/cd-icc.c
|
| /openbmc/openbmc/poky/meta/recipes-extended/cronie/cronie/ |
| H A D | crontab | 11 # 1 * * * * root cd / && run-parts /etc/cron.hourly 12 # 30 7 * * * root cd / && run-parts /etc/cron.daily 13 # 42 7 * * 7 root cd / && run-parts /etc/cron.weekly 14 # 55 7 1 * * root cd / && run-parts /etc/cron.monthly
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/classes/ |
| H A D | xfce-git.bbclass | 2 cd ${S} 4 cd ${B}
|
| /openbmc/u-boot/board/rockchip/evb_rk3328/ |
| H A D | README | 30 > cd ~/evb_rk3328 38 > cd arm-trusted-firmware 45 > cd ../u-boot 51 > cd ../rkflashtool 56 > cd ..
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | nmap-redefine-the-python-library-dir.patch | 16 @cd $(NPINGDIR) && $(MAKE) 19 - cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTD… 20 + cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" --install-lib="${PYTHON_SITEPAC…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/ |
| H A D | fftw_3.3.10.bb | 35 cd ${B} 43 cd ${B} 51 cd ${B} 59 cd ${WORKDIR}/build-$lib 67 cd ${WORKDIR}/build-$lib 76 cd ${WORKDIR}/build-$lib
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/p910nd/p910nd/ |
| H A D | fix-var-lock.patch | 24 #define LOCKFILE LOCKFILE_DIR "/p910%cd" 26 -#define LOCKFILE "/var/lock/subsys/p910%cd" 27 +#define LOCKFILE "/var/lock/p910%cd"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | contrib.patch | 18 …ULE_OBJS)" -a -z "$(SHARED_MODULE_DIRS)" -a -z "$(STATIC_MODULE_DIRS)" || (cd modules/ && $(MAKE) … 21 - cd contrib/ && $(MAKE) install-utils 22 + cd contrib/ && $(MAKE) DESTDIR=${DESTDIR} install-utils 31 cd ../ && ./config.status
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | 0001-stdlib-Make-iconv-use-portable-across-glibc-musl.patch | 33 size_t SDL_iconv(SDL_iconv_t cd, 39 - retCode = iconv(cd, (char **)inbuf, inbytesleft, outbuf, outbytesleft); 41 - retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft); 46 + const size_t retCode = iconv((iconv_t)((uintptr_t)cd), (void *)inbuf, inbytesleft, outbuf, outbyt…
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/nmap-7.92/ |
| H A D | 0001-redefine-the-python-library-install-dir.patch | 21 @cd $(NPINGDIR) && $(MAKE) 24 - cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" $(if $(DESTDIR),--root "$(DESTD… 25 + cd $(NDIFFDIR) && $(PYTHON) setup.py install --prefix "$(prefix)" --install-lib="${PYTHON_SITEPAC…
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0022-Avoid-hardcoded-build-time-paths-in-the-output-binar.patch | 24 - -DSRCDIR_PATH=\"`cd .. ; pwd`\" \ 25 - -DOBJDIR_PATH=\"`cd $(objpfx)/..; pwd`\" \ 26 - -DOBJDIR_ELF_LDSO_PATH=\"`cd $(objpfx)/..; pwd`/elf/$(rtld-installed-name)\" \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0001-Add-autogen.sh.patch | 29 +cd $parentdir 41 + (cd $F && grep "^AC_CONFIG_HEADER" configure.ac > /dev/null || exit 0; autoheader $m4include) 42 + (cd $F && autoconf $m4include)
|
| /openbmc/qemu/hw/intc/ |
| H A D | openpic_kvm.c | 201 struct kvm_create_device cd = {0}; in kvm_openpic_realize() local 223 cd.type = kvm_openpic_model; in kvm_openpic_realize() 224 ret = kvm_vm_ioctl(s, KVM_CREATE_DEVICE, &cd); in kvm_openpic_realize() 227 cd.type, strerror(errno)); in kvm_openpic_realize() 230 opp->fd = cd.fd; in kvm_openpic_realize()
|
| /openbmc/openbmc/poky/meta-selftest/recipes-test/git-submodule-test/ |
| H A D | git-submodule-test.bb | 16 cd ${S} 22 cd ${S}
|
| /openbmc/u-boot/board/rockchip/evb_rk3399/ |
| H A D | README | 33 > cd ~/evb_rk3399 48 > cd arm-trusted-firmware 62 > cd ../u-boot 79 > cd ../rkdeveloptool 93 > cd .. 100 > cd ..
|