Searched refs:tunableObj (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c5565 ISCSI_TUNABLE_PARAM tunableObj; local
5636 tunableObj.tunable_objectType =
5639 tunableObj.tunable_objectType =
5642 tunableObj.tunable_objectType =
5645 tunableObj.tunable_objectValue = valp;
5646 status = SUN_IMA_SetTunableProperties(oid, &tunableObj);
5679 ISCSI_TUNABLE_PARAM tunableObj; local
5683 tunableObj.tunable_objectValue = value;
5686 tunableObj.tunable_objectType = ISCSI_RX_TIMEOUT_VALUE;
5687 status = SUN_IMA_GetTunableProperties(oid, &tunableObj);
[all...]

Completed in 51 milliseconds