Searched defs:c_lo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1696 int c_lo = (code >> 8) & 0xff; local
1699 if (isascii(c_lo) && isprint(c_lo) &&
1704 c_hi, c_mid, c_lo, code & 0xff);
1705 else if (isascii(c_lo) && isprint(c_lo) &&
1708 "(('%c'<<16)|('%c'<<8)|%d)", c_mid, c_lo,
1715 code, c_mid, c_lo, code & 0xff);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c431 uint16_t c_lo,
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

Completed in 49 milliseconds