HomeSort by relevance Sort by last modified time
    Searched refs:scsi (Results 1 - 25 of 49) sorted by null

1 2

  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
sg_include.h 2 #include "/usr/src/linux/include/scsi/sg.h"
3 #include "/usr/src/linux/include/scsi/scsi.h"
6 #include <linux/../scsi/sg.h>
7 #include <linux/../scsi/scsi.h>
9 #include <scsi/sg.h>
10 #include <scsi/scsi.h>
17 #include <scsi/sg.h
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_linux_inc.h 7 #include "/usr/src/linux/include/scsi/sg.h"
8 #include "/usr/src/linux/include/scsi/scsi.h"
11 #include <linux/../scsi/sg.h>
12 #include <linux/../scsi/scsi.h>
14 #include <scsi/sg.h>
15 #include <scsi/scsi.h>
29 #include <scsi/sg.h
    [all...]
  /bionic/tests/
scsi_sg_test.cpp 17 // This test is just "does it compile?" because the scsi headers come from a special set.
19 #include <scsi/sg.h>
  /external/syslinux/gpxe/src/drivers/block/
scsi.c 28 #include <gpxe/scsi.h>
32 * SCSI block device
49 * Handle SCSI command with no backing device
51 * @v scsi SCSI device
52 * @v command SCSI command
55 int scsi_detached_command ( struct scsi_device *scsi __unused,
61 * Issue SCSI command
63 * @v scsi SCSI devic
120 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
145 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
170 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
195 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
216 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
245 struct scsi_device *scsi = block_to_scsi ( blockdev ); local
    [all...]
srp.c 36 #include <gpxe/scsi.h>
45 * SCSI RDMA Protocol
58 * Mark SRP SCSI command as complete
225 * Transmit SRP SCSI command
273 DBGC2 ( srp, "SRP %p TX SCSI command tag %08x%08x\n", srp,
291 * Handle SRP SCSI response
301 DBGC2 ( srp, "SRP %p RX SCSI response tag %08x%08x\n", srp,
306 DBGC ( srp, "SRP %p RX SCSI response too short (%zd bytes)\n",
312 /* Report SCSI errors */
336 /* Mark SCSI command as complete *
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
ib_srpboot.c 14 struct scsi_device *scsi; local
18 scsi = zalloc ( sizeof ( *scsi ) );
19 if ( ! scsi ) {
29 if ( ( rc = srp_attach ( scsi, root_path ) ) != 0 ) {
34 if ( ( rc = init_scsidev ( scsi ) ) != 0 ) {
40 drive->blockdev = &scsi->blockdev;
44 container_of ( scsi->backend, struct srp_device, refcnt );
61 srp_detach ( scsi );
65 free ( scsi );
    [all...]
iscsiboot.c 15 struct scsi_device *scsi; local
19 scsi = zalloc ( sizeof ( *scsi ) );
20 if ( ! scsi ) {
30 if ( ( rc = iscsi_attach ( scsi, root_path ) ) != 0 ) {
35 if ( ( rc = init_scsidev ( scsi ) ) != 0 ) {
41 drive->blockdev = &scsi->blockdev;
46 container_of ( scsi->backend, struct iscsi_session, refcnt );
63 iscsi_detach ( scsi );
67 free ( scsi );
    [all...]
sbft.c 59 .scsi_offset = offsetof ( typeof ( sbftab ), scsi ),
72 struct sbft_scsi_subtable *sbft_scsi = &sbftab.scsi;
81 /* Fill in the SCSI subtable */
  /bionic/libc/kernel/uapi/linux/
pg.h 32 char scsi; member in struct:pg_read_hdr
  /external/kernel-headers/original/uapi/linux/
pg.h 8 driver is loosely modelled after the generic SCSI driver, sg,
57 char scsi; /* "scsi" status == sense key */ member in struct:pg_read_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pg.h 7 driver is loosely modelled after the generic SCSI driver, sg,
56 char scsi; /* "scsi" status == sense key */ member in struct:pg_read_hdr
  /bionic/libc/kernel/uapi/scsi/
scsi_netlink_fc.h 21 #include <scsi/scsi_netlink.h>
  /external/kernel-headers/original/uapi/scsi/
scsi_netlink_fc.h 25 #include <scsi/scsi_netlink.h>
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
sbft.h 49 #include <gpxe/scsi.h>
65 /** Offset to SCSI subtable */
76 * sBFT SCSI subtable
113 /** The SCSI subtable */
114 struct sbft_scsi_subtable scsi; member in struct:gpxe_sbft
  /external/toybox/toys/other/
eject.c 18 -s SCSI device
25 #include <scsi/sg.h>
26 #include <scsi/scsi.h>
28 // The SCSI way of requesting eject
  /external/strace/
print_sg_req_info.c 36 # include <scsi/sg.h>
scsi.c 32 # include <scsi/sg.h>
  /external/ltp/tools/pounder21/test_scripts/
get_hw_info 71 echo "SCSI Device/Driver Info:"
73 find /proc/scsi -type f | while read f; do echo $f; cat $f; done;
  /external/syslinux/gpxe/src/include/gpxe/
scsi.h 11 * SCSI devices
18 * @defgroup scsiops SCSI operation codes
33 * @defgroup scsiflags SCSI flags
44 * @defgroup scsicdbs SCSI command data blocks
48 /** A SCSI "READ (10)" CDB */
70 /** A SCSI "READ (16)" CDB */
92 /** A SCSI "WRITE (10)" CDB */
114 /** A SCSI "WRITE (16)" CDB */
136 /** A SCSI "READ CAPACITY (10)" CDB */
153 /** SCSI "READ CAPACITY (10)" parameter data *
    [all...]
iscsi.h 14 #include <gpxe/scsi.h>
239 * iSCSI SCSI command basic header segment
251 /** SCSI Logical Unit Number */
261 /** SCSI Command Descriptor Block (CDB) */
265 /** SCSI command opcode */
282 * iSCSI SCSI response basic header segment
292 /** SCSI status code */
314 /** SCSI response opcode */
317 /** SCSI command completed at target */
320 /** SCSI target failure *
    [all...]
srp.h 6 * SCSI RDMA Protocol
16 #include <gpxe/scsi.h>
404 * SCSI command
409 /** An SRP SCSI command */
455 /** Type of an SRP SCSI command */
506 * SCSI response
511 /** An SRP SCSI response */
540 * This is the SCSI status code.
553 /** Type of an SRP SCSI response */
578 * Get response data portion of SCSI respons
    [all...]
  /bionic/libc/kernel/android/scsi/scsi/
scsi.h 22 #include <scsi/scsi_proto.h>
  /external/kernel-headers/modified/scsi/
scsi.h 4 * the SCSI initiator code.
14 #include <scsi/scsi_common.h>
16 #include <scsi/scsi_proto.h>
48 * FIXME: bit0 is listed as reserved in SCSI-2, but is
49 * significant in SCSI-3. For now, we follow the SCSI-2
105 #define EXTENDED_EXTENDED_IDENTIFY 0x02 /* SCSI-I only */
122 #define INITIATE_RECOVERY 0x0f /* SCSI-II only */
123 #define RELEASE_RECOVERY 0x10 /* SCSI-II only */
241 * struct scsi_device::scsi_level values. For SCSI devices other than thos
    [all...]
  /external/kernel-headers/original/scsi/
scsi.h 4 * the SCSI initiator code.
12 #include <scsi/scsi_common.h>
13 #include <scsi/scsi_proto.h>
44 * FIXME: bit0 is listed as reserved in SCSI-2, but is
45 * significant in SCSI-3. For now, we follow the SCSI-2
98 #define EXTENDED_EXTENDED_IDENTIFY 0x02 /* SCSI-I only */
115 #define INITIATE_RECOVERY 0x0f /* SCSI-II only */
116 #define RELEASE_RECOVERY 0x10 /* SCSI-II only */
233 * struct scsi_device::scsi_level values. For SCSI devices other than thos
    [all...]
  /external/ltp/testscripts/
ltp-scsi_debug.sh 6 ls /lib/modules/$kernel/kernel/drivers/scsi | grep scsi_debug > /dev/null 2>&1
51 dev_name=$(ls /proc/scsi/scsi_debug)

Completed in 369 milliseconds

1 2