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

12

/freebsd-current/lib/libc/net/
H A Dgai_strerror.c80 gai_strerror(int ecode) argument
103 if (ecode > 0 && ecode < EAI_MAX)
104 strlcpy(buf, catgets(catd, 3, ecode, ai_errlist[ecode]),
106 else if (ecode == 0)
117 if (ecode >= 0 && ecode < EAI_MAX)
118 return ai_errlist[ecode];
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgai_strerror.c66 gai_strerror(int ecode) argument
71 if (g->code == ecode)
/freebsd-current/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c72 HAL_STATUS ecode; local
130 ecode = HAL_EIO;
167 ecode = HAL_ENOTSUPP;
176 ecode = HAL_ESELFTEST;
189 rf = ath_hal_rfprobe(ah, &ecode);
198 ecode = HAL_ENOTSUPP;
202 ecode = ath_hal_legacyEepromAttach(ah);
203 if (ecode != HAL_OK) {
229 ecode = HAL_ENOTSUPP;
234 ecode
[all...]
/freebsd-current/usr.sbin/cron/lib/
H A Dentry.c41 typedef enum ecode { enum
109 ecode_e ecode = e_none; local
226 ecode = e_timespec;
234 ecode = e_cmd;
244 ecode = e_minute;
254 ecode = e_hour;
266 ecode = e_dom;
276 ecode = e_month;
288 ecode = e_dow;
315 ecode
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c124 HAL_STATUS ecode; local
156 ecode = HAL_EIO;
163 ecode = HAL_EIO;
194 ecode = ath_hal_v14EepromAttach(ah);
195 if (ecode != HAL_OK)
203 ecode = HAL_EIO;
212 ecode = HAL_ESELFTEST;
239 ecode = HAL_ENOTSUPP;
243 rfStatus = ar2133RfAttach(ah, &ecode);
246 __func__, ecode);
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c121 HAL_STATUS ecode; local
185 ecode = HAL_EIO;
192 ecode = HAL_EIO;
210 ecode = HAL_EIO;
238 ecode = ath_hal_9287EepromAttach(ah);
239 if (ecode != HAL_OK)
244 ecode = HAL_EIO;
253 ecode = HAL_ESELFTEST;
280 ecode = HAL_ENOTSUPP;
284 rfStatus = ar9287RfAttach(ah, &ecode);
[all...]
H A Dar9285_attach.c143 HAL_STATUS ecode; local
204 ecode = HAL_EIO;
211 ecode = HAL_EIO;
246 ecode = ath_hal_v4kEepromAttach(ah);
247 if (ecode != HAL_OK)
253 ecode = HAL_EIO;
262 ecode = HAL_ESELFTEST;
289 ecode = HAL_ENOTSUPP;
293 rfStatus = ar9285RfAttach(ah, &ecode);
296 __func__, ecode);
[all...]
H A Dar9280_attach.c158 HAL_STATUS ecode; local
218 ecode = HAL_EIO;
225 ecode = HAL_EIO;
256 ecode = ath_hal_v14EepromAttach(ah);
257 if (ecode != HAL_OK)
262 ecode = HAL_EIO;
271 ecode = HAL_ESELFTEST;
298 ecode = HAL_ENOTSUPP;
302 rfStatus = ar9280RfAttach(ah, &ecode);
305 __func__, ecode);
[all...]
/freebsd-current/usr.sbin/nfsd/
H A Dnfsd.c156 int udpflag, ecode, error, s; local
322 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
323 if (ecode != 0)
324 err(1, "getaddrinfo udp: %s", gai_strerror(ecode));
346 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
347 if (ecode != 0)
348 err(1, "getaddrinfo udp6: %s", gai_strerror(ecode));
370 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
371 if (ecode != 0)
372 err(1, "getaddrinfo tcp: %s", gai_strerror(ecode));
855 int ecode; local
1170 int ecode; local
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c196 HAL_STATUS ecode; local
208 ecode = HAL_ENOMEM;
236 ecode = HAL_EIO;
261 ecode = ath_hal_v1EepromAttach(ah);
262 if (ecode != HAL_OK) {
265 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
266 if (ecode != HAL_OK) {
273 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
274 if (ecode != HAL_OK) {
297 *status = ecode;
[all...]
H A Dar5210_misc.c99 HAL_STATUS ecode; local
102 ecode = HAL_EINVAL;
111 ecode = HAL_EEWRITE;
114 ecode = HAL_EIO; /* disallow all writes */
117 *status = ecode;
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp95 const int ecode = atf_libc_error_code(err); local
98 throw atf::system_error("XXX", msg, ecode);
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c216 HAL_STATUS ecode; local
226 ecode = HAL_ENOMEM;
253 ecode = HAL_EIO;
273 ecode = HAL_ENOTSUPP;
282 ecode = HAL_ESELFTEST;
300 ecode = HAL_ENOTSUPP;
309 ecode = HAL_EESIZE;
312 ecode = ath_hal_legacyEepromAttach(ah);
313 if (ecode != HAL_OK) {
333 ecode
[all...]
H A Dar5211_misc.c102 HAL_STATUS ecode; local
105 ecode = HAL_EINVAL;
114 ecode = HAL_EEWRITE;
126 ecode = HAL_EIO;
129 *status = ecode;
/freebsd-current/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c331 HAL_STATUS ecode; local
350 ecode = HAL_EIO;
364 ecode = HAL_ENOTSUPP;
374 ecode = HAL_EIO;
388 ecode = HAL_ESELFTEST;
405 rf = ath_hal_rfprobe(ah, &ecode);
456 ecode = HAL_ENOTSUPP;
465 ecode = HAL_ENOTSUPP;
476 ecode = HAL_EESIZE;
485 ecode
[all...]
/freebsd-current/libexec/tftpd/
H A Dtftpd.c499 int has_options = 0, ecode; local
517 ecode = validate_access(peer, &filename, WRQ);
518 if (ecode == 0) {
526 filename, errtomsg(ecode));
529 if (ecode) {
530 send_error(peer, ecode);
544 int has_options = 0, ecode; local
562 ecode = validate_access(peer, &filename, RRQ);
563 if (ecode == 0) {
590 filename, errtomsg(ecode));
[all...]
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dregex.cpp15 static const char* make_error_type_string(regex_constants::error_type ecode) { argument
16 switch (ecode) {
60 regex_error::regex_error(regex_constants::error_type ecode) argument
61 : runtime_error(make_error_type_string(ecode)), __code_(ecode) {}
/freebsd-current/contrib/ntp/libntp/
H A Dntp_rfc2553.c456 gai_strerror(int ecode) argument
458 if (ecode < 0 || ecode > EAI_MAX)
459 ecode = EAI_MAX;
460 return ai_errlist[ecode];
/freebsd-current/usr.sbin/rpcbind/
H A Dutil.c325 int ecode; local
330 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
333 gai_strerror(ecode));
347 if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
350 gai_strerror(ecode));
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c306 HAL_STATUS ecode; local
330 ecode = HAL_EIO;
336 ecode = HAL_EIO;
373 ecode = ath_hal_v14EepromAttach(ah);
374 if (ecode != HAL_OK)
380 ecode = HAL_EIO;
389 ecode = HAL_ESELFTEST;
425 ecode = HAL_ENOTSUPP;
434 ecode = HAL_EEREAD;
438 ecode
[all...]
/freebsd-current/crypto/heimdal/appl/afsutil/
H A Dpagsh.c87 usage(int ecode) argument
90 exit(ecode);
H A Dafslog.c124 usage(int ecode) argument
127 exit(ecode);
/freebsd-current/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c976 u8 *ecode)
986 *ecode = 0;
1002 *ecode = RDMAP_CANT_INV_STAG;
1005 *ecode = RDMAP_INV_STAG;
1012 *ecode = RDMAP_CANT_INV_STAG;
1014 *ecode = RDMAP_STAG_NOT_ASSOC;
1018 *ecode = RDMAP_STAG_NOT_ASSOC;
1022 *ecode = RDMAP_ACC_VIOL;
1026 *ecode = RDMAP_TO_WRAP;
1031 *ecode
975 build_term_codes(struct t4_cqe *err_cqe, u8 *layer_type, u8 *ecode) argument
[all...]
/freebsd-current/sbin/ifconfig/
H A Difpfsync.c212 int ecode; local
219 if ((ecode = getaddrinfo(val, NULL, NULL, &peerres)) != 0)
221 gai_strerror(ecode));
/freebsd-current/libexec/ftpd/
H A Dftpd.c978 int ecode; local
999 if (checkuser(_PATH_FTPUSERS, "ftp", 0, NULL, &ecode) ||
1000 (ecode != 0 && ecode != ENOENT))
1002 else if (checkuser(_PATH_FTPUSERS, "anonymous", 0, NULL, &ecode) ||
1003 (ecode != 0 && ecode != ENOENT))
1032 (checkuser(_PATH_FTPUSERS, name, 1, NULL, &ecode) ||
1033 (ecode != 0 && ecode !
1062 checkuser(char *fname, char *name, int pwset, char **residue, int *ecode) argument
1337 int rval, ecode; local
[all...]

Completed in 401 milliseconds

12