HomeSort by relevance Sort by last modified time
    Searched refs:iscsi (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/net/tcp/
iscsi.c 38 #include <gpxe/iscsi.h>
42 * iSCSI protocol
46 FEATURE ( FEATURE_PROTOCOL, "iSCSI", DHCP_EB_FEATURE_ISCSI, 1 );
48 /** iSCSI initiator name (explicitly specified) */
51 /** Default iSCSI initiator name (constructed from hostname) */
54 /** iSCSI initiator username */
57 /** iSCSI initiator password */
60 /** iSCSI target username */
63 /** iSCSI target password */
66 static void iscsi_start_tx ( struct iscsi_session *iscsi );
87 struct iscsi_session *iscsi = local
1235 struct iscsi_session *iscsi = local
1391 struct iscsi_session *iscsi = local
1465 struct iscsi_session *iscsi = local
1501 struct iscsi_session *iscsi = local
1550 struct iscsi_session *iscsi = local
1580 struct iscsi_session *iscsi = local
1727 struct iscsi_session *iscsi; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
ibft.c 42 #include <gpxe/iscsi.h>
47 * iSCSI boot firmware table
49 * The information in this file is derived from the document "iSCSI
82 /* iSCSI initiator information */
102 /* iSCSI target information */
322 * @v iscsi iSCSI session
327 struct iscsi_session *iscsi ) {
330 if ( ! ( iscsi->status & ISCSI_STATUS_AUTH_FORWARD_REQUIRED ) )
333 assert ( iscsi->initiator_username )
    [all...]
iscsiboot.c 6 #include <gpxe/iscsi.h>
31 printf ( "Could not attach iSCSI device: %s\n",
36 printf ( "Could not initialise iSCSI device: %s\n",
45 struct iscsi_session *iscsi = local
47 ibft_fill_data ( netdev, iscsi );
73 .prefix = "iscsi:",
  /external/syslinux/gpxe/src/arch/i386/include/gpxe/
ibft.h 35 * iSCSI boot firmware table
37 * The information in this file is derived from the document "iSCSI
48 /** iSCSI Boot Firmware Table signature */
252 * iSCSI Boot Firmware Table (iBFT)
264 * iSCSI string block descriptor
300 struct iscsi_session *iscsi );
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 56 "--iscsi" => \$writeISCSIProhibitedExtra,
269 $comment ="# Additional prohibitions from iSCSI profile (rfc3722.txt)\n\n";
660 --iscsi Generate data for iSCSI extra prohibited table
  /external/libnl/lib/
utils.c 612 __ADD(NETLINK_ISCSI,iscsi)

Completed in 683 milliseconds