Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 24 of 24) sorted by relevance

/openbmc/u-boot/lib/libavb/
H A Davb_descriptor.c72 const AvbDescriptor* dh = (const AvbDescriptor*)p; in avb_descriptor_foreach() local
73 avb_assert_aligned(dh); in avb_descriptor_foreach()
74 uint64_t nb_following = avb_be64toh(dh->num_bytes_following); in avb_descriptor_foreach()
87 if (foreach_func(dh, user_data) == 0) { in avb_descriptor_foreach()
/openbmc/qemu/hw/usb/
H A Dhost-libusb.c107 libusb_device_handle *dh; member
566 xfer->xfer->dev_handle = s->dh; in usb_host_iso_alloc()
960 if (s->dh != NULL) { in usb_host_open()
969 rc = libusb_open(dev, &s->dh); in usb_host_open()
977 rc = libusb_wrap_sys_device(ctx, hostfd, &s->dh); in usb_host_open()
982 dev = libusb_get_device(s->dh); in usb_host_open()
1042 libusb_get_string_descriptor_ascii(s->dh, s->ddesc.iProduct, in usb_host_open()
1061 if (s->dh != NULL) { in usb_host_open()
1063 libusb_reset_device(s->dh); in usb_host_open()
1065 libusb_close(s->dh); in usb_host_open()
[all …]
/openbmc/u-boot/board/dhelectronics/dh_imx6/
H A DMAINTAINERS2 M: Andreas Geisreiter <ageisreiter@dh-electronics.de>
3 M: Ludwig Zenz <lzenz@dh-electronics.de>
/openbmc/qemu/dump/
H A Ddump.c967 DiskDumpHeader32 *dh = NULL; in create_header32() local
978 dh = g_malloc0(size); in create_header32()
980 memcpy(dh->signature, KDUMP_SIGNATURE, SIG_LEN); in create_header32()
981 dh->header_version = cpu_to_dump32(s, 6); in create_header32()
983 dh->block_size = cpu_to_dump32(s, block_size); in create_header32()
986 dh->sub_hdr_size = cpu_to_dump32(s, sub_hdr_size); in create_header32()
988 dh->max_mapnr = cpu_to_dump32(s, MIN(s->max_mapnr, UINT_MAX)); in create_header32()
989 dh->nr_cpus = cpu_to_dump32(s, s->nr_cpus); in create_header32()
991 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header32()
992 strncpy(dh->utsname.machine, ELF_MACHINE_UNAME, sizeof(dh->utsname.machine)); in create_header32()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0013-raddb-certs-Makefile-fix-the-occasional-verification.patch38 dh:
39 - $(OPENSSL) dhparam -out dh -2 $(DH_KEY_SIZE)
40 + @[ -f dh ] || $(OPENSSL) dhparam -out dh -2 $(DH_KEY_SIZE)
44 @@ -69,17 +69,17 @@ dh:
H A D0015-bootstrap-check-commands-of-openssl-exist.patch7 commands are configurable based on configure options 'no-dh' and
/openbmc/u-boot/configs/
H A Dhrcon_dh_defconfig3 CONFIG_IDENT_STRING=" hrcon dh 0.01"
H A Ddh_imx6_defconfig59 CONFIG_USB_GADGET_MANUFACTURER="dh"
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dbiosemu.h217 u8 dh, dl; member
231 u8 dh; member
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c720 int dx, dy, dw, dh; in find_best_solid_area() local
728 dh = MIN(VNC_TIGHT_MAX_SPLIT_TILE_SIZE, y + h - dy); in find_best_solid_area()
731 if (!check_solid_tile(vs, x, dy, dw, dh, &color, true)) { in find_best_solid_area()
738 if (!check_solid_tile(vs, dx, dy, dw, dh, &color, true)) { in find_best_solid_area()
745 if (w_prev * (dy + dh - y) > w_best * h_best) { in find_best_solid_area()
747 h_best = dy + dh - y; in find_best_solid_area()
1598 int dx, dy, dw, dh; in find_large_solid_color_rect() local
1613 dh = MIN(VNC_TIGHT_MAX_SPLIT_TILE_SIZE, (y + h - dy)); in find_large_solid_color_rect()
1621 if (!check_solid_tile(vs, dx, dy, dw, dh, &color_value, false)) { in find_large_solid_color_rect()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/stunnel/stunnel/
H A Dfix-openssl-no-des.patch31 #include <openssl/dh.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/uutils-coreutils/uutils-coreutils/
H A D0002-Bump-onig-from-6.4.0-to-6.5.1.patch2 From: Daniel Hofstetter <daniel.hofstetter@42dh.com>
/openbmc/qemu/target/mips/tcg/
H A Dtx79_translate.c441 static void gen_pextw(TCGv_i64 dl, TCGv_i64 dh, TCGv_i64 a, TCGv_i64 b) in gen_pextw() argument
445 tcg_gen_deposit_i64(dh, a, b, 0, 32); in gen_pextw()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7834 + int (*buf_alloc)(struct dmabufs_ctl * dbsc, struct dmabuf_h * dh, size_t size);
7835 + void (*buf_free)(struct dmabuf_h * dh);
7864 + struct dmabuf_h *dh;
7869 + dh = malloc(sizeof(*dh));
7870 + if (!dh)
7873 + *dh = (struct dmabuf_h) {
7879 + return dh;
7884 + struct dmabuf_h *dh;
7890 + dh = malloc(sizeof(*dh));
7891 + if (!dh) {
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/
H A Dfreediameter_1.5.0.bb72 FD_DH_PEM ?= "${BPN}-dh.pem"
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch943 + DIR *dh;
954 + dh = opendir(nam1.buf);
956 + if (dh == NULL)
960 + while ((di = readdir(dh)) != NULL) {
991 + closedir(dh);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A Dlong-help66 --dh <dh1/dh2/dh5>
/openbmc/qemu/docs/system/i386/
H A Damd-memory-encryption.rst69 The DH certificate and session blob can be provided via the ``dh-cert-file`` and
73 sev-guest,id=sev0,dh-cert-file=<file1>,session-file=<file2>
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/files/fvp-base/
H A D0001-check-sr-results-Change-the-expected-SR-result-confi.patch45 8. acs_results/uefi_dump/dh.log:
/openbmc/u-boot/cmd/
H A Defidebug.c965 U_BOOT_CMD_MKENT(dh, CONFIG_SYS_MAXARGS, 1, do_efi_show_handles,
/openbmc/qemu/fpu/
H A Dsoftfloat-parts.c.inc862 uint64_t dh, dl, rh, rl, sh, sl, uh, ul; /* 128-bit computation */
1013 mul128To256(sh, sl, rh, rl, &dh, &dl, &discard, &discard);
1014 sub128(three64, 0, dh, dl, &uh, &ul);
/openbmc/qemu/pc-bios/
H A Dqemu.rsrc265 $"6468 1BA7 0002 0450 6381 6103 6060 615C" /* dh.ß...PcÅa.``a\ */
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt4219 -rw-r--r-- root root 13403 ./usr/include/openssl/dh.h
H A Dbuildhistory_filelist1.txt4218 -rw-r--r-- root root 13403 ./usr/include/openssl/dh.h