Home
last modified time | relevance | path

Searched refs:getObj (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c5738 ISCSI_TUNABLE_PARAM getObj; in chkConnLoginMaxPollingLoginDelay() local
5742 getObj.tunable_objectType = ISCSI_LOGIN_POLLING_DELAY; in chkConnLoginMaxPollingLoginDelay()
5744 getObj.tunable_objectType = ISCSI_CONN_DEFAULT_LOGIN_MAX; in chkConnLoginMaxPollingLoginDelay()
5749 getObj.tunable_objectValue = valuep; in chkConnLoginMaxPollingLoginDelay()
5750 status = SUN_IMA_GetTunableProperties(oid, &getObj); in chkConnLoginMaxPollingLoginDelay()