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

123

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Src/
H A Dgai_strerror.c76 WSAAPI gai_strerrorA(int ecode) argument
78 if (ecode >= 0 && ecode < EAI_MAX)
79 return ai_errlist[ecode];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/irs/
H A Dgai_strerror.c45 * The message invalid error code is returned if ecode is out of range.
83 gai_strerror(int ecode) { argument
89 if ((ecode < 0) ||
90 (ecode >= (int)(sizeof(gai_messages)/sizeof(*gai_messages))))
93 ptr.const_ptr = gai_messages[ecode];
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dgai_strerror.c39 * The message invalid error code is returned if ecode is out of range.
73 lwres_gai_strerror(int ecode) { argument
79 if ((ecode < 0) ||
80 (ecode >= (int)(sizeof(gai_messages)/sizeof(*gai_messages))))
83 ptr.const_ptr = gai_messages[ecode];
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/bin/ksh/
H A Dsiglist.sh15 ecode=1
17 trap 'rm -f $in $out; trap 0; exit $ecode' $trapsigs
44 ecode=0
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgai_strerror.c68 gai_strerror(int ecode) argument
73 if (g->code == ecode)
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/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...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.sbin/nfsd/
H A Dnfsd.c150 int tp4cnt, tp4flag, tpipcnt, tpipflag, udpflag, ecode, s; local
231 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
232 if (ecode != 0) {
234 gai_strerror(ecode));
257 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
258 if (ecode != 0) {
260 gai_strerror(ecode));
283 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
284 if (ecode != 0) {
286 gai_strerror(ecode));
[all...]
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dnfsd.c155 int tp4cnt, tp4flag, tpipcnt, tpipflag, udpflag, ecode, s; local
242 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp);
243 if (ecode != 0) {
245 gai_strerror(ecode));
268 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_tcp);
269 if (ecode != 0) {
271 gai_strerror(ecode));
294 ecode = getaddrinfo(NULL, "nfs", &hints, &ai_udp6);
295 if (ecode != 0) {
297 gai_strerror(ecode));
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dgetaddrinfo.h91 extern const char *gai_strerror (int ecode);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp97 const int ecode = atf_libc_error_code(err); local
100 throw atf::system_error("XXX", msg, ecode);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dntp_rfc2553.c322 gai_strerror(int ecode) argument
324 if (ecode < 0 || ecode > EAI_MAX)
325 ecode = EAI_MAX;
326 return ai_errlist[ecode];
/netbsd-6-1-5-RELEASE/sbin/mount_nfs/
H A Dgetnfsargs_small.c186 int ecode; local
209 if ((ecode = getaddrinfo(hostp, "nfs", &hints, &ai_nfs)) != 0) {
211 gai_strerror(ecode));
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_kthread.c163 kthread_exit(int ecode) argument
169 if (ecode != 0) {
173 name, l->l_lid, ecode);
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.sbin/pppd/pppd/
H A Dtdb.c118 tdb->ecode = TDB_ERR_LOCK;
158 tdb->ecode = TDB_ERR_LOCK;
209 tdb->ecode = TDB_ERR_IO;
243 tdb->ecode = TDB_ERR_IO;
263 tdb->ecode = TDB_ERR_IO;
279 tdb->ecode = TDB_ERR_OOM;
318 tdb->ecode = TDB_ERR_CORRUPT;
515 tdb->ecode = TDB_ERR_IO;
526 tdb->ecode = TDB_ERR_IO;
534 tdb->ecode
604 enum TDB_ERROR ecode; member in struct:__anon10045
[all...]
H A Dtdb.h46 int ecode; /* error code for last tdb error */ member in struct:__anon10047

Completed in 199 milliseconds

123