HomeSort by: relevance | last modified time | path
    Searched defs:ecode (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 71 HAL_STATUS ecode; local
129 ecode = HAL_EIO;
166 ecode = HAL_ENOTSUPP;
175 ecode = HAL_ESELFTEST;
188 rf = ath_hal_rfprobe(ah, &ecode);
197 ecode = HAL_ENOTSUPP;
201 ecode = ath_hal_legacyEepromAttach(ah);
202 if (ecode != HAL_OK) {
228 ecode = HAL_ENOTSUPP;
233 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval)
    [all...]
ar5312_attach.c 71 HAL_STATUS ecode; local
129 ecode = HAL_EIO;
166 ecode = HAL_ENOTSUPP;
175 ecode = HAL_ESELFTEST;
188 rf = ath_hal_rfprobe(ah, &ecode);
197 ecode = HAL_ENOTSUPP;
201 ecode = ath_hal_legacyEepromAttach(ah);
202 if (ecode != HAL_OK) {
228 ecode = HAL_ENOTSUPP;
233 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval)
    [all...]
ar5312_reset.c 87 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
96 HAL_STATUS ecode; local
599 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
601 *status = ecode;
  /src/external/bsd/atf/dist/atf-c++/detail/
exceptions.cpp 98 const int ecode = atf_libc_error_code(err); local
101 throw atf::system_error("XXX", msg, ecode);
exceptions.cpp 98 const int ecode = atf_libc_error_code(err); local
101 throw atf::system_error("XXX", msg, ecode);
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 186 HAL_STATUS ecode; local
198 ecode = HAL_ENOMEM;
226 ecode = HAL_EIO;
251 ecode = ath_hal_v1EepromAttach(ah);
252 if (ecode != HAL_OK) {
255 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
256 if (ecode != HAL_OK) {
263 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
264 if (ecode != HAL_OK) {
287 *status = ecode;
    [all...]
ar5210_attach.c 186 HAL_STATUS ecode; local
198 ecode = HAL_ENOMEM;
226 ecode = HAL_EIO;
251 ecode = ath_hal_v1EepromAttach(ah);
252 if (ecode != HAL_OK) {
255 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
256 if (ecode != HAL_OK) {
263 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
264 if (ecode != HAL_OK) {
287 *status = ecode;
    [all...]
ar5210_misc.c 99 HAL_STATUS ecode; local
102 ecode = HAL_EINVAL;
111 ecode = HAL_EEWRITE;
114 ecode = HAL_EIO; /* disallow all writes */
117 *status = ecode;
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_attach.c 205 HAL_STATUS ecode; local
215 ecode = HAL_ENOMEM;
242 ecode = HAL_EIO;
262 ecode = HAL_ENOTSUPP;
271 ecode = HAL_ESELFTEST;
289 ecode = HAL_ENOTSUPP;
298 ecode = HAL_EESIZE;
301 ecode = ath_hal_legacyEepromAttach(ah);
302 if (ecode != HAL_OK) {
322 ecode = HAL_ENOTSUPP
    [all...]
ar5211_attach.c 205 HAL_STATUS ecode; local
215 ecode = HAL_ENOMEM;
242 ecode = HAL_EIO;
262 ecode = HAL_ENOTSUPP;
271 ecode = HAL_ESELFTEST;
289 ecode = HAL_ENOTSUPP;
298 ecode = HAL_EESIZE;
301 ecode = ath_hal_legacyEepromAttach(ah);
302 if (ecode != HAL_OK) {
322 ecode = HAL_ENOTSUPP
    [all...]
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9160_attach.c 101 HAL_STATUS ecode; local
133 ecode = HAL_EIO;
140 ecode = HAL_EIO;
176 ecode = HAL_EIO;
185 ecode = HAL_ESELFTEST;
212 ecode = HAL_ENOTSUPP;
218 rfStatus = ar2133RfAttach(ah, &ecode);
221 __func__, ecode);
225 ecode = ath_hal_v14EepromAttach(ah);
226 if (ecode != HAL_OK
    [all...]
ar9285_attach.c 88 HAL_STATUS ecode; local
131 ecode = HAL_EIO;
138 ecode = HAL_EIO;
167 ecode = ath_hal_v4kEepromAttach(ah);
168 if (ecode != HAL_OK)
174 ecode = HAL_EIO;
183 ecode = HAL_ESELFTEST;
210 ecode = HAL_ENOTSUPP;
214 rfStatus = ar9285RfAttach(ah, &ecode);
217 __func__, ecode);
    [all...]
ar9160_attach.c 101 HAL_STATUS ecode; local
133 ecode = HAL_EIO;
140 ecode = HAL_EIO;
176 ecode = HAL_EIO;
185 ecode = HAL_ESELFTEST;
212 ecode = HAL_ENOTSUPP;
218 rfStatus = ar2133RfAttach(ah, &ecode);
221 __func__, ecode);
225 ecode = ath_hal_v14EepromAttach(ah);
226 if (ecode != HAL_OK
    [all...]
ar9285_attach.c 88 HAL_STATUS ecode; local
131 ecode = HAL_EIO;
138 ecode = HAL_EIO;
167 ecode = ath_hal_v4kEepromAttach(ah);
168 if (ecode != HAL_OK)
174 ecode = HAL_EIO;
183 ecode = HAL_ESELFTEST;
210 ecode = HAL_ENOTSUPP;
214 rfStatus = ar9285RfAttach(ah, &ecode);
217 __func__, ecode);
    [all...]
  /src/usr.sbin/mountd/
get_net.c 122 int ecode; local
168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname,
170 if (ecode != 0)
get_net.c 122 int ecode; local
168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname,
170 if (ecode != 0)
  /src/sbin/mount_nfs/
getnfsargs.c 106 int ecode; local
139 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
141 gai_strerror(ecode));
getnfsargs_small.c 193 int ecode; local
216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
218 gai_strerror(ecode));
getnfsargs.c 106 int ecode; local
139 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
141 gai_strerror(ecode));
getnfsargs_small.c 193 int ecode; local
216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
218 gai_strerror(ecode));
  /src/external/bsd/cron/dist/
entry.c 41 typedef enum ecode { enum
93 ecode_e ecode = e_none; local
167 ecode = e_timespec;
175 ecode = e_cmd;
186 ecode = e_minute;
198 ecode = e_hour;
210 ecode = e_dom;
220 ecode = e_month;
232 ecode = e_dow;
245 ecode = e_cmd
    [all...]
entry.c 41 typedef enum ecode { enum
93 ecode_e ecode = e_none; local
167 ecode = e_timespec;
175 ecode = e_cmd;
186 ecode = e_minute;
198 ecode = e_hour;
210 ecode = e_dom;
220 ecode = e_month;
232 ecode = e_dow;
245 ecode = e_cmd
    [all...]
  /src/external/bsd/ppp/usr.sbin/pppd/
tdb.h 46 int ecode; /* error code for last tdb error */ member in struct:__anon5685
tdb.h 46 int ecode; /* error code for last tdb error */ member in struct:__anon5685
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_attach.c 313 HAL_STATUS ecode; local
332 ecode = HAL_EIO;
346 ecode = HAL_ENOTSUPP;
356 ecode = HAL_EIO;
370 ecode = HAL_ESELFTEST;
387 rf = ath_hal_rfprobe(ah, &ecode);
438 ecode = HAL_ENOTSUPP;
447 ecode = HAL_ENOTSUPP;
458 ecode = HAL_EESIZE;
467 ecode = HAL_EESIZE
    [all...]

Completed in 71 milliseconds

1 2 3