summaryrefslogtreecommitdiff
path: root/usr/src/cmd/iscsiadm/sun_ima.h
diff options
context:
space:
mode:
authorJack Meng <Jack.Meng@Sun.COM>2008-11-22 07:33:57 +0800
committerJack Meng <Jack.Meng@Sun.COM>2008-11-22 07:33:57 +0800
commit6cefaae1e90a413ba01560575bb3998e1a3df40e (patch)
treec749b753f1ee011412736e0a48381d6e5bb58a34 /usr/src/cmd/iscsiadm/sun_ima.h
parent7bc22e45a20f905cdd06bb98c98a5c8be7fd25c0 (diff)
downloadillumos-joyent-6cefaae1e90a413ba01560575bb3998e1a3df40e.tar.gz
PSARC 2008/427 iSCSI Boot
PSARC 2008/640 iSCSI With DHCP 6701045 iSCSI boot on x86 6713364 iscsi needs to support PSARC 2008/337 scsi-self-identifying 6422549 delay nl7c_init() call until after the root is mounted 6751246 dhcp release the lease before sync is committed on iSCSI disk 6763891 device name of the same lun is different by different discovery mode, non MPxIO 6768382 Add dependency on netowrk/physical in local-fs service
Diffstat (limited to 'usr/src/cmd/iscsiadm/sun_ima.h')
-rw-r--r--usr/src/cmd/iscsiadm/sun_ima.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/src/cmd/iscsiadm/sun_ima.h b/usr/src/cmd/iscsiadm/sun_ima.h
index a4d3ac4de1..2d40f9503c 100644
--- a/usr/src/cmd/iscsiadm/sun_ima.h
+++ b/usr/src/cmd/iscsiadm/sun_ima.h
@@ -135,7 +135,14 @@ IMA_API IMA_STATUS SUN_IMA_GetTargetAuthParms(
IMA_OID oid,
IMA_AUTHMETHOD method,
IMA_INITIATOR_AUTHPARMS *pParms);
-
+IMA_STATUS SUN_IMA_GetBootTargetName(
+ IMA_NODE_NAME tgtName);
+IMA_STATUS SUN_IMA_GetBootTargetAuthParams(
+ IMA_INITIATOR_AUTHPARMS *pTgtCHAP);
+IMA_STATUS SUN_IMA_GetBootMpxio(
+ IMA_BOOL *pMpxioEnabled);
+IMA_STATUS SUN_IMA_GetBootIscsi(
+ IMA_BOOL *pIscsiBoot);
#ifdef __cplusplus
}