Searched refs:ich (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwmethods.h7 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
H A Dfwmpegts.c152 mpegtsrecv(int d, const char *filename, char ich, int count) argument
183 isoreq.ch = ich & 0x3f;
184 isoreq.tag = (ich >> 6) & 3;
H A Dfwdv.c95 dvrecv(int d, const char *filename, char ich, int count) argument
129 isoreq.ch = ich & 0x3f;
130 isoreq.tag = (ich >> 6) & 3;
256 dvsend(int d, const char *filename, char ich, int count) argument
287 isoreq.ch = ich & 0x3f;
288 isoreq.tag = (ich >> 6) & 3;
298 pkt->mode.stream.chtag = ich;
H A Dfwcontrol.c665 detect_recv_fn(int fd, char ich) argument
687 isoreq.ch = ich & 0x3f;
688 isoreq.tag = (ich >> 6) & 3;
/freebsd-9.3-release/sys/modules/sound/driver/ich/
H A DMakefile6 SRCS += ich.c
/freebsd-9.3-release/sys/dev/ichwd/
H A Dichwd.c370 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
372 pci_write_config(sc->ich, ICH_GEN_STA, status, 1);
373 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
422 device_t ich = NULL; local
426 if ((ich = pci_find_device(VENDORID_INTEL, id->device)) != NULL)
429 if (ich == NULL)
432 ichwd_verbose_printf(ich, "found ICH%d or equivalent chipset: %s\n",
438 return (ich);
449 device_t ich = NULL; local
454 ich
493 device_t ich; local
591 device_t ich = NULL; local
[all...]
H A Dichwd.h42 device_t ich; member in struct:ichwd_softc
/freebsd-9.3-release/usr.bin/lex/
H A Decs.c39 int i, ich, newlen, cclp, ccls, cclmec; local
55 ich = ccltbl[cclp + ccls];
56 cclmec = ecgroup[ich];
H A Ddfa.c1019 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1071 ich = ccltbl[cclp + k];
1073 if ( ich == 0 )
1074 ich = NUL_ec;
1076 for ( ++j; j < ich; ++j )
1087 ich = ccltbl[cclp + k];
1089 if ( ich == 0 )
1090 ich = NUL_ec;
1092 symlist[ich] = 1;
/freebsd-9.3-release/sys/modules/sound/driver/
H A DMakefile9 SUBDIR+= envy24 envy24ht es137x ess fm801 hda hdspe ich maestro
/freebsd-9.3-release/usr.bin/paste/
H A Dpaste.c133 wint_t ich; local
165 if ((ich = getwc(lp->fp)) == WEOF) {
185 if (ich == '\n')
188 putwchar(ich);
189 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n');
/freebsd-9.3-release/sys/dev/fxp/
H A Dif_fxpvar.h148 uint8_t ich; member in struct:fxp_ident
H A Dif_fxp.c508 if (sc->ident->ich > 0) {
572 if ((sc->ident->ich >= 2 && sc->ident->ich <= 3) ||
573 (sc->ident->ich == 0 && sc->revision >= FXP_REV_82559_A0)) {
2323 if (sc->ident->ich == 0) {
/freebsd-9.3-release/contrib/ncurses/misc/
H A Demx.src514 ich=\E[%p1%d@,
600 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
601 ich@,
H A Dterminfo.src359 dch1=\E[P, ich=\E[%p1%d@, ich1=\E[@, rmir=\E6, smir=\E6,
458 hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, il=\E[%p1%dL,
534 # <cuf1>, <cud1> and <cub1>. Also deleted <ich> and <ich1>, as QModem up to
575 ich=\E[%p1%d@, il=\E[%p1%dL, indn=\E[%p1%dS, kbs=^H,
672 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
722 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
774 linux-nic|linux with ich/ich1 suppressed for non-curses programs,
775 ich@, ich1@, use=linux,
880 home=\E[H, hpa=\E[%i%p1%dG, ht=^I, ich=\E[%p1%d@,
949 hts=\EH, ich
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dfwohci.c1529 unsigned short tag, ich; local
1540 ich = it->flag & 0x3f;
1650 unsigned short tag, ich; local
1662 ich = ir->flag & 0x3f;
1663 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dich.c34 #include <dev/sound/pci/ich.h>
898 * The SiS 7012 register set isn't quite like the standard ich.
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin400 parm_ich ich str IC - - YB-GE insert #1 characters (P*)
H A DCaps432 parm_ich ich str IC - - YB-GE insert #1 characters (P*)
H A DCaps.aix4432 parm_ich ich str IC - - YB-GE insert #1 characters (P*)
H A DCaps.hpux11434 parm_ich ich str IC - - YB-GE insert #1 characters (P*)
H A DCaps.keys434 parm_ich ich str IC - - YB-GE insert #1 characters (P*)

Completed in 190 milliseconds