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

12

/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Src/
H A Dgai_strerror.c71 WSAAPI gai_strerrorA(int ecode) argument
73 if (ecode >= 0 && ecode < EAI_MAX)
74 return ai_errlist[ecode];
H A Dgetaddrinfo.c256 gai_strerror(ecode)
257 int ecode;
259 if (ecode < 0 || ecode > EAI_MAX)
260 ecode = EAI_MAX;
261 return ai_errlist[ecode];
/haiku-fatelf/src/kits/network/libbind/irs/
H A Dgai_strerror.c50 gai_strerror(int ecode) { argument
63 if (ecode >= 0 && ecode < (gai_nerr - 1))
64 return (gai_errlist[ecode]);
96 sprintf(buf, "%s: %d", gai_errlist[gai_nerr - 1], ecode);
H A Dgetaddrinfo.c277 gai_strerror(ecode)
278 int ecode;
280 if (ecode < 0 || ecode > EAI_MAX)
281 ecode = EAI_MAX;
282 return ai_errlist[ecode];
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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...]
H A Dar5312_reset.c94 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
103 HAL_STATUS ecode; local
568 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
570 *status = ecode;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c78 HAL_STATUS ecode; local
134 ecode = HAL_EIO;
141 ecode = HAL_EIO;
168 ecode = ath_hal_v14EepromAttach(ah);
169 if (ecode != HAL_OK)
174 ecode = HAL_EIO;
183 ecode = HAL_ESELFTEST;
210 ecode = HAL_ENOTSUPP;
214 rfStatus = ar2133RfAttach(ah, &ecode);
217 __func__, ecode);
[all...]
H A Dar9160_attach.c123 HAL_STATUS ecode; local
155 ecode = HAL_EIO;
162 ecode = HAL_EIO;
193 ecode = ath_hal_v14EepromAttach(ah);
194 if (ecode != HAL_OK)
202 ecode = HAL_EIO;
211 ecode = HAL_ESELFTEST;
238 ecode = HAL_ENOTSUPP;
242 rfStatus = ar2133RfAttach(ah, &ecode);
245 __func__, ecode);
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c118 HAL_STATUS ecode; local
175 ecode = HAL_EIO;
182 ecode = HAL_EIO;
200 ecode = HAL_EIO;
228 ecode = ath_hal_9287EepromAttach(ah);
229 if (ecode != HAL_OK)
234 ecode = HAL_EIO;
243 ecode = HAL_ESELFTEST;
270 ecode = HAL_ENOTSUPP;
274 rfStatus = ar9287RfAttach(ah, &ecode);
[all...]
H A Dar9285_attach.c118 HAL_STATUS ecode; local
163 ecode = HAL_EIO;
170 ecode = HAL_EIO;
205 ecode = ath_hal_v4kEepromAttach(ah);
206 if (ecode != HAL_OK)
212 ecode = HAL_EIO;
221 ecode = HAL_ESELFTEST;
248 ecode = HAL_ENOTSUPP;
252 rfStatus = ar9285RfAttach(ah, &ecode);
255 __func__, ecode);
[all...]
H A Dar9280_attach.c151 HAL_STATUS ecode; local
198 ecode = HAL_EIO;
205 ecode = HAL_EIO;
236 ecode = ath_hal_v14EepromAttach(ah);
237 if (ecode != HAL_OK)
242 ecode = HAL_EIO;
251 ecode = HAL_ESELFTEST;
278 ecode = HAL_ENOTSUPP;
282 rfStatus = ar9280RfAttach(ah, &ecode);
285 __func__, ecode);
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c202 HAL_STATUS ecode; local
212 ecode = HAL_ENOMEM;
239 ecode = HAL_EIO;
259 ecode = HAL_ENOTSUPP;
268 ecode = HAL_ESELFTEST;
286 ecode = HAL_ENOTSUPP;
295 ecode = HAL_EESIZE;
298 ecode = ath_hal_legacyEepromAttach(ah);
299 if (ecode != HAL_OK) {
319 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;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c182 HAL_STATUS ecode; local
194 ecode = HAL_ENOMEM;
222 ecode = HAL_EIO;
247 ecode = ath_hal_v1EepromAttach(ah);
248 if (ecode != HAL_OK) {
251 ecode = ath_hal_eepromGet(ah, AR_EEP_REGDMN_0, &eeval);
252 if (ecode != HAL_OK) {
259 ecode = ath_hal_eepromGet(ah, AR_EEP_MACADDR, ahp->ah_macaddr);
260 if (ecode != HAL_OK) {
283 *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;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c320 HAL_STATUS ecode; local
339 ecode = HAL_EIO;
353 ecode = HAL_ENOTSUPP;
363 ecode = HAL_EIO;
377 ecode = HAL_ESELFTEST;
394 rf = ath_hal_rfprobe(ah, &ecode);
445 ecode = HAL_ENOTSUPP;
454 ecode = HAL_ENOTSUPP;
465 ecode = HAL_EESIZE;
474 ecode
[all...]
H A Dar5212_misc.c80 HAL_STATUS ecode; local
83 ecode = HAL_EINVAL;
87 ecode = HAL_EEWRITE;
99 ecode = HAL_EIO;
102 *status = ecode;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dnetdb.h175 extern const char *gai_strerror (int ecode);
H A Dnetdb.in.h164 extern const char *gai_strerror (int ecode);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c246 HAL_STATUS ecode; local
270 ecode = HAL_EIO;
276 ecode = HAL_EIO;
318 ecode = ath_hal_v14EepromAttach(ah);
319 if (ecode != HAL_OK)
325 ecode = HAL_EIO;
334 ecode = HAL_ESELFTEST;
370 ecode = HAL_ENOTSUPP;
379 ecode = HAL_EEREAD;
383 ecode
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-smb.c965 int ecode; local
973 ecode = data[4];
976 switch (ecode) {
990 printf("Unspecified error 0x%X", ecode);
1038 int ecode; local
1046 ecode = origdata[4];
1047 switch (ecode) {
1061 printf("Unspecified error 0x%X\n", ecode);
/haiku-fatelf/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp111 switch (event->ecode) {
149 switch (event->ecode) {
281 switch (event->ecode) {
291 request = FindPetition(event->ecode, commandComplete->opcode,
309 request = FindPetition(event->ecode, commandStatus->opcode,
318 BluetoothEvent(event->ecode));
320 request = FindPetition(event->ecode);
330 BluetoothEvent(event->ecode));
/haiku-fatelf/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp97 switch (outgoingEvent->ecode) {
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dgetaddrinfo.c252 gai_strerror(ecode)
253 int ecode;
255 if (ecode < 0 || ecode > EAI_MAX)
256 ecode = EAI_MAX;
257 return ai_errlist[ecode];
/haiku-fatelf/headers/os/bluetooth/HCI/
H A DbtHCI_event.h15 uint8 ecode; member in struct:hci_event_header

Completed in 122 milliseconds

12