Searched refs:c_hi (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c432 uint16_t c_hi,
448 if (!(c_lo <= c && c <= c_hi)) {
451 __func__, c, c_lo, c_hi));
763 uint16_t c, c_hi, c_lo; local
775 if (!ath9k_get_channel_edges(ah, cm->flags, &c_lo, &c_hi)) {
865 c, c_lo, c_hi,
428 ath9k_regd_add_channel( struct ath_hal *ah, uint16_t c, uint16_t c_lo, uint16_t c_hi, uint16_t maxChan, uint8_t ctl, int pos, struct regDomain rd5GHz, struct RegDmnFreqBand *fband, struct regDomain *rd, const struct cmode *cm, struct ath9k_channel *ichans, boolean_t enableExtendedChannels) argument
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1693 int c_hi = code >> 24; local
1701 isascii(c_hi) && isprint(c_hi))
1704 c_hi, c_mid, c_lo, code & 0xff);

Completed in 49 milliseconds