Symbol: HAL_BOOL
usr/src/uts/common/io/ath/ath_aux.c
298
ath_getchannels(ath_t *asc, uint32_t cc, HAL_BOOL outdoor, HAL_BOOL xchanmode)
usr/src/uts/common/io/ath/ath_aux.h
56
HAL_BOOL outdoor, HAL_BOOL xchanmode);
usr/src/uts/common/io/ath/ath_hal.h
1001
HAL_BOOL (*ah_resetKeyCacheEntry) (struct ath_hal *, uint16_t);
usr/src/uts/common/io/ath/ath_hal.h
1002
HAL_BOOL (*ah_isKeyCacheEntryValid) (struct ath_hal *, uint16_t);
usr/src/uts/common/io/ath/ath_hal.h
1003
HAL_BOOL (*ah_setKeyCacheEntry) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
1006
HAL_BOOL (*ah_setKeyCacheEntryMac) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
1010
HAL_BOOL (*ah_setPowerMode) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
1026
HAL_BOOL (*ah_isInterruptPending) (struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
1027
HAL_BOOL (*ah_getPendingInterrupts) (struct ath_hal *, HAL_INT *);
usr/src/uts/common/io/ath/ath_hal.h
1060
extern HAL_BOOL ath_hal_setvendor(struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
1073
extern HAL_BOOL ath_hal_init_channels(struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
1077
HAL_BOOL enableOutdoor, HAL_BOOL enableExtendedChannels);
usr/src/uts/common/io/ath/ath_hal.h
1095
uint16_t rateix, HAL_BOOL shortPreamble);
usr/src/uts/common/io/ath/ath_hal.h
1100
extern HAL_BOOL ath_hal_ispublicsafetysku(struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
1105
extern HAL_BOOL ath_hal_isgsmsku(struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
877
HAL_BOOL (*ah_reset) (struct ath_hal *, HAL_OPMODE,
usr/src/uts/common/io/ath/ath_hal.h
878
HAL_CHANNEL *, HAL_BOOL bChannelChange,
usr/src/uts/common/io/ath/ath_hal.h
880
HAL_BOOL (*ah_phyDisable) (struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
881
HAL_BOOL (*ah_disable) (struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
883
HAL_BOOL (*ah_perCalibration) (struct ath_hal *, HAL_CHANNEL *,
usr/src/uts/common/io/ath/ath_hal.h
884
HAL_BOOL *);
usr/src/uts/common/io/ath/ath_hal.h
885
HAL_BOOL (*ah_setTxPowerLimit)(struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
888
HAL_BOOL (*ah_radarWait)(struct ath_hal *, HAL_CHANNEL *);
usr/src/uts/common/io/ath/ath_hal.h
891
HAL_BOOL (*ah_updateTxTrigLevel) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
892
HAL_BOOL incTrigLevel);
usr/src/uts/common/io/ath/ath_hal.h
895
HAL_BOOL (*ah_setTxQueueProps) (struct ath_hal *, int q,
usr/src/uts/common/io/ath/ath_hal.h
897
HAL_BOOL (*ah_getTxQueueProps)(struct ath_hal *, int q,
usr/src/uts/common/io/ath/ath_hal.h
899
HAL_BOOL (*ah_releaseTxQueue) (struct ath_hal *ah, uint32_t q);
usr/src/uts/common/io/ath/ath_hal.h
900
HAL_BOOL (*ah_resetTxQueue) (struct ath_hal *ah, uint32_t q);
usr/src/uts/common/io/ath/ath_hal.h
902
HAL_BOOL (*ah_setTxDP) (struct ath_hal *, uint32_t, uint32_t txdp);
usr/src/uts/common/io/ath/ath_hal.h
904
HAL_BOOL (*ah_startTxDma) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
905
HAL_BOOL (*ah_stopTxDma) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
906
HAL_BOOL (*ah_setupTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
915
HAL_BOOL (*ah_setupXTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
919
HAL_BOOL (*ah_fillTxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
920
uint32_t segLen, HAL_BOOL firstSeg,
usr/src/uts/common/io/ath/ath_hal.h
921
HAL_BOOL lastSeg, const struct ath_desc *);
usr/src/uts/common/io/ath/ath_hal.h
931
HAL_BOOL (*ah_stopDmaReceive) (struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
936
HAL_BOOL (*ah_setMulticastFilterIndex) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
938
HAL_BOOL (*ah_clrMulticastFilterIndex) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
942
HAL_BOOL (*ah_setupRxDesc) (struct ath_hal *, struct ath_desc *,
usr/src/uts/common/io/ath/ath_hal.h
956
HAL_BOOL (*ah_setCapability) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
959
HAL_BOOL (*ah_getDiagState) (struct ath_hal *, int request,
usr/src/uts/common/io/ath/ath_hal.h
963
HAL_BOOL (*ah_setMacAddress) (struct ath_hal *, const uint8_t *);
usr/src/uts/common/io/ath/ath_hal.h
965
HAL_BOOL (*ah_setBssIdMask)(struct ath_hal *, const uint8_t *);
usr/src/uts/common/io/ath/ath_hal.h
966
HAL_BOOL (*ah_setRegulatoryDomain) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
971
HAL_BOOL (*ah_gpioCfgOutput) (struct ath_hal *, uint32_t gpio);
usr/src/uts/common/io/ath/ath_hal.h
972
HAL_BOOL (*ah_gpioCfgInput) (struct ath_hal *, uint32_t gpio);
usr/src/uts/common/io/ath/ath_hal.h
974
HAL_BOOL (*ah_gpioSet) (struct ath_hal *,
usr/src/uts/common/io/ath/ath_hal.h
980
HAL_BOOL (*ah_detectCardPresent) (struct ath_hal *);
usr/src/uts/common/io/ath/ath_hal.h
986
HAL_BOOL (*ah_setAntennaSwitch) (struct ath_hal *, HAL_ANT_SETTING);
usr/src/uts/common/io/ath/ath_hal.h
987
HAL_BOOL (*ah_setSifsTime) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
989
HAL_BOOL (*ah_setSlotTime) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
991
HAL_BOOL (*ah_setAckTimeout) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
993
HAL_BOOL (*ah_setAckCTSRate) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
995
HAL_BOOL (*ah_setCTSTimeout) (struct ath_hal *, uint32_t);
usr/src/uts/common/io/ath/ath_hal.h
997
HAL_BOOL (*ah_setDecompMask)(struct ath_hal *, uint16_t, int);
usr/src/uts/common/io/ath/ath_main.c
1379
HAL_BOOL iqcaldone;
usr/src/uts/common/io/ath/ath_main.c
682
HAL_BOOL shortPreamble;