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

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c74 HAL_STATUS ecode; local
132 ecode = HAL_EIO;
169 ecode = HAL_ENOTSUPP;
178 ecode = HAL_ESELFTEST;
191 rf = ath_hal_rfprobe(ah, &ecode);
200 ecode = HAL_ENOTSUPP;
204 ecode = ath_hal_legacyEepromAttach(ah);
205 if (ecode != HAL_OK) {
231 ecode = HAL_ENOTSUPP;
236 ecode
[all...]
H A Dar5312_reset.c98 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
107 HAL_STATUS ecode; local
572 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
574 *status = ecode;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9001/
H A Dar9130_attach.c82 HAL_STATUS ecode; local
138 ecode = HAL_EIO;
145 ecode = HAL_EIO;
172 ecode = ath_hal_v14EepromAttach(ah);
173 if (ecode != HAL_OK)
178 ecode = HAL_EIO;
187 ecode = HAL_ESELFTEST;
214 ecode = HAL_ENOTSUPP;
218 rfStatus = ar2133RfAttach(ah, &ecode);
221 __func__, ecode);
[all...]
H A Dar9160_attach.c126 HAL_STATUS ecode; local
158 ecode = HAL_EIO;
165 ecode = HAL_EIO;
196 ecode = ath_hal_v14EepromAttach(ah);
197 if (ecode != HAL_OK)
205 ecode = HAL_EIO;
214 ecode = HAL_ESELFTEST;
241 ecode = HAL_ENOTSUPP;
245 rfStatus = ar2133RfAttach(ah, &ecode);
248 __func__, ecode);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c123 HAL_STATUS ecode; local
187 ecode = HAL_EIO;
194 ecode = HAL_EIO;
212 ecode = HAL_EIO;
240 ecode = ath_hal_9287EepromAttach(ah);
241 if (ecode != HAL_OK)
246 ecode = HAL_EIO;
255 ecode = HAL_ESELFTEST;
282 ecode = HAL_ENOTSUPP;
286 rfStatus = ar9287RfAttach(ah, &ecode);
[all...]
H A Dar9285_attach.c145 HAL_STATUS ecode; local
206 ecode = HAL_EIO;
213 ecode = HAL_EIO;
248 ecode = ath_hal_v4kEepromAttach(ah);
249 if (ecode != HAL_OK)
255 ecode = HAL_EIO;
264 ecode = HAL_ESELFTEST;
291 ecode = HAL_ENOTSUPP;
295 rfStatus = ar9285RfAttach(ah, &ecode);
298 __func__, ecode);
[all...]
H A Dar9280_attach.c160 HAL_STATUS ecode; local
220 ecode = HAL_EIO;
227 ecode = HAL_EIO;
258 ecode = ath_hal_v14EepromAttach(ah);
259 if (ecode != HAL_OK)
264 ecode = HAL_EIO;
273 ecode = HAL_ESELFTEST;
300 ecode = HAL_ENOTSUPP;
304 rfStatus = ar9280RfAttach(ah, &ecode);
307 __func__, ecode);
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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.c101 HAL_STATUS ecode; local
104 ecode = HAL_EINVAL;
113 ecode = HAL_EEWRITE;
116 ecode = HAL_EIO; /* disallow all writes */
119 *status = ecode;
H A Dar5210_reset.c78 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
82 HAL_STATUS ecode; local
304 *status = ecode;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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.c104 HAL_STATUS ecode; local
107 ecode = HAL_EINVAL;
116 ecode = HAL_EEWRITE;
128 ecode = HAL_EIO;
131 *status = ecode;
H A Dar5211_reset.c164 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
168 HAL_STATUS ecode; local
550 *status = ecode;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/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...]
H A Dar5212_misc.c82 HAL_STATUS ecode; local
85 ecode = HAL_EINVAL;
89 ecode = HAL_EEWRITE;
101 ecode = HAL_EIO;
104 *status = ecode;
H A Dar5212_reset.c126 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
136 HAL_STATUS ecode; local
702 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
704 *status = ecode;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c308 HAL_STATUS ecode; local
332 ecode = HAL_EIO;
338 ecode = HAL_EIO;
375 ecode = ath_hal_v14EepromAttach(ah);
376 if (ecode != HAL_OK)
382 ecode = HAL_EIO;
391 ecode = HAL_ESELFTEST;
427 ecode = HAL_ENOTSUPP;
436 ecode = HAL_EEREAD;
440 ecode
[all...]
H A Dar5416_reset.c85 #define FAIL(_code) do { ecode = _code; goto bad; } while (0)
91 HAL_STATUS ecode; local
476 OS_MARK(ah, AH_MARK_RESET_DONE, ecode);
478 *status = ecode;
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DBTCoreData.cpp45 switch (outgoingEvent->ecode) {
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp111 switch (event->ecode) {
150 switch (event->ecode) {
284 switch (event->ecode) {
293 request = FindPetition(event->ecode, commandComplete->opcode,
310 request = FindPetition(event->ecode, commandStatus->opcode,
318 TRACE_BT("LocalDeviceImpl: Incoming %s event\n", BluetoothEvent(event->ecode));
320 request = FindPetition(event->ecode);
329 BluetoothEvent(event->ecode));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c641 HAL_STATUS ecode; local
659 ecode = HAL_EIO;
711 ecode = HAL_EIO;
817 ecode = HAL_EIO;
845 ecode = HAL_ENOTSUPP;
2345 ecode = ar9300_hw_attach(ah);
2346 if (ecode != HAL_OK) {
2362 ecode = HAL_EEREAD;
2365 ecode = ar9300_init_mac_addr(ah);
2366 if (ecode !
3231 HAL_STATUS ecode; local
[all...]
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_event.h15 uint8 ecode; member in struct:hci_event_header
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_internal.h124 HAL_BOOL (*attach)(struct ath_hal *ah, HAL_STATUS *ecode);
137 struct ath_hal_rf *ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode);
H A Dah.c240 ath_hal_rfprobe(struct ath_hal *ah, HAL_STATUS *ecode) argument
255 *ecode = HAL_ENOTSUPP;
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c355 gai_strerror(int ecode) argument
357 if (ecode < 0 || ecode > EAI_MAX)
358 ecode = EAI_MAX;
359 return ai_errlist[ecode];

Completed in 186 milliseconds

12