/src/sys/external/isc/atheros_hal/dist/ar5312/ |
ar5312_attach.c | 71 HAL_STATUS ecode; local in function:ar5312Attach 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 in function:ar5312Attach 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 in function:ar5312Reset 599 OS_MARK(ah, AH_MARK_RESET_DONE, ecode); 601 *status = ecode;
|
/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_attach.c | 186 HAL_STATUS ecode; local in function:ar5210Attach 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 in function:ar5210Attach 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 in function:ar5210SetRegulatoryDomain 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/ar5416/ |
ar9160_attach.c | 101 HAL_STATUS ecode; local in function:ar9160Attach 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...] |
ar9160_attach.c | 101 HAL_STATUS ecode; local in function:ar9160Attach 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 in function:ar9285Attach 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...] |
ar9285_attach.c | 88 HAL_STATUS ecode; local in function:ar9285Attach 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...] |
ar5416_attach.c | 203 HAL_STATUS ecode; local in function:ar5416Attach 227 ecode = HAL_EIO; 233 ecode = HAL_EIO; 269 ecode = ath_hal_v14EepromAttach(ah); 270 if (ecode != HAL_OK) 276 ecode = HAL_EIO; 285 ecode = HAL_ESELFTEST; 321 ecode = HAL_ENOTSUPP; 330 ecode = HAL_EEREAD; 334 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr) [all...] |
ar9280_attach.c | 86 HAL_STATUS ecode; local in function:ar9280Attach 125 ecode = HAL_EIO; 132 ecode = HAL_EIO; 163 ecode = ath_hal_v14EepromAttach(ah); 164 if (ecode != HAL_OK) 169 ecode = HAL_EIO; 178 ecode = HAL_ESELFTEST; 205 ecode = HAL_ENOTSUPP; 209 rfStatus = ar9280RfAttach(ah, &ecode); 212 __func__, ecode); [all...] |
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_attach.c | 205 HAL_STATUS ecode; local in function:ar5211Attach 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 in function:ar5211Attach 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/usr.sbin/mountd/ |
get_net.c | 122 int ecode; local in function:get_net 168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname, 170 if (ecode != 0)
|
get_net.c | 122 int ecode; local in function:get_net 168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname, 170 if (ecode != 0)
|
/src/sbin/mount_nfs/ |
getnfsargs.c | 106 int ecode; local in function:getnfsargs 139 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) { 141 gai_strerror(ecode));
|
getnfsargs_small.c | 193 int ecode; local in function:getnfsargs 216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) { 218 gai_strerror(ecode));
|
getnfsargs.c | 106 int ecode; local in function:getnfsargs 139 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) { 141 gai_strerror(ecode));
|
getnfsargs_small.c | 193 int ecode; local in function:getnfsargs 216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) { 218 gai_strerror(ecode));
|
/src/usr.sbin/rpcbind/ |
util.c | 309 int ecode; local in function:network_init 314 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { 317 gai_strerror(ecode)); 329 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { 332 gai_strerror(ecode));
|
util.c | 309 int ecode; local in function:network_init 314 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { 317 gai_strerror(ecode)); 329 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { 332 gai_strerror(ecode));
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_attach.c | 313 HAL_STATUS ecode; local in function:ar5212Attach 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...] |
/src/usr.bin/rusers/ |
rusers.c | 233 int ecode; local in function:onehost 241 ecode = getaddrinfo(host, NULL, NULL, &ai); 242 if (ecode != 0) 243 err(1, "%s", gai_strerror(ecode));
|
/src/usr.sbin/nfsd/ |
nfsd.c | 165 int ecode; local in function:tryconf 173 ecode = getaddrinfo(NULL, "nfs", &hints, &cfg->ai); 174 if (ecode != 0) { 176 gai_strerror(ecode));
|