Searched defs:ch2 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.c685 pcol(int ch1, int ch2) argument
690 ch2 &= 0377;
691 if (ch1 == ch2)
692 ch2 = 0;
693 for (; ch1 != 0 || ch2 != 0; ch1 = ch2, ch2 = 0) {
712 if (ch2 != 0) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h210 struct iwk_eep_calib_channel_info ch2; member in struct:iwk_eep_calib_subband_info
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1448 char *ch1, *ch2; local
1458 ((ch2 = strrchr(dev2, ',')) != NULL)) {
1459 *ch1 = *ch2 = '\0';
1470 ((ch2 = strrchr(dev2, 's')) != NULL)) {
1471 *ch1 = *ch2 = '\0';

Completed in 67 milliseconds