Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 25 of 73) sorted by relevance

123

/mirbsd/src/sys/arch/sparc/dev/
Dz8530sc.c68 zs_break(cs, set) in zs_break() argument
88 zs_iflush(cs) in zs_iflush() argument
126 zs_loadchannelregs(cs) in zs_loadchannelregs() argument
234 struct zs_chanstate *cs; local
285 struct zs_chanstate *cs; local
316 zsnull_rxint(cs) in zsnull_rxint() argument
324 zsnull_stint(cs, force) in zsnull_stint() argument
333 zsnull_txint(cs) in zsnull_txint() argument
341 zsnull_softint(cs) in zsnull_softint() argument
Dzs_kgdb.c105 zs_setparam(cs, iena, rate) in zs_setparam() argument
137 struct zs_chanstate cs; in zs_kgdb_init() local
180 zs_check_kgdb(cs, dev) in zs_check_kgdb() argument
205 zskgdb(cs) in zskgdb() argument
228 zs_kgdb_rxint(cs) in zs_kgdb_rxint() argument
253 zs_kgdb_txint(cs) in zs_kgdb_txint() argument
263 zs_kgdb_stint(cs) in zs_kgdb_stint() argument
281 zs_kgdb_softint(cs) in zs_kgdb_softint() argument
Dz8530tty.c267 struct zs_chanstate *cs; local
439 struct zs_chanstate *cs = zst->zst_cs; local
494 register struct zs_chanstate *cs; local
639 register struct zs_chanstate *cs; local
710 struct zs_chanstate *cs; local
793 struct zs_chanstate *cs; local
858 struct zs_chanstate *cs; local
887 struct zs_chanstate *cs; local
1066 struct zs_chanstate *cs = zst->zst_cs; local
1093 struct zs_chanstate *cs = zst->zst_cs; local
[all …]
Dzs.c252 struct zs_chanstate *cs; local
476 zs_get_speed(cs) in zs_get_speed() argument
490 zs_set_speed(cs, bps) in zs_set_speed() argument
523 zs_set_modes(cs, cflag) in zs_set_modes() argument
575 zs_read_reg(cs, reg) in zs_read_reg() argument
589 zs_write_reg(cs, reg, val) in zs_write_reg() argument
599 u_char zs_read_csr(cs) in zs_read_csr() argument
609 void zs_write_csr(cs, val) in zs_write_csr() argument
617 u_char zs_read_data(cs) in zs_read_data() argument
627 void zs_write_data(cs, val) in zs_write_data() argument
[all …]
Dz8530kbd.c316 struct zs_chanstate *cs; local
461 struct zs_chanstate *cs = zst->zst_cs; local
696 struct zs_chanstate *cs = zst->zst_cs; local
737 struct zs_chanstate *cs = zst->zst_cs; local
765 struct zs_chanstate *cs = zst->zst_cs; local
793 struct zs_chanstate *cs = zst->zst_cs; local
822 zskbd_rxint(cs) in zskbd_rxint() argument
900 zskbd_txint(cs) in zskbd_txint() argument
941 zskbd_stint(cs, force) in zskbd_stint() argument
1004 struct zs_chanstate *cs = zst->zst_cs; local
[all …]
/mirbsd/src/sys/dev/ic/
Dz8530sc.c71 zs_break(cs, set) in zs_break() argument
94 zs_getspeed(cs) in zs_getspeed() argument
108 zs_iflush(cs) in zs_iflush() argument
141 zs_loadchannelregs(cs) in zs_loadchannelregs() argument
279 register struct zs_chanstate *cs; local
302 zsnull_intr(cs) in zsnull_intr() argument
310 zsnull_softint(cs) in zsnull_softint() argument
Dz8530tty.c215 struct zs_chanstate *cs; local
331 register struct zs_chanstate *cs; local
435 register struct zs_chanstate *cs; local
508 register struct zs_chanstate *cs; local
578 register struct zs_chanstate *cs; local
648 register struct zs_chanstate *cs; local
682 register struct zs_chanstate *cs; local
796 struct zs_chanstate *cs; local
872 register struct zs_chanstate *cs; local
913 zstty_rxint(cs) in zstty_rxint() argument
[all …]
/mirbsd/src/sys/dev/
Dccd.c276 struct ccd_softc *cs = &ccd_softc[ccd->ccd_unit]; in ccdinit() local
495 ccdinterleave(struct ccd_softc *cs) in ccdinterleave()
601 struct ccd_softc *cs; in ccdopen() local
662 struct ccd_softc *cs; in ccdclose() local
700 struct ccd_softc *cs = &ccd_softc[unit]; in ccdstrategy() local
748 ccdstart(struct ccd_softc *cs, struct buf *bp) in ccdstart()
827 ccdbuffer(struct ccd_softc *cs, struct buf *bp, daddr_t bn, caddr_t addr, in ccdbuffer()
1006 ccdintr(struct ccd_softc *cs, struct buf *bp) in ccdintr()
1035 struct ccd_softc *cs = cbp->cb_sc; in ccdiodone() local
1130 struct ccd_softc *cs; in ccdread() local
[all …]
/mirbsd/src/usr.bin/vi/vi/
Dv_sentence.c58 VCS cs; local
198 VCS cs; local
Dv_word.c110 VCS cs; local
277 VCS cs; local
430 VCS cs; local
Dv_match.c37 VCS cs; local
/mirbsd/src/lib/libc/regex/
Dregex2.h113 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) argument
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) argument
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) argument
116 #define MCadd(p, cs, cp) mcadd(p, cs, cp) /* regcomp() internal fns */ argument
117 #define MCsub(p, cs, cp) mcsub(p, cs, cp) argument
118 #define MCin(p, cs, cp) mcin(p, cs, cp) argument
Dregcomp.c632 cset *cs; in p_bracket() local
706 p_b_term(struct parse *p, cset *cs) in p_b_term()
769 p_b_cclass(struct parse *p, cset *cs) in p_b_cclass()
802 p_b_eclass(struct parse *p, cset *cs) in p_b_eclass()
1029 cset *cs; in allocset() local
1103 freeset(struct parse *p, cset *cs) in freeset()
1125 freezeset(struct parse *p, cset *cs) in freezeset()
1156 firstch(struct parse *p, cset *cs) in firstch()
1171 nch(struct parse *p, cset *cs) in nch()
1186 mcadd(struct parse *p, cset *cs, const char *cp) in mcadd()
[all …]
/mirbsd/src/usr.bin/pmdb/
Dcore.c151 struct coreseg *cs; in core_read() local
177 struct coreseg *cs; in core_write() local
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcharset.c207 register_charset (struct charset *cs) in register_charset()
224 struct charset *cs; in lookup_charset() local
277 struct charset *cs = xmalloc (sizeof (*cs)); in simple_charset() local
939 struct charset *cs = lookup_charset (name); in lookup_charset_or_error() local
948 check_valid_host_charset (struct charset *cs) in check_valid_host_charset()
1046 struct charset *cs = lookup_charset_or_error (charset); in set_host_charset() local
1055 struct charset *cs = lookup_charset_or_error (charset); in set_target_charset() local
1068 struct charset *cs = lookup_charset_or_error (host_charset_name); in set_charset_sfunc() local
Dcoffread.c264 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) in cs_to_section()
292 cs_section_address (struct coff_symbol *cs, bfd *abfd) in cs_section_address()
682 struct coff_symbol *cs = &coff_symbol; in coff_symtab_read() local
1113 read_one_sym (struct coff_symbol *cs, in read_one_sym()
1470 process_coff_symbol (struct coff_symbol *cs, in process_coff_symbol()
1689 decode_type (struct coff_symbol *cs, unsigned int c_type, in decode_type()
1770 decode_function_type (struct coff_symbol *cs, unsigned int c_type, in decode_function_type()
1782 decode_base_type (struct coff_symbol *cs, unsigned int c_type, in decode_base_type()
/mirbsd/src/usr.sbin/ppp/ppp/
Dslcompress.c163 register struct cstate *cs = comp->last_cs->cs_next; in sl_compress_tcp() local
436 register struct cstate *cs; in sl_uncompress_tcp() local
/mirbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_seq.h1305 static struct cs { struct
1306 uint16_t begin;
1307 uint16_t end;
Daic79xx_seq.h1121 static struct cs { struct
1122 uint16_t begin;
1123 uint16_t end;
/mirbsd/src/usr.bin/vgrind/
Dregexp.c177 char *cs; /* pointer to current symbol in converted exp */ in expconv() local
348 char *cs; /* the current symbol */ in expmatch() local
/mirbsd/src/lib/libcitrus_iconv/libc/citrus/modules/
Dcitrus_euctw.c131 _citrus_EUCTW_count(int cs) in _citrus_EUCTW_count()
200 int c, cs; in _citrus_EUCTW_mbrtowc_priv() local
302 int32_t cs = (int32_t)wc & 0x7f000080; in _citrus_EUCTW_wcrtomb_priv() local
/mirbsd/src/usr.bin/oldroff/neqn/
Dtext.c53 char cs[420]; variable
/mirbsd/src/lib/libc/regex/test/
Ddebug.c110 register cset *cs; in s_print() local
/mirbsd/src/sys/net/
Dslcompress.c180 struct cstate *cs = comp->last_cs->cs_next; local
489 struct cstate *cs; local
/mirbsd/src/sys/arch/i386/i386/
Dvm86.c177 struct { u_short ip, cs; } ihand; member
289 u_long cs, ip, ss, sp; local

123