| /mirbsd/src/sys/arch/sparc/dev/ |
| D | z8530sc.c | 68 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
|
| D | zs_kgdb.c | 105 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
|
| D | z8530tty.c | 267 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 …]
|
| D | zs.c | 252 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 …]
|
| D | z8530kbd.c | 316 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/ |
| D | z8530sc.c | 71 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
|
| D | z8530tty.c | 215 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/ |
| D | ccd.c | 276 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/ |
| D | v_sentence.c | 58 VCS cs; local 198 VCS cs; local
|
| D | v_word.c | 110 VCS cs; local 277 VCS cs; local 430 VCS cs; local
|
| D | v_match.c | 37 VCS cs; local
|
| /mirbsd/src/lib/libc/regex/ |
| D | regex2.h | 113 #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
|
| D | regcomp.c | 632 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/ |
| D | core.c | 151 struct coreseg *cs; in core_read() local 177 struct coreseg *cs; in core_write() local
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | charset.c | 207 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
|
| D | coffread.c | 264 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/ |
| D | slcompress.c | 163 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/ |
| D | aic7xxx_seq.h | 1305 static struct cs { struct 1306 uint16_t begin; 1307 uint16_t end;
|
| D | aic79xx_seq.h | 1121 static struct cs { struct 1122 uint16_t begin; 1123 uint16_t end;
|
| /mirbsd/src/usr.bin/vgrind/ |
| D | regexp.c | 177 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/ |
| D | citrus_euctw.c | 131 _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/ |
| D | text.c | 53 char cs[420]; variable
|
| /mirbsd/src/lib/libc/regex/test/ |
| D | debug.c | 110 register cset *cs; in s_print() local
|
| /mirbsd/src/sys/net/ |
| D | slcompress.c | 180 struct cstate *cs = comp->last_cs->cs_next; local 489 struct cstate *cs; local
|
| /mirbsd/src/sys/arch/i386/i386/ |
| D | vm86.c | 177 struct { u_short ip, cs; } ihand; member 289 u_long cs, ip, ss, sp; local
|