Home
last modified time | relevance | path

Searched refs:sdb (Results 1 – 25 of 84) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/target/
H A Dtcm_mod_builder.rst32 …target:/mnt/sdb/lio-core-2.6.git/Documentation/target# python tcm_mod_builder.py -p iSCSI -m tcm_n…
33 tcm_dir: /mnt/sdb/lio-core-2.6.git/Documentation/target/../../
36 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
39 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000
41 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_base.h
43 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../include/target/target_core_fabric_ops.h
45 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric…
47 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_fabric…
49 …/mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/tcm_nab5000_config…
51 /mnt/sdb/lio-core-2.6.git/Documentation/target/../../drivers/target/tcm_nab5000/Kbuild
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt1015p.c21 struct gpio_desc *sdb; member
32 if (!rt1015p->sdb) in rt1015p_daiops_trigger()
40 gpiod_set_value(rt1015p->sdb, 1); in rt1015p_daiops_trigger()
47 gpiod_set_value(rt1015p->sdb, 0); in rt1015p_daiops_trigger()
118 rt1015p->sdb = devm_gpiod_get_optional(&pdev->dev, in rt1015p_platform_probe()
120 if (IS_ERR(rt1015p->sdb)) in rt1015p_platform_probe()
121 return PTR_ERR(rt1015p->sdb); in rt1015p_platform_probe()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Dlog-writes.rst107 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
119 replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync
120 mount /dev/sdb /mnt/btrfs-test
127 TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc"
138 replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs
139 btrfsck /dev/sdb
140 replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \
141 --fsck "btrfsck /dev/sdb" --check fua
H A Ddm-service-time.rst78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
79 and sda has an average throughput 1GB/s and sdb has 4GB/s,
80 'relative_throughput' value may be '1' for sda and '4' for sdb::
92 Or '2' for sda and '8' for sdb would be also true::
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_cmnd.h101 struct scsi_data_buffer sdb; member
187 return cmd->sdb.table.nents; in scsi_sg_count()
192 return cmd->sdb.table.sgl; in scsi_sglist()
197 return cmd->sdb.length; in scsi_bufflen()
334 unsigned int xfer_len = scmd->sdb.length; in scsi_transfer_length()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dimx7d-sdb-reva.dts7 #include "imx7d-sdb.dts"
11 compatible = "fsl,imx7d-sdb-reva", "fsl,imx7d";
24 imx7d-sdb {
H A Dimx6sx-sdb-mqs.dts5 #include "imx6sx-sdb.dts"
13 compatible = "fsl,imx6sx-sdb-mqs",
H A Dimx6sx-sdb-reva.dts5 #include "imx6sx-sdb.dtsi"
9 compatible = "fsl,imx6sx-sdb-reva", "fsl,imx6sx";
H A Dimx6sx-sdb-sai.dts5 #include "imx6sx-sdb.dts"
H A Dimx7d-sdb-sht11.dts5 #include "imx7d-sdb.dts"
/OK3568_Linux_fs/buildroot/configs/
H A Dimx6sx-sdb_defconfig21 BR2_LINUX_KERNEL_INTREE_DTS_NAME="imx6sx-sdb imx6sx-sdb-reva"
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_error.c976 ses->sdb = scmd->sdb; in scsi_eh_prep_cmnd()
987 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_eh_prep_cmnd()
992 scmd->sdb.length = min_t(unsigned, SCSI_SENSE_BUFFERSIZE, in scsi_eh_prep_cmnd()
995 scmd->sdb.length); in scsi_eh_prep_cmnd()
996 scmd->sdb.table.sgl = &ses->sense_sgl; in scsi_eh_prep_cmnd()
998 scmd->sdb.table.nents = scmd->sdb.table.orig_nents = 1; in scsi_eh_prep_cmnd()
1000 scmd->cmnd[4] = scmd->sdb.length; in scsi_eh_prep_cmnd()
1040 scmd->sdb = ses->sdb; in scsi_eh_restore_cmnd()
2374 memset(&scmd->sdb, 0, sizeof(scmd->sdb)); in scsi_ioctl_reset()
H A Dlibiscsi_tcp.c492 unsigned total_in_length = task->sc->sdb.length; in iscsi_tcp_data_in()
577 if (data_offset + data_length > task->sc->sdb.length) { in iscsi_tcp_r2t_rsp()
581 data_offset, task->sc->sdb.length); in iscsi_tcp_r2t_rsp()
693 struct scsi_data_buffer *sdb = &task->sc->sdb; in iscsi_tcp_hdr_dissect() local
713 sdb->table.sgl, in iscsi_tcp_hdr_dissect()
714 sdb->table.nents, in iscsi_tcp_hdr_dissect()
H A Dscsi_lib.c521 if (cmd->sdb.table.nents) in scsi_free_sgtables()
522 sg_free_table_chained(&cmd->sdb.table, in scsi_free_sgtables()
1029 if (unlikely(sg_alloc_table_chained(&cmd->sdb.table, nr_segs, in scsi_alloc_sgtables()
1030 cmd->sdb.table.sgl, SCSI_INLINE_SG_CNT))) in scsi_alloc_sgtables()
1037 count = __blk_rq_map_sg(rq->q, rq, cmd->sdb.table.sgl, &last_sg); in scsi_alloc_sgtables()
1057 BUG_ON(count > cmd->sdb.table.nents); in scsi_alloc_sgtables()
1058 cmd->sdb.table.nents = count; in scsi_alloc_sgtables()
1059 cmd->sdb.length = blk_rq_payload_bytes(rq); in scsi_alloc_sgtables()
1192 memset(&cmd->sdb, 0, sizeof(cmd->sdb)); in scsi_setup_scsi_cmnd()
1565 cmd->sdb.table.sgl = sg; in scsi_prepare_cmd()
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Ddevice_table-minimal.txt29 /dev/sdb b 660 root disk 8 16 - - -
30 /dev/sdb b 660 root disk 8 17 1 1 4
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas.c399 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_data_cmplt() local
426 scsi_set_resid(cmnd, sdb->length); in uas_data_cmplt()
428 scsi_set_resid(cmnd, sdb->length - urb->actual_length); in uas_data_cmplt()
451 struct scsi_data_buffer *sdb = &cmnd->sdb; in uas_alloc_data_urb() local
457 usb_fill_bulk_urb(urb, udev, pipe, NULL, sdb->length, in uas_alloc_data_urb()
461 urb->num_sgs = udev->bus->sg_tablesize ? sdb->table.nents : 0; in uas_alloc_data_urb()
462 urb->sg = sdb->table.sgl; in uas_alloc_data_urb()
/OK3568_Linux_fs/u-boot/board/rockchip/kylin_rk3036/
H A DREADME62 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64
63 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_cpum_sf.c166 unsigned long sdb, *trailer; in alloc_sample_data_block() local
169 sdb = get_zeroed_page(gfp_flags); in alloc_sample_data_block()
170 if (!sdb) in alloc_sample_data_block()
172 trailer = trailer_entry_ptr(sdb); in alloc_sample_data_block()
176 *sdbt = sdb; in alloc_sample_data_block()
1358 unsigned long sdb; in aux_sdb_trailer() local
1361 sdb = aux->sdb_index[index]; in aux_sdb_trailer()
1362 return (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_trailer()
1677 static void aux_sdb_init(unsigned long sdb) in aux_sdb_init() argument
1681 te = (struct hws_trailer_entry *)trailer_entry_ptr(sdb); in aux_sdb_init()
/OK3568_Linux_fs/u-boot/board/rockchip/evb_rk3229/
H A DREADME66 > dd if=u-boot/idbloader.img of=/dev/sdb seek=64
67 > dd if=u-boot/u-boot.itb of=/dev/sdb seek=16384
/OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/
H A DREADME39 $ sudo dd if=SPL of=/dev/sdb bs=1K seek=1 && sync
43 $ sudo dd if=u-boot.img of=/dev/sdb bs=1K seek=69 && sync
/OK3568_Linux_fs/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME38 > dd if=spl-3368.img of=/dev/sdb seek=64
39 > dd if=u-boot.itb of=/dev/sdb seek=512
/OK3568_Linux_fs/buildroot/board/freescale/imx7dsdb/rootfs_overlay/boot/extlinux/
H A Dextlinux.conf3 devicetree /boot/imx7d-sdb.dtb
/OK3568_Linux_fs/buildroot/system/
H A Ddevice_table_dev.txt90 /dev/sdb b 640 0 0 8 16 0 0 -
91 /dev/sdb b 640 0 0 8 17 1 1 15
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/
H A DREADME.hardware.md86 target boot device is /dev/sdb, be sure to verify this and use the correct
100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb
/OK3568_Linux_fs/yocto/poky/
H A DREADME.hardware.md86 target boot device is /dev/sdb, be sure to verify this and use the correct
100 # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb
115 # dd if=core-image-minimal-genericx86-64.wic of=/dev/sdb
153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
225 # dd if=core-image-minimal-edgerouter.wic of=/dev/sdb

1234