HomeSort by: relevance | last modified time | path
    Searched refs:ich (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/fwctl/
fwmethods.h 7 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
fwmpegts.c 141 mpegtsrecv(int d, const char *filename, char ich, int count)
172 isoreq.ch = ich & 0x3f;
173 isoreq.tag = (ich >> 6) & 3;
fwdv.c 92 dvrecv(int d, const char *filename, char ich, int count)
132 isoreq.ch = ich & 0x3f;
133 isoreq.tag = (ich >> 6) & 3;
261 dvsend(int d, const char *filename, char ich, int count)
302 isoreq.ch = ich & 0x3f;
303 isoreq.tag = (ich >> 6) & 3;
313 pkt->mode.stream.chtag = ich;
fwcontrol.c 654 detect_recv_fn(int fd, char ich)
676 isoreq.ch = ich & 0x3f;
677 isoreq.tag = (ich >> 6) & 3;
  /src/share/terminfo/
terminfo 367 dch=\E[%p1%dP, ich=\E[%p1%d@, use=ansi+idc1,
502 hpa=\E[%i%p1%dG, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
578 # <cuf1>, <cud1> and <cub1>. Also deleted <ich> and <ich1>, as QModem up to
619 ich=\E[%p1%d@, il=\E[%p1%dL, kcbt=\E[Z, kich1=\E[L,
855 hts=\EH, ich=\E[%p1%d@, il1=\EL, ind=\n, is2=\E<\E)0, kbs=^H,
956 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
1010 hpa=\E[%i%p1%dG, ht=^I, hts=\EH, ich=\E[%p1%d@, ich1=\E[@,
1136 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
1137 linux-nic|Linux with ich/ich1 suppressed for non-curses programs,
1138 ich@, ich1@, use=linux
    [all...]
  /src/usr.sbin/sysinst/arch/mac68k/
msg.md.pl 62 jako A/UX; Proces instalacji NetBSD pozwoli ci na ich zredefiniowanie
  /src/sys/arch/powerpc/pic/
intr.c 915 interrupt_distribute(void *ich, const kcpuset_t *newset, kcpuset_t *oldset)
  /src/sys/arch/powerpc/booke/
e500_intr.c 1727 interrupt_distribute(void *ich, const kcpuset_t *newset, kcpuset_t *oldset)
1732 error = interrupt_distribute_locked(ich, newset, oldset);
  /src/sys/dev/ieee1394/
fwohci.c 806 unsigned short tag, ich; local in function:fwohci_irx_enable
814 ich = ir->flag & 0x3f;
815 OWRITE(sc, OHCI_IRMATCH(dmach), tagbit[tag] | ich);

Completed in 22 milliseconds