Home
last modified time | relevance | path

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

/dragonfly/test/stress/fsx/
H A Dfsx.c452 unsigned iret; in doread() local
487 if (iret != size) { in doread()
488 if (iret == -1) in doread()
492 iret, size); in doread()
604 unsigned iret; in dowrite() local
644 if (iret != size) { in dowrite()
645 if (iret == -1) in dowrite()
649 iret, size); in dowrite()
768 ssize_t iret; in writefileimage() local
775 if ((off_t)iret != file_size) { in writefileimage()
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Deap_peap.c604 struct eap_method_ret iret; in eap_peap_phase2_request() local
619 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
627 if (iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
628 iret.methodState == METHOD_MAY_CONT) { in eap_peap_phase2_request()
629 ret->methodState = iret.methodState; in eap_peap_phase2_request()
630 ret->decision = iret.decision; in eap_peap_phase2_request()
717 os_memset(&iret, 0, sizeof(iret)); in eap_peap_phase2_request()
719 &iret, req); in eap_peap_phase2_request()
720 if ((iret.methodState == METHOD_DONE || in eap_peap_phase2_request()
721 iret.methodState == METHOD_MAY_CONT) && in eap_peap_phase2_request()
[all …]
H A Deap_ttls.c342 struct eap_method_ret iret; in eap_ttls_phase2_eap_process() local
344 os_memset(&iret, 0, sizeof(iret)); in eap_ttls_phase2_eap_process()
346 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_ttls_phase2_eap_process()
348 if ((iret.methodState == METHOD_DONE || in eap_ttls_phase2_eap_process()
349 iret.methodState == METHOD_MAY_CONT) && in eap_ttls_phase2_eap_process()
350 (iret.decision == DECISION_UNCOND_SUCC || in eap_ttls_phase2_eap_process()
351 iret.decision == DECISION_COND_SUCC || in eap_ttls_phase2_eap_process()
352 iret.decision == DECISION_FAIL)) { in eap_ttls_phase2_eap_process()
353 ret->methodState = iret.methodState; in eap_ttls_phase2_eap_process()
354 ret->decision = iret.decision; in eap_ttls_phase2_eap_process()
H A Deap_teap.c382 struct eap_method_ret iret; in eap_teap_phase2_request() local
430 os_memset(&iret, 0, sizeof(iret)); in eap_teap_phase2_request()
432 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_teap_phase2_request()
434 if (iret.methodState == METHOD_DONE) in eap_teap_phase2_request()
437 (iret.methodState == METHOD_DONE && in eap_teap_phase2_request()
438 iret.decision == DECISION_FAIL)) { in eap_teap_phase2_request()
441 } else if ((iret.methodState == METHOD_DONE || in eap_teap_phase2_request()
442 iret.methodState == METHOD_MAY_CONT) && in eap_teap_phase2_request()
443 (iret.decision == DECISION_UNCOND_SUCC || in eap_teap_phase2_request()
444 iret.decision == DECISION_COND_SUCC)) { in eap_teap_phase2_request()
H A Deap_fast.c422 struct eap_method_ret iret; in eap_fast_phase2_request() local
469 os_memset(&iret, 0, sizeof(iret)); in eap_fast_phase2_request()
471 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret, in eap_fast_phase2_request()
474 (iret.methodState == METHOD_DONE && in eap_fast_phase2_request()
475 iret.decision == DECISION_FAIL)) { in eap_fast_phase2_request()
478 } else if ((iret.methodState == METHOD_DONE || in eap_fast_phase2_request()
479 iret.methodState == METHOD_MAY_CONT) && in eap_fast_phase2_request()
480 (iret.decision == DECISION_UNCOND_SUCC || in eap_fast_phase2_request()
481 iret.decision == DECISION_COND_SUCC)) { in eap_fast_phase2_request()
/dragonfly/lib/libc/gen/
H A Dgetcap.c393 int diff, iret, tclen; in getent() local
427 iret = getent(&icap, &ilen, db_p, fd, tc, depth+1, in getent()
431 if (iret != 0) { in getent()
433 if (iret < -1) { in getent()
437 return (iret); in getent()
439 if (iret == 1) in getent()
442 if (iret == -1) { in getent()
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c466 int diff, iret, tclen, oline; in _nc_getent() local
500 iret = _nc_getent(&icap, &ilen, &oline, current, db_array, fd, in _nc_getent()
504 if (iret != TC_SUCCESS) { in _nc_getent()
506 if (iret < TC_NOT_FOUND) { in _nc_getent()
511 return (iret); in _nc_getent()
513 if (iret == TC_UNRESOLVED) { in _nc_getent()
516 } else if (iret == TC_NOT_FOUND) { in _nc_getent()
/dragonfly/test/nvmm/demo/
H A DREADME.txt89 The first NMI blocks further NMIs until 'iret' is executed by the VM.
/dragonfly/stand/boot/pc32/btx/btx/
H A Dbtx.S646 iret # Call target routine
751 iret # Return to user mode
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-z8k.texi316 iret ldib @@rd,@@rs,rr neg addr(rd)