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

1 2

  /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_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_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;
ar5210_reset.c 74 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
78 HAL_STATUS ecode; local in function:ar5210Reset
300 *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...]
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_misc.c 102 HAL_STATUS ecode; local in function:ar5211SetRegulatoryDomain
105 ecode = HAL_EINVAL;
114 ecode = HAL_EEWRITE;
126 ecode = HAL_EIO;
129 *status = ecode;
ar5211_reset.c 154 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
158 HAL_STATUS ecode; local in function:ar5211Reset
556 *status = ecode;
  /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)
  /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));
  /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));
  /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...]
ar5212_misc.c 84 HAL_STATUS ecode; local in function:ar5212SetRegulatoryDomain
87 ecode = HAL_EINVAL;
91 ecode = HAL_EEWRITE;
103 ecode = HAL_EIO;
106 *status = ecode;
ar5212_reset.c 103 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
113 HAL_STATUS ecode; local in function:ar5212Reset
694 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
696 *status = ecode;
  /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));
  /src/bin/ksh/
c_sh.c 251 int ecode = 0; local in function:c_read
344 ecode = fatal_trap_check();
347 if (!ecode) {
421 if (c == EOF && !ecode)
425 return ecode ? ecode : c == EOF;
jobs.c 726 int ecode; local in function:waitfor
746 } else if ((j = j_lookup(cp, &ecode))) {
755 if (ecode != JL_NOSUCH)
756 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
779 int ecode; local in function:j_kill
784 if ((j = j_lookup(cp, &ecode)) == (Job *) 0) {
786 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
820 int ecode; local in function:j_resume
827 if ((j = j_lookup(cp, &ecode)) == (Job *) 0) {
829 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
966 int ecode; local in function:j_jobs
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_nv50.c 652 u32 ecode = nvkm_rd32(device, 0x400110); local in function:nv50_gr_intr
653 en = nvkm_enum_find(nv50_data_error_names, ecode);
655 ecode, en ? en->name : "");
  /src/libexec/tftpd/
tftpd.c 449 size_t *ackl, int *ecode)
467 *ecode = EBADOP;
476 *ecode = EBADOP;
485 *ecode = EBADOP;
494 size_t *ackl, int *ecode)
508 *ecode = EBADOP;
543 size_t *ackl, int *ecode)
562 *ecode = EBADOP;
571 *ecode = EBADOP;
602 size_t *alen, int *ecode)
655 int first, ecode, etftp = 0, r; local in function:tftp
    [all...]

Completed in 25 milliseconds

1 2