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

/freebsd-11-stable/contrib/openpam/
H A Dtest-driver108 estatus=$?
110 if test $enable_hard_errors = no && test $estatus -eq 99; then
113 tweaked_estatus=$estatus
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver108 estatus=$?
110 if test $enable_hard_errors = no && test $estatus -eq 99; then
113 tweaked_estatus=$estatus
129 echo "$res $test_name (exit status: $estatus)" >>$log_file
/freebsd-11-stable/sys/net80211/
H A Dieee80211_hostap.c976 int allocbs, estatus; local
992 estatus = IEEE80211_STATUS_ALG;
1006 estatus = IEEE80211_STATUS_ALG;
1018 estatus = IEEE80211_STATUS_CHALLENGE;
1033 estatus = IEEE80211_STATUS_CHALLENGE;
1041 estatus = IEEE80211_STATUS_CHALLENGE;
1112 estatus = IEEE80211_STATUS_CHALLENGE;
1121 estatus = IEEE80211_STATUS_CHALLENGE;
1133 estatus = IEEE80211_STATUS_SEQUENCE;
1145 (seq + 1) | (estatus<<1
[all...]
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c851 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; local
879 estatus = ATA_INL(ch->r_mem, SIIS_P_CMDERR);
885 // __func__, sstatus, istatus, ch->rslots, estatus, ccs, port,
903 if (estatus == SIIS_P_CMDERR_DEV ||
904 estatus == SIIS_P_CMDERR_SDB ||
905 estatus == SIIS_P_CMDERR_DATAFIS) {
932 if (estatus == SIIS_P_CMDERR_SENDFIS ||
933 estatus == SIIS_P_CMDERR_INCSTATE ||
934 estatus == SIIS_P_CMDERR_PPE ||
935 estatus
[all...]

Completed in 87 milliseconds