Home
last modified time | relevance | path

Searched refs:ecode (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c71 HAL_STATUS ecode; in ar5312Attach() local
129 ecode = HAL_EIO; in ar5312Attach()
166 ecode = HAL_ENOTSUPP; in ar5312Attach()
175 ecode = HAL_ESELFTEST; in ar5312Attach()
188 rf = ath_hal_rfprobe(ah, &ecode); in ar5312Attach()
197 ecode = HAL_ENOTSUPP; in ar5312Attach()
201 ecode = ath_hal_legacyEepromAttach(ah); in ar5312Attach()
202 if (ecode != HAL_OK) { in ar5312Attach()
228 ecode = HAL_ENOTSUPP; in ar5312Attach()
233 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5312Attach()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9160_attach.c101 HAL_STATUS ecode; in ar9160Attach() local
133 ecode = HAL_EIO; in ar9160Attach()
140 ecode = HAL_EIO; in ar9160Attach()
176 ecode = HAL_EIO; in ar9160Attach()
185 ecode = HAL_ESELFTEST; in ar9160Attach()
212 ecode = HAL_ENOTSUPP; in ar9160Attach()
218 rfStatus = ar2133RfAttach(ah, &ecode); in ar9160Attach()
221 __func__, ecode); in ar9160Attach()
225 ecode = ath_hal_v14EepromAttach(ah); in ar9160Attach()
226 if (ecode != HAL_OK) in ar9160Attach()
[all …]
H A Dar9285_attach.c88 HAL_STATUS ecode; in ar9285Attach() local
131 ecode = HAL_EIO; in ar9285Attach()
138 ecode = HAL_EIO; in ar9285Attach()
167 ecode = ath_hal_v4kEepromAttach(ah); in ar9285Attach()
168 if (ecode != HAL_OK) in ar9285Attach()
174 ecode = HAL_EIO; in ar9285Attach()
183 ecode = HAL_ESELFTEST; in ar9285Attach()
210 ecode = HAL_ENOTSUPP; in ar9285Attach()
214 rfStatus = ar9285RfAttach(ah, &ecode); in ar9285Attach()
217 __func__, ecode); in ar9285Attach()
[all …]
H A Dar9280_attach.c86 HAL_STATUS ecode; in ar9280Attach() local
125 ecode = HAL_EIO; in ar9280Attach()
132 ecode = HAL_EIO; in ar9280Attach()
163 ecode = ath_hal_v14EepromAttach(ah); in ar9280Attach()
164 if (ecode != HAL_OK) in ar9280Attach()
169 ecode = HAL_EIO; in ar9280Attach()
178 ecode = HAL_ESELFTEST; in ar9280Attach()
205 ecode = HAL_ENOTSUPP; in ar9280Attach()
209 rfStatus = ar9280RfAttach(ah, &ecode); in ar9280Attach()
212 __func__, ecode); in ar9280Attach()
[all …]
H A Dar5416_attach.c203 HAL_STATUS ecode; in ar5416Attach() local
227 ecode = HAL_EIO; in ar5416Attach()
233 ecode = HAL_EIO; in ar5416Attach()
269 ecode = ath_hal_v14EepromAttach(ah); in ar5416Attach()
270 if (ecode != HAL_OK) in ar5416Attach()
276 ecode = HAL_EIO; in ar5416Attach()
285 ecode = HAL_ESELFTEST; in ar5416Attach()
321 ecode = HAL_ENOTSUPP; in ar5416Attach()
330 ecode = HAL_EEREAD; in ar5416Attach()
334 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5416Attach()
[all …]
/netbsd-src/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c52 gai_strerror(int ecode) { in gai_strerror() argument
65 if (ecode >= 0 && ecode < (gai_nerr - 1)) in gai_strerror()
66 return (gai_errlist[ecode]); in gai_strerror()
98 sprintf(buf, "%s: %d", gai_errlist[gai_nerr - 1], ecode); in gai_strerror()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_attach.c205 HAL_STATUS ecode; in ar5211Attach() local
215 ecode = HAL_ENOMEM; in ar5211Attach()
242 ecode = HAL_EIO; in ar5211Attach()
262 ecode = HAL_ENOTSUPP; in ar5211Attach()
271 ecode = HAL_ESELFTEST; in ar5211Attach()
289 ecode = HAL_ENOTSUPP; in ar5211Attach()
298 ecode = HAL_EESIZE; in ar5211Attach()
301 ecode = ath_hal_legacyEepromAttach(ah); in ar5211Attach()
302 if (ecode != HAL_OK) { in ar5211Attach()
322 ecode = HAL_ENOTSUPP; in ar5211Attach()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_attach.c313 HAL_STATUS ecode; in ar5212Attach() local
332 ecode = HAL_EIO; in ar5212Attach()
346 ecode = HAL_ENOTSUPP; in ar5212Attach()
356 ecode = HAL_EIO; in ar5212Attach()
370 ecode = HAL_ESELFTEST; in ar5212Attach()
387 rf = ath_hal_rfprobe(ah, &ecode); in ar5212Attach()
438 ecode = HAL_ENOTSUPP; in ar5212Attach()
447 ecode = HAL_ENOTSUPP; in ar5212Attach()
458 ecode = HAL_EESIZE; in ar5212Attach()
467 ecode = HAL_EESIZE; in ar5212Attach()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgai_strerror.c84 gai_strerror(int ecode) { in gai_strerror() argument
90 if ((ecode < 0) || in gai_strerror()
91 (ecode >= (int)(sizeof(gai_messages) / sizeof(*gai_messages)))) in gai_strerror()
95 ptr.const_ptr = gai_messages[ecode]; in gai_strerror()
/netbsd-src/libexec/tftpd/
H A Dtftpd.c449 size_t *ackl, int *ecode) in blk_handler() argument
467 *ecode = EBADOP; in blk_handler()
476 *ecode = EBADOP; in blk_handler()
485 *ecode = EBADOP; in blk_handler()
494 size_t *ackl, int *ecode) in timeout_handler() argument
508 *ecode = EBADOP; in timeout_handler()
543 size_t *ackl, int *ecode) in tsize_handler() argument
562 *ecode = EBADOP; in tsize_handler()
571 *ecode = EBADOP; in tsize_handler()
602 size_t *alen, int *ecode) in get_options() argument
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_attach.c186 HAL_STATUS ecode; in ar5210Attach() local
198 ecode = HAL_ENOMEM; in ar5210Attach()
226 ecode = HAL_EIO; in ar5210Attach()
251 ecode = ath_hal_v1EepromAttach(ah); in ar5210Attach()
252 if (ecode != HAL_OK) { in ar5210Attach()
255 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval); in ar5210Attach()
256 if (ecode != HAL_OK) { in ar5210Attach()
263 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr); in ar5210Attach()
264 if (ecode != HAL_OK) { in ar5210Attach()
287 *status = ecode; in ar5210Attach()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) in make_error_type_string() argument
19 switch (ecode) in make_error_type_string()
64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() argument
65 : runtime_error(make_error_type_string(ecode)), in regex_error()
66 __code_(ecode) in regex_error()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dnetdb.in.h223 _GL_FUNCDECL_RPL (gai_strerror, const char *, (int ecode));
224 _GL_CXXALIAS_RPL (gai_strerror, const char *, (int ecode));
230 _GL_FUNCDECL_SYS (gai_strerror, const char *, (int ecode));
232 _GL_CXXALIAS_SYS (gai_strerror, const char *, (int ecode));
/netbsd-src/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.c118 tdb->ecode = TDB_ERR_LOCK; in tdb_brlock()
158 tdb->ecode = TDB_ERR_LOCK; in tdb_unlock()
209 tdb->ecode = TDB_ERR_IO; in tdb_oob()
245 tdb->ecode = TDB_ERR_IO; in tdb_write()
265 tdb->ecode = TDB_ERR_IO; in tdb_read()
281 tdb->ecode = TDB_ERR_OOM; in tdb_alloc_read()
320 tdb->ecode = TDB_ERR_CORRUPT; in rec_read()
518 tdb->ecode = TDB_ERR_IO; in tdb_new_database()
528 tdb->ecode = TDB_ERR_IO; in tdb_new_database()
536 tdb->ecode = TDB_ERR_IO; in tdb_new_database()
[all …]
/netbsd-src/usr.sbin/rpcbind/
H A Dutil.c309 int ecode; in network_init() local
314 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { in network_init()
317 gai_strerror(ecode)); in network_init()
329 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) { in network_init()
332 gai_strerror(ecode)); in network_init()
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c458 gai_strerror(int ecode) in gai_strerror() argument
460 if (ecode < 0 || ecode > EAI_MAX) in gai_strerror()
461 ecode = EAI_MAX; in gai_strerror()
462 return ai_errlist[ecode]; in gai_strerror()
/netbsd-src/bin/ksh/
H A Dsiglist.sh15 ecode=1
47 ecode=0
H A Djobs.c726 int ecode; local
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
784 if ((j = j_lookup(cp, &ecode)) == (Job *) 0) {
786 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
820 int ecode; local
827 if ((j = j_lookup(cp, &ecode)) == (Job *) 0) {
829 bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
[all …]
H A Dc_sh.c251 int ecode = 0; local
344 ecode = fatal_trap_check();
347 if (!ecode) {
421 if (c == EOF && !ecode)
425 return ecode ? ecode : c == EOF;
/netbsd-src/usr.bin/rusers/
H A Drusers.c233 int ecode; in onehost() local
241 ecode = getaddrinfo(host, NULL, NULL, &ai); in onehost()
242 if (ecode != 0) in onehost()
243 err(1, "%s", gai_strerror(ecode)); in onehost()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c68 gai_strerror(int ecode) in gai_strerror() argument
73 if (g->code == ecode) in gai_strerror()
/netbsd-src/sbin/mount_nfs/
H A Dgetnfsargs_small.c193 int ecode; in getnfsargs() local
216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) { in getnfsargs()
218 gai_strerror(ecode)); in getnfsargs()
/netbsd-src/usr.sbin/mountd/
H A Dget_net.c122 int ecode; in get_net() local
168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname, in get_net()
170 if (ecode != 0) in get_net()
/netbsd-src/sys/kern/
H A Dkern_kthread.c159 kthread_exit(int ecode) in kthread_exit() argument
170 if (ecode != 0) { in kthread_exit()
174 name, l->l_lid, ecode); in kthread_exit()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp98 const int ecode = atf_libc_error_code(err); in throw_libc_error() local
101 throw atf::system_error("XXX", msg, ecode); in throw_libc_error()

123