| /openbmc/u-boot/drivers/dma/ |
| H A D | keystone_nav.c | 100 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push() argument 104 cpu_to_bus((u32 *)hd, sizeof(struct qm_host_desc)/4); in qm_push() 105 regd = (u32)hd | ((sizeof(struct qm_host_desc) >> 4) - 1); in qm_push() 109 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push() argument 112 hd->orig_buff_len = buff_len; in qm_buff_push() 113 hd->buff_len = buff_len; in qm_buff_push() 114 hd->orig_buff_ptr = (u32)buff_ptr; in qm_buff_push() 115 hd->buff_ptr = (u32)buff_ptr; in qm_buff_push() 116 qm_push(hd, qnum); in qm_buff_push() 137 struct qm_host_desc *hd; in queue_close() local [all …]
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2024-45780.patch | 6 Both namesize and linksize are derived from hd.size, a 12-digit octal 40 struct head hd; 49 grub_size_t namesize = read_number (hd.size, sizeof (hd.size)); 62 grub_size_t linksize = read_number (hd.size, sizeof (hd.size)); 83 while (extra_size < sizeof (hd.prefix) 84 && hd.prefix[extra_size]) 86 - *name = grub_malloc (sizeof (hd.name) + extra_size + 2); 88 + if (grub_add (sizeof (hd.name) + 2, extra_size, &sz)) 93 if (hd.prefix[0])
|
| /openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
| H A D | CVE-2024-38535_pre.patch | 237 Ok((remainder, hd)) => { 239 - assert_eq!(hd.name, ":method".as_bytes().to_vec()); 240 - assert_eq!(hd.value, "GET".as_bytes().to_vec()); 241 + assert_eq!(hd.name, ":method".as_bytes().to_vec().into()); 242 + assert_eq!(hd.value, "GET".as_bytes().to_vec().into()); 248 Ok((remainder, hd)) => { 250 - assert_eq!(hd.name, "accept".as_bytes().to_vec()); 251 - assert_eq!(hd.value, "*/*".as_bytes().to_vec()); 252 + assert_eq!(hd.name, "accept".as_bytes().to_vec().into()); 253 + assert_eq!(hd.value, "*/*".as_bytes().to_vec().into()); [all …]
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | core.c | 458 urb_link *first_urb_link (urb_link * hd) in first_urb_link() argument 461 if (NULL != hd && NULL != (nx = hd->next) && nx != hd) { in first_urb_link() 474 struct urb *first_urb (urb_link * hd) in first_urb() argument 477 if (NULL == (nx = first_urb_link (hd))) { in first_urb() 489 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() argument 492 if ((urb = first_urb (hd))) { in first_urb_detached() 504 void urb_append (urb_link * hd, struct urb *urb) in urb_append() argument 506 if (hd && urb) { in urb_append() 513 urb_link *pul = hd->prev; in urb_append() 514 new->prev->next = hd; in urb_append() [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 240.out | 8 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 12 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 25 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}} 27 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd1"}} 46 {"execute": "device_add", "arguments": {"bus": "scsi0.0", "drive": "hd0", "driver": "scsi-hd", "id"… 48 {"execute": "device_add", "arguments": {"bus": "scsi1.0", "drive": "hd0", "driver": "scsi-hd", "id"… 67 {"execute": "device_add", "arguments": {"drive": "hd0", "driver": "scsi-hd", "id": "scsi-hd0"}}
|
| H A D | 127 | 47 _require_devices scsi-hd 67 -device scsi-hd,bus=scsi-bus.0,drive=source
|
| H A D | 051 | 127 run_qemu -device virtio-scsi -device scsi-hd 183 run_qemu -drive if=none,id=disk -device ide-hd,drive=disk 184 run_qemu -drive if=none,id=disk -device lsi53c895a -device scsi-hd,drive=disk 199 run_qemu $iothread -device ide-hd,drive=disk,share-rw=on 201 … run_qemu $iothread -device lsi53c895a,id=lsi0 -device scsi-hd,bus=lsi0.0,drive=disk,share-rw=on 202 …run_qemu $iothread -device virtio-scsi,id=virtio-scsi1 -device scsi-hd,bus=virtio-scsi1.0,drive=di… 208 …run_qemu $iothread -device virtio-scsi,id=virtio-scsi1,iothread=thread0 -device scsi-hd,bus=virtio… 234 run_qemu -drive file="$TEST_IMG",if=none,id=disk,readonly=on -device ide-hd,drive=disk 235 …u -drive file="$TEST_IMG",if=none,id=disk,readonly=on -device lsi53c895a -device scsi-hd,drive=disk
|
| H A D | 051.pc.out | 75 Testing: -device virtio-scsi -device scsi-hd 77 QEMU_PROG: -device scsi-hd: drive property not set 159 Testing: -drive if=none,id=disk -device ide-hd,drive=disk 161 QEMU_PROG: -device ide-hd,drive=disk: Device needs media, but drive is empty 163 Testing: -drive if=none,id=disk -device lsi53c895a -device scsi-hd,drive=disk 165 QEMU_PROG: -device scsi-hd,drive=disk: Device needs media, but drive is empty 170 …,iothread=thread0,id=virtio-scsi0 -device scsi-hd,bus=virtio-scsi0.0,drive=disk,share-rw=on -devic… 172 (qemu) QEMU_PROG: -device ide-hd,drive=disk,share-rw=on: Cannot change iothread of active block bac… 174 …=thread0 -device virtio-scsi,iothread=thread0,id=virtio-scsi0 -device scsi-hd,bus=virtio-scsi0.0,d… 178 …ad0,id=virtio-scsi0 -device scsi-hd,bus=virtio-scsi0.0,drive=disk,share-rw=on -device lsi53c895a,i… [all …]
|
| H A D | 068 | 63 -device scsi-hd,drive=drive0 \
|
| H A D | 200 | 71 -device scsi-hd,drive=drive_sysdisk,bus=scsi0.0,id=sysdisk,bootindex=0
|
| H A D | 186.out | 57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null 65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id 73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null 81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_… 162 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=q… 174 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=… 240 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0 248 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=none0,id=… 256 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0 264 Testing: -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=none0,id…
|
| H A D | 307.out | 40 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda"}} 57 {"execute": "device_add", "arguments": {"drive": "null", "driver": "scsi-hd", "id": "sdb"}} 70 {"execute": "device_add", "arguments": {"drive": "fmt", "driver": "scsi-hd", "id": "sda", "share-rw…
|
| /openbmc/bmcweb/http/ |
| H A D | http2_connection.hpp | 398 BMCWEB_LOG_DEBUG("frame type {}", static_cast<int>(frame.hd.type)); in onFrameRecvCallback() 399 switch (frame.hd.type) in onFrameRecvCallback() 404 if ((frame.hd.flags & NGHTTP2_FLAG_END_STREAM) != 0) in onFrameRecvCallback() 406 return onRequestRecv(frame.hd.stream_id); in onFrameRecvCallback() 420 static_cast<int>(frame->hd.type)); in onFrameRecvCallbackStatic() 472 if (frame.hd.type != NGHTTP2_HEADERS) in onHeaderCallback() 480 auto thisStream = streams.find(frame.hd.stream_id); in onHeaderCallback() 483 BMCWEB_LOG_ERROR("Unknown stream{}", frame.hd.stream_id); in onHeaderCallback() 549 if (frame.hd.type == NGHTTP2_HEADERS && in onBeginHeadersCallback() 552 BMCWEB_LOG_DEBUG("create stream for id {}", frame.hd.stream_id); in onBeginHeadersCallback() [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/ti-common/ |
| H A D | keystone_nav.h | 94 void qm_push(struct qm_host_desc *hd, u32 qnum); 97 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, 188 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
|
| /openbmc/qemu/docs/system/ |
| H A D | pr-manager.rst | 42 -drive if=none,id=hd,driver=raw,file.filename=/dev/sdb,file.pr-manager=helper0 43 -device scsi-block,drive=hd 50 …-blockdev node-name=hd,driver=raw,file.driver=host_device,file.filename=/dev/sdb,file.pr-manager=h… 51 -device scsi-block,drive=hd
|
| /openbmc/qemu/include/hw/ide/ |
| H A D | ahci.h | 52 void ahci_ide_create_devs(AHCIState *ahci, DriveInfo **hd);
|
| H A D | ide-dev.h | 184 void ide_drive_get(DriveInfo **hd, int max_bus);
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | ipmi_capture.js | 32 function ParseHexDump(hd) { argument 34 let lines = hd.split('\n'); 62 function SaveHexdumpToFile(hd, file_name) { argument 63 const buf = ParseHexDump(hd);
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | iothreads-resize | 62 -device scsi-hd,drive=none0 \
|
| H A D | qcow2-internal-snapshots | 56 -device scsi-hd,drive=disk0,share-rw=on \
|
| /openbmc/u-boot/include/ |
| H A D | usbdevice.h | 628 urb_link *first_urb_link (urb_link * hd); 629 struct urb *first_urb (urb_link * hd); 630 struct urb *first_urb_detached (urb_link * hd); 631 void urb_append (urb_link * hd, struct urb *urb);
|
| /openbmc/u-boot/doc/device-tree-bindings/sound/ |
| H A D | intel-hda.txt | 10 - compatible: "intel,hd-audio"
|
| /openbmc/qemu/hw/block/ |
| H A D | meson.build | 4 'hd-geometry.c'
|
| /openbmc/u-boot/drivers/net/ti/ |
| H A D | keystone_net.c | 95 void *hd; member 460 priv->hd = ksnav_recv(priv->netcp_pktdma, &pkt, &pkt_size); in ks2_eth_recv() 461 if (priv->hd == NULL) in ks2_eth_recv() 474 ksnav_release_rxhd(priv->netcp_pktdma, priv->hd); in ks2_eth_free_pkt()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-smp-parse.c | 32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument 37 .has_threads = hd, .threads = d, \ 54 #define SMP_CONFIG_WITH_MODS_DIES(ha, a, hb, b, hc, c, hd, d, \ argument 60 .has_modules = hd, .modules = d, \ 70 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument 75 .has_cores = hd, .cores = d, \ 84 #define SMP_CONFIG_WITH_BOOKS_DRAWERS(ha, a, hb, b, hc, c, hd, \ argument 90 .has_sockets = hd, .sockets = d, \
|