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

/freebsd-current/usr.sbin/fwcontrol/
H A Dfwmethods.h5 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
H A Dfwmpegts.c149 mpegtsrecv(int d, const char *filename, char ich, int count) argument
180 isoreq.ch = ich & 0x3f;
181 isoreq.tag = (ich >> 6) & 3;
H A Dfwdv.c91 dvrecv(int d, const char *filename, char ich, int count) argument
125 isoreq.ch = ich & 0x3f;
126 isoreq.tag = (ich >> 6) & 3;
252 dvsend(int d, const char *filename, char ich, int count) argument
283 isoreq.ch = ich & 0x3f;
284 isoreq.tag = (ich >> 6) & 3;
294 pkt->mode.stream.chtag = ich;
H A Dfwcontrol.c666 detect_recv_fn(int fd, char ich) argument
688 isoreq.ch = ich & 0x3f;
689 isoreq.tag = (ich >> 6) & 3;
/freebsd-current/sys/modules/sound/driver/ich/
H A DMakefile5 SRCS += ich.c
/freebsd-current/usr.bin/paste/
H A Dpaste.c120 wint_t ich; local
152 if ((ich = getwc(lp->fp)) == WEOF) {
172 if (ich == '\n')
175 putwchar(ich);
176 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n');
/freebsd-current/sys/modules/sound/driver/
H A DMakefile9 SUBDIR+= envy24 envy24ht es137x fm801 hda hdsp hdspe ich
/freebsd-current/contrib/flex/src/
H A Decs.c41 int i, ich, newlen, cclp, ccls, cclmec; local
55 ich = ccltbl[cclp + ccls];
56 cclmec = ecgroup[ich];
H A Ddfa.c1006 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; local
1050 ich = ccltbl[cclp + k];
1052 if (ich == 0)
1053 ich = NUL_ec;
1055 for (++j; j < ich; ++j)
1065 ich = ccltbl[cclp + k];
1067 if (ich == 0)
1068 ich = NUL_ec;
1070 symlist[ich] = 1;
/freebsd-current/sys/dev/ichwd/
H A Dichwd.c483 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
485 pci_write_config(sc->ich, ICH_GEN_STA, status, 1);
486 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
624 device_t ich, smb; local
631 ich = ichwd_find_ich_lpc_bridge(parent, &id_p);
632 if (ich == NULL) {
642 KASSERT(id_p->tco_version >= 4 || ich != NULL,
657 base_address = pci_read_config(ich, ICH_RCBA, 4);
658 rc = bus_set_resource(ich, SYS_RES_MEMORY, 0,
668 base_address = pci_read_config(ich, ICH_PBAS
826 device_t ich; local
[all...]
H A Dichwd.h44 device_t ich; member in struct:ichwd_softc
/freebsd-current/sys/dev/ida/
H A Didavar.h145 struct intr_config_hook ich; member in struct:ida_softc
H A Dida.c309 ida->ich.ich_func = ida_startup;
310 ida->ich.ich_arg = ida;
311 if (config_intrhook_establish(&ida->ich) != 0) {
333 config_intrhook_disestablish(&ida->ich);
/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h149 uint8_t ich; member in struct:fxp_ident
H A Dif_fxp.c509 if (sc->ident->ich > 0) {
573 if ((sc->ident->ich >= 2 && sc->ident->ich <= 3) ||
574 (sc->ident->ich == 0 && sc->revision >= FXP_REV_82559_A0)) {
2321 if (sc->ident->ich == 0) {
/freebsd-current/sys/dev/sound/pci/
H A Dich.c36 #include <dev/sound/pci/ich.h>
898 * The SiS 7012 register set isn't quite like the standard ich.
/freebsd-current/sys/dev/firewire/
H A Dfwohci.c1623 unsigned short tag, ich; local
1635 ich = ir->flag & 0x3f;
1636 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);

Completed in 419 milliseconds