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

/freebsd-12-stable/usr.sbin/fwcontrol/
H A Dfwmethods.h7 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
H A Dfwmpegts.c154 mpegtsrecv(int d, const char *filename, char ich, int count) argument
185 isoreq.ch = ich & 0x3f;
186 isoreq.tag = (ich >> 6) & 3;
H A Dfwdv.c97 dvrecv(int d, const char *filename, char ich, int count) argument
131 isoreq.ch = ich & 0x3f;
132 isoreq.tag = (ich >> 6) & 3;
258 dvsend(int d, const char *filename, char ich, int count) argument
289 isoreq.ch = ich & 0x3f;
290 isoreq.tag = (ich >> 6) & 3;
300 pkt->mode.stream.chtag = ich;
H A Dfwcontrol.c667 detect_recv_fn(int fd, char ich) argument
689 isoreq.ch = ich & 0x3f;
690 isoreq.tag = (ich >> 6) & 3;
/freebsd-12-stable/contrib/apr-util/xlate/
H A Dxlate.c62 iconv_t ich; member in struct:apr_xlate_t
64 apr_iconv_t ich; member in struct:apr_xlate_t
87 if (old->ich != (apr_iconv_t)-1) {
88 return apr_iconv_close(old->ich, old->pool);
92 if (old->ich != (iconv_t)-1) {
93 if (iconv_close(old->ich)) {
120 translated = iconv(convset->ich, (ICONV_INBUF_TYPE)&inbufptr,
132 iconv_close(convset->ich);
133 convset->ich = (iconv_t)-1;
140 iconv_close(convset->ich);
[all...]
/freebsd-12-stable/sys/modules/sound/driver/ich/
H A DMakefile6 SRCS += ich.c
/freebsd-12-stable/contrib/flex/
H A Decs.c41 int i, ich, newlen, cclp, ccls, cclmec; local
55 ich = ccltbl[cclp + ccls];
56 cclmec = ecgroup[ich];
H A Ddfa.c1027 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)
1086 ich = ccltbl[cclp + k];
1088 if (ich == 0)
1089 ich = NUL_ec;
1091 symlist[ich] = 1;
/freebsd-12-stable/sys/modules/sound/driver/
H A DMakefile10 SUBDIR+= envy24 envy24ht es137x ess fm801 hda hdspe ich maestro
/freebsd-12-stable/usr.bin/paste/
H A Dpaste.c135 wint_t ich; local
167 if ((ich = getwc(lp->fp)) == WEOF) {
187 if (ich == '\n')
190 putwchar(ich);
191 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n');
/freebsd-12-stable/sys/dev/ichwd/
H A Dichwd.c484 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
486 pci_write_config(sc->ich, ICH_GEN_STA, status, 1);
487 status = pci_read_config(sc->ich, ICH_GEN_STA, 1);
625 device_t ich, smb; local
632 ich = ichwd_find_ich_lpc_bridge(parent, &id_p);
633 if (ich == NULL) {
643 KASSERT(id_p->tco_version >= 4 || ich != NULL,
658 base_address = pci_read_config(ich, ICH_RCBA, 4);
659 rc = bus_set_resource(ich, SYS_RES_MEMORY, 0,
669 base_address = pci_read_config(ich, ICH_PBAS
817 device_t ich; local
[all...]
H A Dichwd.h45 device_t ich; member in struct:ichwd_softc
/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxpvar.h151 uint8_t ich; member in struct:fxp_ident
H A Dif_fxp.c514 if (sc->ident->ich > 0) {
578 if ((sc->ident->ich >= 2 && sc->ident->ich <= 3) ||
579 (sc->ident->ich == 0 && sc->revision >= FXP_REV_82559_A0)) {
2331 if (sc->ident->ich == 0) {
/freebsd-12-stable/sys/dev/ida/
H A Didavar.h147 struct intr_config_hook ich; member in struct:ida_softc
H A Dida.c311 ida->ich.ich_func = ida_startup;
312 ida->ich.ich_arg = ida;
313 if (config_intrhook_establish(&ida->ich) != 0) {
335 config_intrhook_disestablish(&ida->ich);
/freebsd-12-stable/sys/dev/firewire/
H A Dfwohci.c1506 unsigned short tag, ich; local
1517 ich = it->flag & 0x3f;
1627 unsigned short tag, ich; local
1639 ich = ir->flag & 0x3f;
1640 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);
/freebsd-12-stable/sys/dev/sound/pci/
H A Dich.c36 #include <dev/sound/pci/ich.h>
900 * The SiS 7012 register set isn't quite like the standard ich.

Completed in 214 milliseconds