Searched refs:ecode (Results 1 - 25 of 55) sorted by relevance

123

/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgai_strerror.c40 * The message invalid error code is returned if ecode is out of range.
84 gai_strerror(int ecode) { argument
90 if ((ecode < 0) ||
91 (ecode >= (int)(sizeof(gai_messages) / sizeof(*gai_messages))))
95 ptr.const_ptr = gai_messages[ecode];
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgai_strerror.c52 gai_strerror(int ecode) { argument
65 if (ecode >= 0 && ecode < (gai_nerr - 1))
66 return (gai_errlist[ecode]);
98 sprintf(buf, "%s: %d", gai_errlist[gai_nerr - 1], ecode);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c68 gai_strerror(int ecode) argument
73 if (g->code == ecode)
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c71 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
[all...]
/netbsd-current/bin/ksh/
H A Dsiglist.sh15 ecode=1
17 trap 'rm -f $in $out; trap 0; exit $ecode' $trapsigs
47 ecode=0
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar9160_attach.c101 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 !
[all...]
H A Dar9285_attach.c88 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...]
H A Dar9280_attach.c86 HAL_STATUS ecode; local
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...]
H A Dar5416_attach.c203 HAL_STATUS ecode; local
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
[all...]
/netbsd-current/external/bsd/cron/dist/
H A Dentry.c41 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
[all...]
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_attach.c205 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
[all...]
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_attach.c186 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...]
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.h91 extern const char *gai_strerror (int ecode);
/netbsd-current/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-current/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp98 const int ecode = atf_libc_error_code(err); local
101 throw atf::system_error("XXX", msg, ecode);
/netbsd-current/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_attach.c313 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
[all...]
/netbsd-current/libexec/tftpd/
H A Dtftpd.c449 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)
448 blk_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize, size_t *ackl, int *ecode) argument
493 timeout_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize, size_t *ackl, int *ecode) argument
542 tsize_handler(struct tftphdr *tp, const char *val, char *ack, size_t asize, size_t *ackl, int *ecode) argument
601 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, size_t asize, size_t *alen, int *ecode) argument
655 int first, ecode, etftp = 0, r; local
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dregex.cpp17 make_error_type_string(regex_constants::error_type ecode) argument
19 switch (ecode)
64 regex_error::regex_error(regex_constants::error_type ecode) argument
65 : runtime_error(make_error_type_string(ecode)),
66 __code_(ecode)
/netbsd-current/sbin/mount_nfs/
H A Dgetnfsargs_small.c193 int ecode; local
216 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
218 gai_strerror(ecode));
/netbsd-current/usr.sbin/mountd/
H A Dget_net.c122 int ecode; local
168 ecode = getnameinfo(sa, sa->sa_len, netname, sizeof netname,
170 if (ecode != 0)
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.h46 int ecode; /* error code for last tdb error */ member in struct:__anon6223
H A Dtdb.c118 tdb->ecode = TDB_ERR_LOCK;
158 tdb->ecode = TDB_ERR_LOCK;
209 tdb->ecode = TDB_ERR_IO;
245 tdb->ecode = TDB_ERR_IO;
265 tdb->ecode = TDB_ERR_IO;
281 tdb->ecode = TDB_ERR_OOM;
320 tdb->ecode = TDB_ERR_CORRUPT;
518 tdb->ecode = TDB_ERR_IO;
528 tdb->ecode = TDB_ERR_IO;
536 tdb->ecode
606 enum TDB_ERROR ecode; member in struct:__anon1
[all...]
/netbsd-current/usr.bin/rusers/
H A Drusers.c233 int ecode; local
241 ecode = getaddrinfo(host, NULL, NULL, &ai);
242 if (ecode != 0)
243 err(1, "%s", gai_strerror(ecode));
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c458 gai_strerror(int ecode) argument
460 if (ecode < 0 || ecode > EAI_MAX)
461 ecode = EAI_MAX;
462 return ai_errlist[ecode];
/netbsd-current/usr.sbin/rpcbind/
H A Dutil.c309 int ecode; local
314 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
317 gai_strerror(ecode));
329 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
332 gai_strerror(ecode));

Completed in 187 milliseconds

123