HomeSort by: relevance | last modified time | path
    Searched refs:ath_hal_malloc (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.c 61 extern void *ath_hal_malloc(size_t);
140 ath_hal_malloc(size_t size) function in typeref:typename:void *
  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v1.c 180 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v1));
ah_eeprom_v14.c 321 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v14));
ah_eeprom_v4k.c 304 ee = ath_hal_malloc(sizeof(HAL_EEPROM_v4k));
ah_internal.h 568 extern void *ath_hal_malloc(size_t);
ah_eeprom_v3.c 147 data = ath_hal_malloc(
742 pCal = ath_hal_malloc(sizeof(EEPROM_DATA_STRUCT_2413));
1833 ee = ath_hal_malloc(sizeof(HAL_EEPROM));
  /src/sys/external/isc/atheros_hal/dist/ar5312/
ar5312_attach.c 77 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar9160_attach.c 108 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416));
ar9280.c 334 priv = ath_hal_malloc(sizeof(struct ar9280State));
ar9285_attach.c 95 ahp9285 = ath_hal_malloc(sizeof (struct ath_hal_9285));
ar2133.c 424 priv = ath_hal_malloc(sizeof(struct ar2133State)
ar9280_attach.c 93 ahp9280 = ath_hal_malloc(sizeof (struct ath_hal_9280));
ar5416_attach.c 210 ahp5416 = ath_hal_malloc(sizeof (struct ath_hal_5416) +
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 194 ahp = ath_hal_malloc(sizeof (struct ath_hal_5210));
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_attach.c 211 ahp = ath_hal_malloc(sizeof (struct ath_hal_5211));
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5111.c 683 priv = ath_hal_malloc(sizeof(struct ar5111State));
ar2316.c 736 priv = ath_hal_malloc(sizeof(struct ar2316State));
ar2317.c 714 priv = ath_hal_malloc(sizeof(struct ar2317State));
ar2413.c 730 priv = ath_hal_malloc(sizeof(struct ar2413State));
ar2425.c 693 priv = ath_hal_malloc(sizeof(struct ar2425State));
ar5112.c 853 priv = ath_hal_malloc(sizeof(struct ar5112State));
ar5212_attach.c 319 ahp = ath_hal_malloc(sizeof (struct ath_hal_5212));
ar5413.c 768 priv = ath_hal_malloc(sizeof(struct ar5413State));

Completed in 27 milliseconds