Home
last modified time | relevance | path

Searched refs:dd (Results 226 – 250 of 639) sorted by relevance

12345678910>>...26

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dud.c380 dd_dev_warn(ppd->dd, "Bad sgid_index. sgid_index: %d\n", in hfi1_make_ud_req_16B()
641 vl = sc_to_vlt(ppd->dd, sc5); in return_cnp_16B()
646 trace_pio_output_ibhdr(ppd->dd, &hdr, sc5); in return_cnp_16B()
647 ppd->dd->pio_inline_send(ppd->dd, pbuf, pbc, in return_cnp_16B()
696 vl = sc_to_vlt(ppd->dd, sc5); in return_cnp()
701 trace_pio_output_ibhdr(ppd->dd, &hdr, sc5); in return_cnp()
702 ppd->dd->pio_inline_send(ppd->dd, pbuf, pbc, in return_cnp()
995 struct hfi1_devdata *dd = ppd->dd; in hfi1_ud_rcv() local
997 dd_dev_err(dd, "QP type %d mgmt_pkey_idx < 0 and packet not dropped???\n", in hfi1_ud_rcv()
H A Dverbs_txreq.c83 struct hfi1_devdata *dd = dd_from_dev(dev); in verbs_txreq_init() local
85 snprintf(buf, sizeof(buf), "hfi1_%u_vtxreq_cache", dd->unit); in verbs_txreq_init()
H A Duser_sdma.h79 hfi1_cdbg(SDMA, "[%u:%u:%u:%u] " fmt, (req)->pq->dd->unit, \
89 struct hfi1_devdata *dd; member
H A Defivar.h13 int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind,
/openbmc/u-boot/board/wandboard/
H A DREADME26 $ sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
32 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto.c196 struct rk_crypto_info *dd; in rk_crypto_debugfs_show() local
200 list_for_each_entry(dd, &rocklist.dev_list, list) { in rk_crypto_debugfs_show()
202 dev_driver_string(dd->dev), dev_name(dd->dev), in rk_crypto_debugfs_show()
203 dd->nreq); in rk_crypto_debugfs_show()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2401 dd = kmalloc(sizeof(*dd), GFP_KERNEL); in qla2x00_do_dport_diagnostics()
2402 if (!dd) { in qla2x00_do_dport_diagnostics()
2409 bsg_job->request_payload.sg_cnt, dd, sizeof(*dd)); in qla2x00_do_dport_diagnostics()
2412 vha, dd->buf, sizeof(dd->buf), dd->options); in qla2x00_do_dport_diagnostics()
2415 bsg_job->reply_payload.sg_cnt, dd, sizeof(*dd)); in qla2x00_do_dport_diagnostics()
2427 kfree(dd); in qla2x00_do_dport_diagnostics()
2447 dd = kzalloc(sizeof(*dd), GFP_KERNEL); in qla2x00_do_dport_diagnostics_v2()
2448 if (!dd) in qla2x00_do_dport_diagnostics_v2()
2452 bsg_job->request_payload.sg_cnt, dd, sizeof(*dd)); in qla2x00_do_dport_diagnostics_v2()
2502 bsg_job->reply_payload.sg_cnt, dd, sizeof(*dd)); in qla2x00_do_dport_diagnostics_v2()
[all …]
/openbmc/linux/drivers/input/mouse/
H A Dcypress_ps2.h10 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
11 (COMPOSIT((aa), 6) | COMPOSIT((bb), 4) | COMPOSIT((cc), 2) | COMPOSIT((dd), 0))
/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_set_ftrace_file.tc36 dd1=`dd if=$FILTER bs=1 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
37 dd100=`dd if=$FILTER bs=100 | grep -v -e 'records in' -e 'records out' -e 'bytes copied'`
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dencode_ext.def625 DEF_ENC(V6_pred_and, ICLASS_CJ" 1 110 tt0 ---11 PP 0 ---ss 000 000dd") //
626 DEF_ENC(V6_pred_or, ICLASS_CJ" 1 110 tt0 ---11 PP 0 ---ss 000 001dd") //
627 DEF_ENC(V6_pred_not, ICLASS_CJ" 1 110 --0 ---11 PP 0 ---ss 000 010dd") //
628 DEF_ENC(V6_pred_xor, ICLASS_CJ" 1 110 tt0 ---11 PP 0 ---ss 000 011dd") //
631 DEF_ENC(V6_shuffeqh, ICLASS_CJ" 1 110 tt0 ---11 PP 0 ---ss 000 110dd") //
632 DEF_ENC(V6_shuffeqw, ICLASS_CJ" 1 110 tt0 ---11 PP 0 ---ss 000 111dd") //
766 DEF_ENC(V6_veqb, ICLASS_CJ" 1 111 100 vvvvv PP 0 uuuuu 000 000dd") //
767 DEF_ENC(V6_veqh, ICLASS_CJ" 1 111 100 vvvvv PP 0 uuuuu 000 001dd") //
768 DEF_ENC(V6_veqw, ICLASS_CJ" 1 111 100 vvvvv PP 0 uuuuu 000 010dd") //
770 DEF_ENC(V6_vgtb, ICLASS_CJ" 1 111 100 vvvvv PP 0 uuuuu 000 100dd") //
[all …]
/openbmc/u-boot/doc/
H A DREADME.rockchip103 dd if=/dev/zero of=/dev/mmcblk0 bs=1M
134 sudo dd if=out of=/dev/sdc seek=64 && \
135 sudo dd if=firefly-rk3288/u-boot-dtb.img of=/dev/sdc seek=16384
173 sudo dd if=out of=/dev/sdc seek=64
180 sudo dd if=out of=/dev/sdc seek=64
201 sudo dd if=out of=/dev/mmcblk0 seek=64 &&
202 sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 seek=16384
262 dd if=spl.bin of=spl-out.bin bs=128K conv=sync && \
264 dd if=out.bin of=out.bin.pad bs=4M conv=sync
344 written to the start of an SD card using dd.
[all …]
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c702 struct dump_data dd = {}; in prog_dump() local
780 kernel_syms_load(&dd); in prog_dump()
844 kernel_syms_load(&dd); in prog_dump()
845 dd.nr_jited_ksyms = info->nr_jited_ksyms; in prog_dump()
847 dd.btf = btf; in prog_dump()
848 dd.func_info = func_info; in prog_dump()
850 dd.prog_linfo = prog_linfo; in prog_dump()
858 kernel_syms_destroy(&dd); in prog_dump()
1935 struct dump_data dd = {}; in do_loader() local
1937 kernel_syms_load(&dd); in do_loader()
[all …]
H A Dcfg.h9 void dump_xlated_cfg(struct dump_data *dd, void *buf, unsigned int len,
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_wc_ppc64.c46 int qib_enable_wc(struct qib_devdata *dd) in qib_enable_wc() argument
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME46 $ dd if=u-boot.itb of=flash.bin bs=512 seek=528
53 $ sudo dd if=flash.bin of=/dev/sd[x] bs=1024 seek=32
/openbmc/openbmc/meta-google/recipes-google/ipmi/ipmi-fru-sh/
H A Dlib.sh182 dd if="$file" bs=1 count="$size" skip="$offset" 2>/dev/null | \
203 printf "$hexstr" | dd of="$file" bs=1 seek="$offset" 2>/dev/null
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.lex51 REG_ID_64 ee|ss|dd|tt|uu|vv|xx|yy
53 SYS_ID_64 ss|dd
/openbmc/openbmc/poky/meta-yocto-bsp/
H A DREADME.hardware.md105 2. Use the `dd` utility to write the image to the raw block device. For
108 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
124 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
127 `dd` command to write the image to a USB stick.
178 2. Use the "dd" utility to write the image to the SD card. For example:
180 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
/openbmc/openbmc/poky/
H A DREADME.hardware.md105 2. Use the `dd` utility to write the image to the raw block device. For
108 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
124 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
127 `dd` command to write the image to a USB stick.
178 2. Use the "dd" utility to write the image to the SD card. For example:
180 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
/openbmc/qemu/block/
H A Discsi.c79 struct scsi_inquiry_device_designator *dd; member
1788 *lun->dd = *copy; in iscsi_save_designator()
1789 lun->dd->next = NULL; in iscsi_save_designator()
2057 if (iscsilun->dd) { in iscsi_close()
2059 g_free(iscsilun->dd); in iscsi_close()
2226 struct scsi_inquiry_device_designator *dd = lun->dd; in iscsi_populate_target_desc() local
2230 desc[4] = dd->code_set; in iscsi_populate_target_desc()
2232 | ((dd->association & 3) << 4); in iscsi_populate_target_desc()
2233 desc[7] = dd->designator_length; in iscsi_populate_target_desc()
2234 memcpy(desc + 8, dd->designator, MIN(dd->designator_length, 20)); in iscsi_populate_target_desc()
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv6.vue7 <dd>
20 </dd>
38 <dd>
40 </dd>
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-internal-snapshots.out18 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
51 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
52 2 snap1 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
83 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue134 <dd>{{ dataFormatter(item.name) }}</dd>
139 <dd>{{ dataFormatter(item.type) }}</dd>
146 <dd v-if="item.modifiedDate">
149 </dd>
150 <dd v-else>--</dd>
/openbmc/linux/drivers/ipack/devices/
H A Dscc2698.h61 u8 dd, ip; /* Input port register of block */ member
79 u8 dd, opcr; /* Output port configuration register of block */ member
/openbmc/u-boot/board/congatec/cgtqmx6eval/
H A DREADME51 sudo dd if=SPL of=/dev/mmcblk0 bs=1k seek=1; sync
55 sudo dd if=u-boot.img of=/dev/mmcblk0 bs=1k seek=69; sync

12345678910>>...26