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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiIbft.c210 ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt; local
233 Attempt = IScsiConfigGetAttemptByConfigIndex (mPrivate->BootSelectedIndex);
234 if (Attempt == NULL) {
241 ASSERT (Attempt->SessionConfigData.Enabled != ISCSI_DISABLED);
249 Attempt = NET_LIST_USER_STRUCT (Entry, ISCSI_ATTEMPT_CONFIG_NVDATA, Link);
250 if (Attempt->AttemptConfigIndex == mPrivate->BootSelectedIndex) {
255 if (Attempt->SessionConfigData.Enabled == ISCSI_DISABLED) {
262 if (Attempt->AuthenticationType == ISCSI_AUTH_TYPE_KRB) {
269 if (mPrivate->EnableMpio && Attempt->SessionConfigData.Enabled != ISCSI_ENABLED_FOR_MPIO) {
276 if (!Attempt
[all...]
H A DIScsiConfig.c304 ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt; local
307 Attempt = NET_LIST_USER_STRUCT (Entry, ISCSI_ATTEMPT_CONFIG_NVDATA, Link);
308 if (Attempt->AttemptConfigIndex == AttemptConfigIndex) {
309 return Attempt;
336 ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt; local
339 Attempt = NET_LIST_USER_STRUCT (Entry, ISCSI_ATTEMPT_CONFIG_NVDATA, Link);
340 if (Attempt != NewAttempt && Attempt->NicIndex == NewAttempt->NicIndex &&
341 Attempt->SessionConfigData.Enabled == IScsiMode) {
342 return Attempt;
358 IScsiConvertAttemptConfigDataToIfrNvData( IN ISCSI_ATTEMPT_CONFIG_NVDATA *Attempt, IN OUT ISCSI_CONFIG_IFR_NVDATA *IfrNvData ) argument
[all...]
/vbox/tools/bin/
H A Dretry.cmd32 echo retry.cmd: Attempt %retry_count% FAILED(%ERRORLEVEL%), retrying: %*
37 echo retry.cmd: Attempt %retry_count% FAILED(%ERRORLEVEL%), giving up: %*
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_SunOS_x86.s181 / Attempt to lock it
222 / Attempt to lock it

Completed in 58 milliseconds