Searched defs:uintValue (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c174 int key, int uintValue);
1079 IMA_UINT uintValue; local
1111 uintValue = strtoul(optarg, &endptr, 0);
1119 if (uintValue > 3600) {
1131 uintValue = strtoul(optarg, &endptr, 0);
1139 if (uintValue < 512 || uintValue > 16777215) {
1148 uintValue = strtoul(optarg, &endptr, 0);
1156 if (uintValue < 1 || uintValue > 6553
5564 IMA_UINT uintValue; local
5739 chkConnLoginMaxPollingLoginDelay(IMA_OID oid, int key, int uintValue) argument
[all...]

Completed in 70 milliseconds