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

/freebsd-13-stable/contrib/libevent/
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-13-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-13-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-13-stable/sys/net80211/
H A Dieee80211_hostap.c994 int allocbs, estatus; local
1010 estatus = IEEE80211_STATUS_ALG;
1024 estatus = IEEE80211_STATUS_ALG;
1036 estatus = IEEE80211_STATUS_CHALLENGE;
1051 estatus = IEEE80211_STATUS_CHALLENGE;
1059 estatus = IEEE80211_STATUS_CHALLENGE;
1130 estatus = IEEE80211_STATUS_CHALLENGE;
1139 estatus = IEEE80211_STATUS_CHALLENGE;
1151 estatus = IEEE80211_STATUS_SEQUENCE;
1163 (seq + 1) | (estatus<<1
[all...]
/freebsd-13-stable/sys/dev/siis/
H A Dsiis.c853 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; local
881 estatus = ATA_INL(ch->r_mem, SIIS_P_CMDERR);
887 // __func__, sstatus, istatus, ch->rslots, estatus, ccs, port,
905 if (estatus == SIIS_P_CMDERR_DEV ||
906 estatus == SIIS_P_CMDERR_SDB ||
907 estatus == SIIS_P_CMDERR_DATAFIS) {
934 if (estatus == SIIS_P_CMDERR_SENDFIS ||
935 estatus == SIIS_P_CMDERR_INCSTATE ||
936 estatus == SIIS_P_CMDERR_PPE ||
937 estatus
[all...]

Completed in 115 milliseconds