Home
last modified time | relevance | path

Searched refs:ich (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/sys/dev/ichwd/
H A Dichwd.c483 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
485 pci_write_config(sc->ich, ICH_GEN_STA, status, 1); in ichwd_clear_noreboot()
486 status = pci_read_config(sc->ich, ICH_GEN_STA, 1); in ichwd_clear_noreboot()
623 device_t ich, smb; in ichwd_identify() local
630 ich = ichwd_find_ich_lpc_bridge(parent, &id_p); in ichwd_identify()
631 if (ich == NULL) { in ichwd_identify()
641 KASSERT(id_p->tco_version >= 4 || ich != NULL, in ichwd_identify()
656 base_address = pci_read_config(ich, ICH_RCBA, 4); in ichwd_identify()
657 rc = bus_set_resource(ich, SYS_RES_MEMORY, 0, in ichwd_identify()
667 base_address = pci_read_config(ich, ICH_PBASE, 4); in ichwd_identify()
[all …]
H A Dichwd.h44 device_t ich; member
/freebsd/usr.bin/paste/
H A Dpaste.c139 wint_t ich; in parallel() local
168 if ((ich = getwc(lp->fp)) == WEOF) { in parallel()
188 if (ich == '\n') in parallel()
191 putwchar(ich); in parallel()
192 } while ((ich = getwc(lp->fp)) != WEOF && ich != '\n'); in parallel()
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c91 dvrecv(int d, const char *filename, char ich, int count) in dvrecv() argument
125 isoreq.ch = ich & 0x3f; in dvrecv()
126 isoreq.tag = (ich >> 6) & 3; in dvrecv()
252 dvsend(int d, const char *filename, char ich, int count) in dvsend() argument
283 isoreq.ch = ich & 0x3f; in dvsend()
284 isoreq.tag = (ich >> 6) & 3; in dvsend()
294 pkt->mode.stream.chtag = ich; in dvsend()
H A Dfwmpegts.c149 mpegtsrecv(int d, const char *filename, char ich, int count) in mpegtsrecv() argument
180 isoreq.ch = ich & 0x3f; in mpegtsrecv()
181 isoreq.tag = (ich >> 6) & 3; in mpegtsrecv()
H A Dfwmethods.h5 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
H A Dfwcontrol.c666 detect_recv_fn(int fd, char ich) in detect_recv_fn() argument
688 isoreq.ch = ich & 0x3f; in detect_recv_fn()
689 isoreq.tag = (ich >> 6) & 3; in detect_recv_fn()
/freebsd/contrib/flex/src/
H A Ddfa.c1006 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich; in sympartition() local
1050 ich = ccltbl[cclp + k]; in sympartition()
1052 if (ich == 0) in sympartition()
1053 ich = NUL_ec; in sympartition()
1055 for (++j; j < ich; ++j) in sympartition()
1065 ich = ccltbl[cclp + k]; in sympartition()
1067 if (ich == 0) in sympartition()
1068 ich = NUL_ec; in sympartition()
1070 symlist[ich] = 1; in sympartition()
H A Decs.c41 int i, ich, newlen, cclp, ccls, cclmec; in ccl2ecl() local
55 ich = ccltbl[cclp + ccls]; in ccl2ecl()
56 cclmec = ecgroup[ich]; in ccl2ecl()
/freebsd/sys/modules/sound/driver/ich/
H A DMakefile4 SRCS += ich.c
/freebsd/contrib/tcsh/nls/german/
H A Dset3011 9 \n%s interner Fehler: Ich weiß nicht, wonach ich suche!\n
/freebsd/sys/modules/sound/driver/
H A DMakefile7 SUBDIR+= envy24 envy24ht es137x fm801 hda hdsp hdspe ich
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Datf.terminfo12 hpa=hpa%i%p1%dX, ht=^I, hts=hts, ich=ich%p1%dX, il=il%p1%dX,
/freebsd/contrib/one-true-awk/testdir/
H A Dlatin15 Au�erdem bin ich im Ortsverband M�nchen-Ost des THW f�r die
/freebsd/sys/dev/ida/
H A Dida.c309 ida->ich.ich_func = ida_startup; in ida_setup()
310 ida->ich.ich_arg = ida; in ida_setup()
311 if (config_intrhook_establish(&ida->ich) != 0) { in ida_setup()
333 config_intrhook_disestablish(&ida->ich); in ida_startup()
H A Didavar.h145 struct intr_config_hook ich; member
/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h149 uint8_t ich; member
H A Dif_fxp.c504 if (sc->ident->ich > 0) { in fxp_attach()
567 if ((sc->ident->ich >= 2 && sc->ident->ich <= 3) || in fxp_attach()
568 (sc->ident->ich == 0 && sc->revision >= FXP_REV_82559_A0)) { in fxp_attach()
2300 if (sc->ident->ich == 0) { in fxp_init_body()
/freebsd/sys/dev/thunderbolt/
H A Dnhi.c773 sc->ich.ich_func = nhi_post_init; in nhi_init()
774 sc->ich.ich_arg = sc; in nhi_init()
775 error = config_intrhook_establish(&sc->ich); in nhi_init()
810 config_intrhook_disestablish(&sc->ich); in nhi_post_init()
H A Dnhi_var.h183 struct intr_config_hook ich; member
/freebsd/contrib/less/
H A Dline.c1583 int ich; in col_vs_pos() local
1588 ich = ch_forw_get(); in col_vs_pos()
1589 ch = (char) ich; in col_vs_pos()
1590 if (ich == EOI || ch == '\n') in col_vs_pos()
/freebsd/contrib/ncurses/misc/
H A Demx.src515 ich=\E[%p1%d@,
601 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs,
602 ich@,
H A Dterminfo.src367 dch=\E[%p1%dP, ich=\E[%p1%d@, use=ansi+idc1,
502 dispc=\E=%p1%dg, ech=\E[%p1%dX, hts=\EH, ich=\E[%p1%d@,
577 # <cuf1>, <cud1> and <cub1>. Also deleted <ich> and <ich1>, as QModem up to
614 ht=\E[I, ich=\E[%p1%d@, il=\E[%p1%dL, kcbt=\E[Z,
843 ich=\E[%p1%d@, il1=\EL, ind=\n, is2=\E<\E)0, kdch1=^?,
1110 linux-nic|Linux with ich/ich1 suppressed for non-curses programs,
1111 ich@, ich1@, use=linux,
1257 enacs=\E)0, ht=^I, ich=\E[%p1%d@, ind=\ED, is2=\Ec,
1300 el1=\E[1K, hpa=\E[%i%p1%dG, ich=\E[%p1%d@, ich1=\E[@,
1345 el1=\E[1K, flash=\Eg, ht=^I, ich=\E[%p1%d@, ind=\E[S,
[all …]
/freebsd/sys/dev/firewire/
H A Dfwohci.c1580 unsigned short tag, ich; in fwohci_irx_enable() local
1592 ich = ir->flag & 0x3f; in fwohci_irx_enable()
1593 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich); in fwohci_irx_enable()
/freebsd/contrib/ncurses/include/
H A DCaps.uwin435 parm_ich ich str IC - - YB-GE insert #1 characters (P*)

12