Searched refs:ch2 (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c286 # define SWAP_FLAGS(ch1, ch2) \
290 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
291 __getopt_nonoption_flags[ch2] = __tmp; \
294 # define SWAP_FLAGS(ch1, ch2)
/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
H A Diwk2.c4690 (uint32_t)sc->sc_eep_map.calib_info.band_info_tbl[ban_n].ch2.ch_num;
4707 ch2.measure[c][m]);
/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/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 2422 milliseconds