Home
last modified time | relevance | path

Searched refs:dd (Results 151 – 175 of 639) sorted by relevance

12345678910>>...26

/openbmc/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue13 <dd v-if="lastBmcRebootTime">
16 </dd>
17 <dd v-else>--</dd>
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryServiceIndicator.vue10 <dd>
12 </dd>
20 <dd>
33 </dd>
/openbmc/u-boot/board/freescale/mx6sabresd/
H A DREADME28 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
32 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
56 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
57 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
72 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 oflag=sync status=none && sync
76 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 oflag=sync status=none && sync
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh166 -- dd if=/dev/zero of=/dev/null > /dev/null 2>&1 &
179 perf_script_branch_samples dd &&
180 perf_report_branch_samples dd &&
181 perf_report_instruction_samples dd
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh42 dd if=/dev/zero of=$dev bs=64K seek=5 count=2 oflag=direct
43 dd if=/dev/zero of=$dev bs=64K seek=30 count=1 oflag=direct
44 dd if=/dev/zero of=$dev bs=64K seek=10 count=3 oflag=direct
/openbmc/linux/drivers/edac/
H A Die31200_edac.c377 static void __skl_populate_dimm_info(struct dimm_data *dd, u32 addr_decode, in __skl_populate_dimm_info() argument
380 dd->size = (addr_decode >> (chan << 4)) & IE31200_MAD_DIMM_SIZE; in __skl_populate_dimm_info()
381 dd->dual_rank = (addr_decode & (IE31200_MAD_DIMM_A_RANK_SKL << (chan << 4))) ? 1 : 0; in __skl_populate_dimm_info()
382 dd->x16_width = ((addr_decode & (IE31200_MAD_DIMM_A_WIDTH_SKL << (chan << 4))) >> in __skl_populate_dimm_info()
386 static void __populate_dimm_info(struct dimm_data *dd, u32 addr_decode, in __populate_dimm_info() argument
389 dd->size = (addr_decode >> (chan << 3)) & IE31200_MAD_DIMM_SIZE; in __populate_dimm_info()
390 dd->dual_rank = (addr_decode & (IE31200_MAD_DIMM_A_RANK << chan)) ? 1 : 0; in __populate_dimm_info()
391 dd->x16_width = (addr_decode & (IE31200_MAD_DIMM_A_WIDTH << chan)) ? 1 : 0; in __populate_dimm_info()
394 static void populate_dimm_info(struct dimm_data *dd, u32 addr_decode, int chan, in populate_dimm_info() argument
398 __skl_populate_dimm_info(dd, addr_decode, chan); in populate_dimm_info()
[all …]
/openbmc/u-boot/board/BuR/brppt1/
H A Dconfig.mk14 dd if=/dev/zero ibs=1M count=2 2>/dev/null | tr "\000" "\377" >$@ && \
15 dd conv=notrunc bs=1 if=MLO.byteswap of=$@ seek=0 2>/dev/null && \
16 dd bs=1 if=u-boot-dtb.img of=$@ seek=$(payload_off) 2>/dev/null
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Deprom.h8 int eprom_init(struct hfi1_devdata *dd);
9 int eprom_read_platform_config(struct hfi1_devdata *dd, void **buf_ret,
H A Dexp_rcv.h92 static inline void rcv_array_wc_fill(struct hfi1_devdata *dd, u32 index) in rcv_array_wc_fill() argument
98 if ((dd->flags & HFI1_PRESENT) && dd->rcvarray_wc) { in rcv_array_wc_fill()
99 writeq(0, dd->rcvarray_wc + (index * 8)); in rcv_array_wc_fill()
/openbmc/linux/drivers/dma/
H A Dstm32-dma.c1573 struct dma_device *dd; in stm32_dma_probe() local
1589 dd = &dmadev->ddev; in stm32_dma_probe()
1621 dma_cap_set(DMA_SLAVE, dd->cap_mask); in stm32_dma_probe()
1631 dd->device_pause = stm32_dma_pause; in stm32_dma_probe()
1644 dd->max_burst = STM32_DMA_MAX_BURST; in stm32_dma_probe()
1646 dd->descriptor_reuse = true; in stm32_dma_probe()
1647 dd->dev = &pdev->dev; in stm32_dma_probe()
1648 INIT_LIST_HEAD(&dd->channels); in stm32_dma_probe()
1660 vchan_init(&chan->vchan, dd); in stm32_dma_probe()
1669 ret = dma_async_device_register(dd); in stm32_dma_probe()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D267.out37 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
48 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
73 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
98 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
109 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
123 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
138 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
149 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
156 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
170 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
[all …]
H A D160.out9 == Converting the image with dd with skip=1 ==
21 == Converting the image with dd with skip=2 ==
33 == Converting the image with dd with skip=30 ==
45 == Converting the image with dd with skip=30K ==
/openbmc/openbmc/meta-aspeed/recipes-aspeed/images/
H A Daspeed-image-norootfs.bb14 dd if=/dev/zero bs=1k count=${ASPEED_IMAGE_SIZE_KB} | \
16 dd if=${DEPLOY_DIR_IMAGE}/u-boot.${UBOOT_SUFFIX} of=${B}/aspeed-norootfs.bin \
18 dd if=${DEPLOY_DIR_IMAGE}/${ASPEED_IMAGE_KERNEL_IMAGE} \
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dinit.c322 dd->dd_desc_len += dma_len; in ath_descdma_setup()
329 dd->dd_desc = dmam_alloc_coherent(sc->dev, dd->dd_desc_len, in ath_descdma_setup()
331 if (!dd->dd_desc) in ath_descdma_setup()
334 ds = dd->dd_desc; in ath_descdma_setup()
336 name, ds, (u32) dd->dd_desc_len, in ath_descdma_setup()
337 ito64(dd->dd_desc_paddr), /*XXX*/(u32) dd->dd_desc_len); in ath_descdma_setup()
350 bf->bf_daddr = DS2PHYS(dd, ds); in ath_descdma_setup()
361 ((caddr_t) dd->dd_desc + in ath_descdma_setup()
362 dd->dd_desc_len)); in ath_descdma_setup()
392 ((caddr_t) dd->dd_desc + in ath_descdma_setup()
[all …]
/openbmc/linux/arch/x86/boot/
H A Dgenimage.sh65 dd='dd iflag=fullblock'
210 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=1440 2>/dev/null
218 $dd if=/dev/zero of="$FIMAGE" bs=1024 count=2880 2>/dev/null
237 $dd if=/dev/zero of="$FIMAGE" bs=$((1024*1024)) count=$megs 2>/dev/null
239 $dd if="$mbr" of="$FIMAGE" bs=440 count=1 conv=notrunc 2>/dev/null
/openbmc/u-boot/tools/
H A Dast2600_ubimg_gen.sh38 dd if=$src of=$dst bs=1 seek=4
41 dd if=/dev/zero bs=1 count=$(( ${src_sz_align} - ${src_sz} )) >> $dst
/openbmc/linux/drivers/acpi/
H A Dacpi_tad.c428 struct acpi_tad_driver_data *dd = dev_get_drvdata(dev); in caps_show() local
430 return sprintf(buf, "0x%02X\n", dd->capabilities); in caps_show()
561 struct acpi_tad_driver_data *dd = dev_get_drvdata(dev); in acpi_tad_remove() local
567 if (dd->capabilities & ACPI_TAD_DC_WAKE) in acpi_tad_remove()
574 if (dd->capabilities & ACPI_TAD_DC_WAKE) { in acpi_tad_remove()
589 struct acpi_tad_driver_data *dd; in acpi_tad_probe() local
622 dd = devm_kzalloc(dev, sizeof(*dd), GFP_KERNEL); in acpi_tad_probe()
623 if (!dd) { in acpi_tad_probe()
628 dd->capabilities = caps; in acpi_tad_probe()
629 dev_set_drvdata(dev, dd); in acpi_tad_probe()
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c258 > dd if=$DIR/u-boot.img of=$DIR/u-boot.gxbb bs=512 skip=96
64 > dd if=$BL1 of=$DEV conv=fsync bs=1 count=442
65 > dd if=$BL1 of=$DEV conv=fsync bs=512 skip=1 seek=1
66 > dd if=$DIR/u-boot.gxbb of=$DEV conv=fsync bs=512 seek=97
/openbmc/openbmc/meta-hpe/meta-dl360poc/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh24 dd if="/dev/$(findmtd host-prime)" of="/dev/$(findmtd vrom-prime)"
26 dd if="/dev/$(findmtd host-second)" of="/dev/$(findmtd vrom-second)"
/openbmc/openbmc/meta-hpe/meta-common/recipes-hpe/host/host-boot-enable/
H A Dhost-boot-enable.sh24 dd if="/dev/$(findmtd host-prime)" of="/dev/$(findmtd vrom-prime)"
26 dd if="/dev/$(findmtd host-second)" of="/dev/$(findmtd vrom-second)"
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Durandom35 dd if=/dev/urandom of=$RANDOM_SEED_FILE count=1 \
44 dd if=/dev/urandom of=$RANDOM_SEED_FILE count=1 \
/openbmc/linux/tools/bpf/bpftool/
H A Dcfg.c384 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd, in draw_bb_node() argument
405 dump_xlated_for_graph(dd, bb->head, bb->tail, start_idx, in draw_bb_node()
433 func_output_bb_def(struct func_node *func, struct dump_data *dd, in func_output_bb_def() argument
439 draw_bb_node(func, bb, dd, opcodes, linum); in func_output_bb_def()
460 cfg_dump(struct cfg *cfg, struct dump_data *dd, bool opcodes, bool linum) in cfg_dump() argument
468 func_output_bb_def(func, dd, opcodes, linum); in cfg_dump()
475 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len, in dump_xlated_cfg() argument
485 cfg_dump(&cfg, dd, opcodes, linum); in dump_xlated_cfg()
/openbmc/openbmc/poky/scripts/
H A Doe-time-dd-test.sh103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
/openbmc/u-boot/board/freescale/mx6sabreauto/
H A DREADME16 $ sudo dd if=SPL of=/dev/sdX bs=1K seek=1 && sync
20 $ sudo dd if=u-boot-dtb.img of=/dev/sdX bs=1K seek=69 && sync
39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
43 $ sudo dd if=u-boot-dtb.img of=/dev/sdb bs=1K seek=69 && sync
/openbmc/webui-vue/src/views/Operations/Firmware/
H A DFirmwareCardsBmc.vue14 <dd class="mb-0">{{ runningVersion }}</dd>
27 <dd>
33 </dd>

12345678910>>...26