Home
last modified time | relevance | path

Searched refs:estatus (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/openpam/
H A Dtest-driver113 estatus=$?
115 if test $enable_hard_errors = no && test $estatus -eq 99; then
118 tweaked_estatus=$estatus
134 echo "$res $test_name (exit status: $estatus)" >>"$log_file"
/freebsd/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/contrib/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/sys/net80211/
H A Dieee80211_hostap.c999 int estatus; in hostap_auth_shared() local
1015 estatus = IEEE80211_STATUS_ALG; in hostap_auth_shared()
1029 estatus = IEEE80211_STATUS_ALG; in hostap_auth_shared()
1041 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1056 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1064 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1145 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1154 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1166 estatus = IEEE80211_STATUS_SEQUENCE; in hostap_auth_shared()
1178 (seq + 1) | (estatus<<16)); in hostap_auth_shared()
/freebsd/sys/dev/siis/
H A Dsiis.c852 uint32_t istatus, sstatus, ctx, estatus, ok; in siis_ch_intr() local
880 estatus = ATA_INL(ch->r_mem, SIIS_P_CMDERR); in siis_ch_intr()
903 if (estatus == SIIS_P_CMDERR_DEV || in siis_ch_intr()
904 estatus == SIIS_P_CMDERR_SDB || in siis_ch_intr()
905 estatus == SIIS_P_CMDERR_DATAFIS) { in siis_ch_intr()
932 if (estatus == SIIS_P_CMDERR_SENDFIS || in siis_ch_intr()
933 estatus == SIIS_P_CMDERR_INCSTATE || in siis_ch_intr()
934 estatus == SIIS_P_CMDERR_PPE || in siis_ch_intr()
935 estatus == SIIS_P_CMDERR_SERVICE) { in siis_ch_intr()
/freebsd/contrib/one-true-awk/
H A Drun.c2073 int estatus = 0; in bltin() local
2174 estatus = status = system(getsval(x)); in bltin()
2177 estatus = WEXITSTATUS(status); in bltin()
2179 estatus = WTERMSIG(status) + 256; in bltin()
2182 estatus += 256; in bltin()
2185 estatus = 0; in bltin()
2188 u = estatus; in bltin()