Home
last modified time | relevance | path

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

/NextBSD/contrib/openpam/
HDtest-driver96 estatus=$?
97 if test $enable_hard_errors = no && test $estatus -eq 99; then
98 estatus=1
101 case $estatus:$expect_failure in
/NextBSD/contrib/ntp/sntp/libevent/build-aux/
HDtest-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
/NextBSD/sys/net80211/
HDieee80211_hostap.c1004 int allocbs, estatus; in hostap_auth_shared() local
1020 estatus = IEEE80211_STATUS_ALG; in hostap_auth_shared()
1034 estatus = IEEE80211_STATUS_ALG; in hostap_auth_shared()
1046 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1061 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1069 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1140 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1149 estatus = IEEE80211_STATUS_CHALLENGE; in hostap_auth_shared()
1161 estatus = IEEE80211_STATUS_SEQUENCE; in hostap_auth_shared()
1173 (seq + 1) | (estatus<<16)); in hostap_auth_shared()
HDieee80211_sta.c989 int estatus; in sta_auth_shared() local
1003 estatus = IEEE80211_STATUS_ALG; in sta_auth_shared()
1017 estatus = IEEE80211_STATUS_ALG; in sta_auth_shared()
1029 estatus = IEEE80211_STATUS_CHALLENGE; in sta_auth_shared()
1044 estatus = IEEE80211_STATUS_CHALLENGE; in sta_auth_shared()
1052 estatus = IEEE80211_STATUS_CHALLENGE; in sta_auth_shared()
/NextBSD/sys/dev/siis/
HDsiis.c851 uint32_t istatus, sstatus, ctx, estatus, ok, err = 0; in siis_ch_intr() local
879 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()