Symbol: ecode
crypto/heimdal/appl/afsutil/afslog.c
124
usage(int ecode)
crypto/heimdal/appl/afsutil/afslog.c
127
exit(ecode);
crypto/heimdal/appl/afsutil/pagsh.c
87
usage(int ecode)
crypto/heimdal/appl/afsutil/pagsh.c
90
exit(ecode);
crypto/heimdal/appl/ftp/ftp/main.c
81
usage(int ecode)
crypto/heimdal/appl/ftp/ftp/main.c
84
exit(ecode);
crypto/heimdal/lib/roken/gai_strerror.c
66
gai_strerror(int ecode)
crypto/heimdal/lib/roken/gai_strerror.c
71
if (g->code == ecode)
crypto/krb5/src/lib/kadm5/admin_internal.h
61
{ int ecode; if ((ecode = _kadm5_check_handle((void *)handle))) return ecode;}
lib/libc/net/gai_strerror.c
105
if (ecode > 0 && ecode < EAI_MAX)
lib/libc/net/gai_strerror.c
106
strlcpy(buf, catgets(catd, 3, ecode, ai_errlist[ecode]),
lib/libc/net/gai_strerror.c
108
else if (ecode == 0)
lib/libc/net/gai_strerror.c
121
if (ecode >= 0 && ecode < EAI_MAX)
lib/libc/net/gai_strerror.c
122
return (ai_errlist[ecode]);
lib/libc/net/gai_strerror.c
80
gai_strerror(int ecode)
libexec/tftpd/tftpd.c
506
int has_options = 0, ecode;
libexec/tftpd/tftpd.c
524
ecode = validate_access(peer, &filename, WRQ);
libexec/tftpd/tftpd.c
525
if (ecode == 0) {
libexec/tftpd/tftpd.c
533
filename, errtomsg(ecode));
libexec/tftpd/tftpd.c
536
if (ecode) {
libexec/tftpd/tftpd.c
537
send_error(peer, ecode);
libexec/tftpd/tftpd.c
551
int has_options = 0, ecode;
libexec/tftpd/tftpd.c
569
ecode = validate_access(peer, &filename, RRQ);
libexec/tftpd/tftpd.c
570
if (ecode == 0) {
libexec/tftpd/tftpd.c
597
filename, errtomsg(ecode));
libexec/tftpd/tftpd.c
599
if (ecode) {
libexec/tftpd/tftpd.c
604
if (suppress_naks && *filename != '/' && ecode == ENOTFOUND)
libexec/tftpd/tftpd.c
606
send_error(peer, ecode);
sbin/ifconfig/ifconfig.c
1264
int ecode;
sbin/ifconfig/ifconfig.c
1272
if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0)
sbin/ifconfig/ifconfig.c
1274
gai_strerror(ecode));
sbin/ifconfig/ifconfig.c
1276
if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0)
sbin/ifconfig/ifconfig.c
1278
gai_strerror(ecode));
sbin/ifconfig/ifpfsync.c
212
int ecode;
sbin/ifconfig/ifpfsync.c
219
if ((ecode = getaddrinfo(val, NULL, NULL, &peerres)) != 0)
sbin/ifconfig/ifpfsync.c
221
gai_strerror(ecode));
sbin/mount_nfs/mount_nfs.c
586
int ecode, speclen, remoteerr, offset, have_bracket = 0;
sbin/mount_nfs/mount_nfs.c
661
if ((ecode = getaddrinfo(hostp, portspec, &hints,
sbin/mount_nfs/mount_nfs.c
665
gai_strerror(ecode));
sbin/mount_nfs/mount_nfs.c
668
gai_strerror(ecode));
sbin/mount_nfs/mount_nfs.c
669
if (ecode == EAI_AGAIN &&
sbin/route/route.c
1293
int ecode;
sbin/route/route.c
1301
ecode = getaddrinfo(str, NULL, &hints, &res);
sbin/route/route.c
1302
if (ecode != 0 || res->ai_family != AF_INET6 ||
sbin/route/route.c
1304
errx(EX_OSERR, "%s: %s", str, gai_strerror(ecode));
sys/dev/ath/ath_hal/ah.c
238
ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode)
sys/dev/ath/ath_hal/ah.c
253
*ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ah_internal.h
122
HAL_BOOL (*attach)(struct ath_hal *ah, HAL_STATUS *ecode);
sys/dev/ath/ath_hal/ah_internal.h
135
struct ath_hal_rf *ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
196
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
208
ecode = HAL_ENOMEM;
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
236
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
261
ecode = ath_hal_v1EepromAttach(ah);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
262
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
265
ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
266
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
273
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
274
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
297
*status = ecode;
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
102
ecode = HAL_EINVAL;
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
111
ecode = HAL_EEWRITE;
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
114
ecode = HAL_EIO; /* disallow all writes */
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
117
*status = ecode;
sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
99
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
302
*status = ecode;
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
76
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
80
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
216
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
226
ecode = HAL_ENOMEM;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
253
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
273
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
282
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
300
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
309
ecode = HAL_EESIZE;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
312
ecode = ath_hal_legacyEepromAttach(ah);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
313
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
333
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
340
ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
341
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
358
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
359
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
372
*status = ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
102
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
105
ecode = HAL_EINVAL;
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
114
ecode = HAL_EEWRITE;
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
126
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
129
*status = ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
162
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
166
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
548
*status = ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
331
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
350
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
364
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
374
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
388
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
405
rf = ath_hal_rfprobe(ah, &ecode);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
456
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
465
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
476
ecode = HAL_EESIZE;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
485
ecode = HAL_EESIZE;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
491
ecode = HAL_EESIZE;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
494
ecode = ath_hal_legacyEepromAttach(ah);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
495
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
521
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
526
ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
527
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
542
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
546
if (!rf->attach(ah, &ecode)) {
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
548
__func__, ecode);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
560
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
561
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
581
*status = ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
102
*status = ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
80
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
83
ecode = HAL_EINVAL;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
87
ecode = HAL_EEWRITE;
sys/dev/ath/ath_hal/ar5212/ar5212_misc.c
99
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
124
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
134
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
700
OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
702
*status = ecode;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
130
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
167
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
176
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
189
rf = ath_hal_rfprobe(ah, &ecode);
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
198
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
202
ecode = ath_hal_legacyEepromAttach(ah);
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
203
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
229
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
234
ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
235
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
251
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
255
if (!rf->attach(ah, &ecode)) {
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
257
__func__, ecode);
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
268
ecode = HAL_EEBADMAC;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
282
*status = ecode;
sys/dev/ath/ath_hal/ar5312/ar5312_attach.c
72
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
105
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
570
OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
572
*status = ecode;
sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
96
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
306
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
330
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
336
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
373
ecode = ath_hal_v14EepromAttach(ah);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
374
if (ecode != HAL_OK)
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
380
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
389
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
425
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
434
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
438
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
439
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
460
rfStatus = ar2133RfAttach(ah, &ecode);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
463
__func__, ecode);
sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
485
*status = ecode;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
474
OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
476
*status = ecode;
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
83
#define FAIL(_code) do { ecode = _code; goto bad; } while (0)
sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
89
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
124
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
156
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
163
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
194
ecode = ath_hal_v14EepromAttach(ah);
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
195
if (ecode != HAL_OK)
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
203
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
212
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
239
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
243
rfStatus = ar2133RfAttach(ah, &ecode);
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
246
__func__, ecode);
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
254
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
258
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
259
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar9001/ar9160_attach.c
299
*status = ecode;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
158
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
218
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
225
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
256
ecode = ath_hal_v14EepromAttach(ah);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
257
if (ecode != HAL_OK)
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
262
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
271
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
298
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
302
rfStatus = ar9280RfAttach(ah, &ecode);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
305
__func__, ecode);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
317
ecode = ath_hal_eepromGet(ah, AR_EEP_PWDCLKIND, &pwr);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
318
if (AR_SREV_MERLIN_20_OR_LATER(ah) && ecode == HAL_OK && pwr == 0) {
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
376
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
380
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
381
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar9002/ar9280_attach.c
421
*status = ecode;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
143
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
204
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
211
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
246
ecode = ath_hal_v4kEepromAttach(ah);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
247
if (ecode != HAL_OK)
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
253
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
262
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
289
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
293
rfStatus = ar9285RfAttach(ah, &ecode);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
296
__func__, ecode);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
333
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
353
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
354
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar9002/ar9285_attach.c
395
*status = ecode;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
121
HAL_STATUS ecode;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
185
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
192
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
210
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
238
ecode = ath_hal_9287EepromAttach(ah);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
239
if (ecode != HAL_OK)
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
244
ecode = HAL_EIO;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
253
ecode = HAL_ESELFTEST;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
280
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
284
rfStatus = ar9287RfAttach(ah, &ecode);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
287
__func__, ecode);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
298
ecode = HAL_ENOTSUPP;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
321
ecode = HAL_EEREAD;
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
325
ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
326
if (ecode != HAL_OK) {
sys/dev/ath/ath_hal/ar9002/ar9287_attach.c
365
*status = ecode;
sys/dev/cxgbe/iw_cxgbe/cm.c
2148
attrs.ecode = MPA_NOMATCH_RTR;
sys/dev/cxgbe/iw_cxgbe/cm.c
2170
attrs.ecode = MPA_INSUFF_IRD;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
469
u8 ecode;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
708
u8 ecode;
sys/dev/cxgbe/iw_cxgbe/qp.c
1009
*ecode = RDMAP_CANT_INV_STAG;
sys/dev/cxgbe/iw_cxgbe/qp.c
1012
*ecode = RDMAP_INV_STAG;
sys/dev/cxgbe/iw_cxgbe/qp.c
1019
*ecode = RDMAP_CANT_INV_STAG;
sys/dev/cxgbe/iw_cxgbe/qp.c
1021
*ecode = RDMAP_STAG_NOT_ASSOC;
sys/dev/cxgbe/iw_cxgbe/qp.c
1025
*ecode = RDMAP_STAG_NOT_ASSOC;
sys/dev/cxgbe/iw_cxgbe/qp.c
1029
*ecode = RDMAP_ACC_VIOL;
sys/dev/cxgbe/iw_cxgbe/qp.c
1033
*ecode = RDMAP_TO_WRAP;
sys/dev/cxgbe/iw_cxgbe/qp.c
1038
*ecode = DDPT_BASE_BOUNDS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1041
*ecode = RDMAP_BASE_BOUNDS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1047
*ecode = RDMAP_CANT_INV_STAG;
sys/dev/cxgbe/iw_cxgbe/qp.c
1053
*ecode = 0;
sys/dev/cxgbe/iw_cxgbe/qp.c
1057
*ecode = DDPU_INV_MSN_NOBUF;
sys/dev/cxgbe/iw_cxgbe/qp.c
1061
*ecode = DDPT_BASE_BOUNDS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1065
*ecode = MPA_CRC_ERR;
sys/dev/cxgbe/iw_cxgbe/qp.c
1069
*ecode = MPA_MARKER_ERR;
sys/dev/cxgbe/iw_cxgbe/qp.c
1073
*ecode = DDPU_MSG_TOOBIG;
sys/dev/cxgbe/iw_cxgbe/qp.c
1078
*ecode = DDPT_INV_VERS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1081
*ecode = DDPU_INV_VERS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1086
*ecode = RDMAP_INV_VERS;
sys/dev/cxgbe/iw_cxgbe/qp.c
1090
*ecode = RDMAP_INV_OPCODE;
sys/dev/cxgbe/iw_cxgbe/qp.c
1094
*ecode = DDPU_INV_QN;
sys/dev/cxgbe/iw_cxgbe/qp.c
1101
*ecode = DDPU_INV_MSN_RANGE;
sys/dev/cxgbe/iw_cxgbe/qp.c
1105
*ecode = 0;
sys/dev/cxgbe/iw_cxgbe/qp.c
1109
*ecode = DDPU_INV_MO;
sys/dev/cxgbe/iw_cxgbe/qp.c
1113
*ecode = 0;
sys/dev/cxgbe/iw_cxgbe/qp.c
1149
term->ecode = qhp->attr.ecode;
sys/dev/cxgbe/iw_cxgbe/qp.c
1151
build_term_codes(err_cqe, &term->layer_etype, &term->ecode);
sys/dev/cxgbe/iw_cxgbe/qp.c
1563
qhp->attr.ecode = attrs->ecode;
sys/dev/cxgbe/iw_cxgbe/qp.c
983
u8 *ecode)
sys/dev/cxgbe/iw_cxgbe/qp.c
993
*ecode = 0;
sys/fs/p9fs/p9_client.c
207
int ecode;
sys/fs/p9fs/p9_client.c
227
error = p9_buf_readf(req->rc, c->proto_version, "s?d", &ename, &ecode);
sys/fs/p9fs/p9_client.c
229
error = p9_buf_readf(req->rc, c->proto_version, "d", &ecode);
sys/fs/p9fs/p9_client.c
237
error = ecode;
sys/kern/kern_kthread.c
156
kproc_exit(int ecode)
sys/kern/kern_kthread.c
180
exit1(td, ecode, 0);
usr.sbin/cron/lib/entry.c
109
ecode_e ecode = e_none;
usr.sbin/cron/lib/entry.c
226
ecode = e_timespec;
usr.sbin/cron/lib/entry.c
234
ecode = e_cmd;
usr.sbin/cron/lib/entry.c
244
ecode = e_minute;
usr.sbin/cron/lib/entry.c
254
ecode = e_hour;
usr.sbin/cron/lib/entry.c
266
ecode = e_dom;
usr.sbin/cron/lib/entry.c
276
ecode = e_month;
usr.sbin/cron/lib/entry.c
288
ecode = e_dow;
usr.sbin/cron/lib/entry.c
315
ecode = e_cmd;
usr.sbin/cron/lib/entry.c
334
ecode = e_mem;
usr.sbin/cron/lib/entry.c
338
ecode = e_class;
usr.sbin/cron/lib/entry.c
347
ecode = e_group;
usr.sbin/cron/lib/entry.c
354
ecode = e_username;
usr.sbin/cron/lib/entry.c
367
ecode = e_username;
usr.sbin/cron/lib/entry.c
382
ecode = e_mem;
usr.sbin/cron/lib/entry.c
391
ecode = e_mem;
usr.sbin/cron/lib/entry.c
407
ecode = e_mem;
usr.sbin/cron/lib/entry.c
419
ecode = e_mem;
usr.sbin/cron/lib/entry.c
430
ecode = e_mem;
usr.sbin/cron/lib/entry.c
447
ecode = e_option;
usr.sbin/cron/lib/entry.c
457
ecode = e_option;
usr.sbin/cron/lib/entry.c
464
ecode = e_option;
usr.sbin/cron/lib/entry.c
469
ecode = e_option;
usr.sbin/cron/lib/entry.c
475
ecode = e_cmd;
usr.sbin/cron/lib/entry.c
493
ecode = e_cmd;
usr.sbin/cron/lib/entry.c
502
ecode = e_mem;
usr.sbin/cron/lib/entry.c
513
if (ecode != e_none && error_func)
usr.sbin/cron/lib/entry.c
514
(*error_func)(ecodes[(int)ecode]);
usr.sbin/mountd/mountd.c
3042
int ecode;
usr.sbin/mountd/mountd.c
3052
ecode = getaddrinfo(cp, NULL, &hints, &ai);
usr.sbin/mountd/mountd.c
3053
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
1221
int ecode;
usr.sbin/nfsd/nfsd.c
1320
ecode = getaddrinfo(cp, NULL, &hints, &ai_tcp);
usr.sbin/nfsd/nfsd.c
1321
if (ecode != 0)
usr.sbin/nfsd/nfsd.c
1323
gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
160
int udpflag, ecode, error, s;
usr.sbin/nfsd/nfsd.c
333
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
usr.sbin/nfsd/nfsd.c
334
if (ecode != 0)
usr.sbin/nfsd/nfsd.c
335
err(1, "getaddrinfo udp: %s", gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
357
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
usr.sbin/nfsd/nfsd.c
358
if (ecode != 0)
usr.sbin/nfsd/nfsd.c
359
err(1, "getaddrinfo udp6: %s", gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
381
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
usr.sbin/nfsd/nfsd.c
382
if (ecode != 0)
usr.sbin/nfsd/nfsd.c
383
err(1, "getaddrinfo tcp: %s", gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
405
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
usr.sbin/nfsd/nfsd.c
406
if (ecode != 0)
usr.sbin/nfsd/nfsd.c
407
err(1, "getaddrinfo tcp6: %s", gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
567
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
usr.sbin/nfsd/nfsd.c
568
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
570
gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
647
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
usr.sbin/nfsd/nfsd.c
648
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
650
gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
724
ecode = getaddrinfo(NULL, "nfs", &hints,
usr.sbin/nfsd/nfsd.c
726
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
728
gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
809
ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp6);
usr.sbin/nfsd/nfsd.c
810
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
812
gai_strerror(ecode));
usr.sbin/nfsd/nfsd.c
904
int ecode;
usr.sbin/nfsd/nfsd.c
938
ecode = getaddrinfo(hostptr, "nfs", &hints, ai);
usr.sbin/nfsd/nfsd.c
939
if (ecode != 0) {
usr.sbin/nfsd/nfsd.c
941
gai_strerror(ecode));
usr.sbin/rpcbind/util.c
325
int ecode;
usr.sbin/rpcbind/util.c
330
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rpcbind/util.c
333
gai_strerror(ecode));
usr.sbin/rpcbind/util.c
347
if ((ecode = getaddrinfo(NULL, "sunrpc", &hints, &res))) {
usr.sbin/rpcbind/util.c
350
gai_strerror(ecode));