Searched refs:cs (Results 1 - 25 of 831) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/vgrind/
H A Dregexp.c185 char *cs; /* pointer to current symbol in converted exp */ local
192 cs = NULL;
201 if (cs == NULL || (*cs & STR) == 0) {
202 cs = ccre;
203 *cs = STR;
204 SCNT(cs) = 1;
207 SCNT(cs)++;
216 if (acs != NULL && acs != cs) {
224 cs
360 char *cs; /* the current symbol */ local
[all...]
/netbsd-current/sys/arch/mvme68k/dev/
H A Dzs.c134 struct zs_chanstate *cs; local
146 cs = &zsc->zsc_cs_store[channel];
147 zsc->zsc_cs[channel] = cs;
154 memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
155 zs_conschan = cs;
158 cs->cs_reg_csr = zc->zc_csr;
159 cs->cs_reg_data = zc->zc_data;
160 memcpy(cs->cs_creg, zs_init_reg, 16);
161 memcpy(cs->cs_preg, zs_init_reg, 16);
162 cs
302 zs_set_speed(struct zs_chanstate *cs, int bps) argument
333 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
377 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
389 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
399 zs_read_csr(struct zs_chanstate *cs) argument
409 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
417 zs_read_data(struct zs_chanstate *cs) argument
427 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
444 struct zs_chanstate *cs = arg; local
476 struct zs_chanstate *cs = arg; local
497 struct zs_chanstate *cs; local
546 struct zs_chanstate *cs = zs_conschan; local
559 struct zs_chanstate *cs = zs_conschan; local
568 zs_abort(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dcpack.c61 nd_cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) argument
66 next = nd_cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
69 if (next - cs->c_buf + wordsize > cs->c_len)
77 nd_cpack_advance(struct cpack_state *cs, const size_t toskip) argument
80 if (cs->c_next - cs->c_buf + toskip > cs->c_len)
82 cs
87 nd_cpack_init(struct cpack_state *cs, const uint8_t *buf, size_t buflen) argument
100 nd_cpack_uint64(netdissect_options *ndo, struct cpack_state *cs, uint64_t *u) argument
116 nd_cpack_int64(netdissect_options *ndo, struct cpack_state *cs, int64_t *u) argument
132 nd_cpack_uint32(netdissect_options *ndo, struct cpack_state *cs, uint32_t *u) argument
148 nd_cpack_int32(netdissect_options *ndo, struct cpack_state *cs, int32_t *u) argument
164 nd_cpack_uint16(netdissect_options *ndo, struct cpack_state *cs, uint16_t *u) argument
180 nd_cpack_int16(netdissect_options *ndo, struct cpack_state *cs, int16_t *u) argument
196 nd_cpack_uint8(netdissect_options *ndo, struct cpack_state *cs, uint8_t *u) argument
211 nd_cpack_int8(netdissect_options *ndo, struct cpack_state *cs, int8_t *u) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Duseparam7 cat "$@" | tr -cs 'a-z0-9_' '\12' | awk '
/netbsd-current/sys/arch/ews4800mips/dev/
H A Dzs.c99 zs_get_speed(struct zs_chanstate *cs) argument
103 tconst = zs_read_reg(cs, 12);
104 tconst |= zs_read_reg(cs, 13) << 8;
105 return TCONST_TO_BPS(cs->cs_brg_clk, tconst);
112 zs_set_speed(struct zs_chanstate *cs, int bps) argument
120 if (cs->cs_brg_clk == 0)
124 tconst = BPS_TO_TCONST(cs->cs_brg_clk, bps);
129 real_bps = TCONST_TO_BPS(cs->cs_brg_clk, tconst);
135 cs->cs_preg[12] = tconst;
136 cs
143 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
185 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
197 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
207 zs_read_csr(struct zs_chanstate *cs) argument
217 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
225 zs_read_data(struct zs_chanstate *cs) argument
235 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
242 zs_abort(struct zs_chanstate *cs) argument
256 struct zs_chanstate *cs = arg; local
284 struct zs_chanstate *cs = arg; local
[all...]
/netbsd-current/sys/dev/ic/
H A Dz8530sc.c112 zs_break(struct zs_chanstate *cs, int set) argument
116 cs->cs_preg[5] |= ZSWR5_BREAK;
117 cs->cs_creg[5] |= ZSWR5_BREAK;
119 cs->cs_preg[5] &= ~ZSWR5_BREAK;
120 cs->cs_creg[5] &= ~ZSWR5_BREAK;
122 zs_write_reg(cs, 5, cs->cs_creg[5]);
130 zs_iflush(struct zs_chanstate *cs) argument
141 rr0 = zs_read_csr(cs);
149 rr1 = zs_read_reg(cs,
167 zs_loadchannelregs(struct zs_chanstate *cs) argument
271 zs_lock_init(struct zs_chanstate *cs) argument
278 zs_lock_chan(struct zs_chanstate *cs) argument
285 zs_unlock_chan(struct zs_chanstate *cs) argument
375 struct zs_chanstate *cs; local
406 zsnull_rxint(struct zs_chanstate *cs) argument
414 zsnull_stint(struct zs_chanstate *cs, int force) argument
422 zsnull_txint(struct zs_chanstate *cs) argument
430 zsnull_softint(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/lib/libm/src/
H A Ds_sincosf.c47 sincosf(float x, float *sn, float *cs)
60 *cs = 1;
64 __kernel_sincosdf(x, sn, cs);
71 __kernel_sincosdf(x - p1pio2, cs, sn);
72 *cs = -*cs;
74 __kernel_sincosdf(x + p1pio2, cs, sn);
79 __kernel_sincosdf(x - p2pio2, sn, cs);
81 __kernel_sincosdf(x + p2pio2, sn, cs);
83 *cs
[all...]
H A Ds_sincosl.c60 sincosl(long double x, long double *sn, long double *cs)
79 *cs = 1;
81 __kernel_sincosl(x, 0, 0, sn, cs);
88 *cs = x - x;
97 __kernel_sincosl(y[0], y[1], 1, sn, cs);
100 __kernel_sincosl(y[0], y[1], 1, cs, sn);
101 *cs = -*cs;
104 __kernel_sincosl(y[0], y[1], 1, sn, cs);
106 *cs
[all...]
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_word.c114 VCS cs; local
119 cs.cs_lno = vp->m_start.lno;
120 cs.cs_cno = vp->m_start.cno;
121 if (cs_init(sp, &cs))
131 if (cs.cs_flags == CS_EMP || (cs.cs_flags == 0 && ISBLANK2(cs.cs_ch))) {
132 if (ISMOTION(vp) && cs.cs_flags != CS_EMP && cnt == 1) {
136 if (cs_fspace(sp, &cs))
141 if (cs_fblank(sp, &cs))
281 VCS cs; local
434 VCS cs; local
[all...]
H A Dv_sentence.c64 VCS cs; local
68 cs.cs_lno = vp->m_start.lno;
69 cs.cs_cno = vp->m_start.cno;
70 if (cs_init(sp, &cs))
81 if (cs.cs_flags == CS_EMP || (cs.cs_flags == 0 && ISBLANK2(cs.cs_ch))) {
82 if (cs_fblank(sp, &cs))
85 if (vp->m_start.lno != cs.cs_lno ||
86 vp->m_start.cno != cs
202 VCS cs; local
[all...]
/netbsd-current/distrib/syspkg/sets/base/base-locale-cs/
H A DMakefile3 PKGBASE=base-locale-cs
/netbsd-current/sys/arch/news68k/dev/
H A Dzs.c189 struct zs_chanstate *cs; local
207 cs = &zsc->zsc_cs_store[channel];
209 zsc->zsc_cs[channel] = cs;
216 memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
217 zs_conschan = cs;
220 cs->cs_reg_csr = &zc->zc_csr;
221 cs->cs_reg_data = &zc->zc_data;
222 memcpy(cs->cs_creg, zs_init_reg, 16);
223 memcpy(cs->cs_preg, zs_init_reg, 16);
224 cs
342 zs_set_speed(struct zs_chanstate *cs, int bps) argument
373 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
417 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
429 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
439 zs_read_csr(struct zs_chanstate *cs) argument
449 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
457 zs_read_data(struct zs_chanstate *cs) argument
467 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
475 zs_abort(struct zs_chanstate *cs) argument
489 struct zs_chanstate *cs = arg; local
512 struct zs_chanstate *cs = arg; local
555 struct zs_chanstate *cs; local
[all...]
/netbsd-current/sys/arch/cobalt/dev/
H A Dzs.c162 struct zs_chanstate *cs; local
177 cs = &zsc->zsc_cs_store[channel];
179 zsc->zsc_cs[channel] = cs;
184 memcpy(cs, zs_conschan, sizeof(struct zs_chanstate));
185 zs_conschan = cs;
188 cs->cs_reg_csr = zs_base + chanoff[channel] + ZS_CSR;
189 cs->cs_reg_data = zs_base + chanoff[channel] + ZS_DATA;
190 memcpy(cs->cs_creg, zs_init_reg, 16);
191 memcpy(cs->cs_preg, zs_init_reg, 16);
192 cs
311 zs_set_speed(struct zs_chanstate *cs, int bps) argument
342 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
386 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
398 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
408 zs_read_csr(struct zs_chanstate *cs) argument
418 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
426 zs_read_data(struct zs_chanstate *cs) argument
436 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
444 zs_abort(struct zs_chanstate *cs) argument
458 struct zs_chanstate *cs = arg; local
482 struct zs_chanstate *cs = arg; local
509 struct zs_chanstate *cs; local
[all...]
/netbsd-current/sys/arch/cesfic/dev/
H A Dzs.c106 struct zs_chanstate *cs; local
124 cs = &zs_conschan_store;
126 cs = kmem_zalloc(sizeof(*cs), KM_SLEEP);
128 cs->cs_reg_csr = base + 7;
129 cs->cs_reg_data = base + 15;
131 cs->cs_reg_csr = base + 3;
132 cs->cs_reg_data = base + 11;
134 memcpy(cs->cs_creg, zs_init_reg, 16);
135 memcpy(cs
214 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
226 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
235 zs_read_csr(struct zs_chanstate *cs) argument
245 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
253 zs_read_data(struct zs_chanstate *cs) argument
263 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
271 zs_set_speed(struct zs_chanstate *cs, int bps) argument
294 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
337 zs_abort(struct zs_chanstate *cs) argument
358 struct zs_chanstate *cs = arg; local
391 struct zs_chanstate *cs = arg; local
410 struct zs_chanstate *cs = &zs_conschan_store; local
420 struct zs_chanstate *cs = &zs_conschan_store; local
431 struct zs_chanstate *cs; local
[all...]
/netbsd-current/sys/arch/newsmips/dev/
H A Dzs.c106 zs_get_speed(struct zs_chanstate *cs) argument
110 tconst = zs_read_reg(cs, 12);
111 tconst |= zs_read_reg(cs, 13) << 8;
112 return TCONST_TO_BPS(cs->cs_brg_clk, tconst);
119 zs_set_speed(struct zs_chanstate *cs, int bps) argument
127 if (cs->cs_brg_clk == 0)
131 tconst = BPS_TO_TCONST(cs->cs_brg_clk, bps);
136 real_bps = TCONST_TO_BPS(cs->cs_brg_clk, tconst);
142 cs->cs_preg[12] = tconst;
143 cs
150 zs_set_modes(struct zs_chanstate *cs, int cflag) argument
193 zs_read_reg(struct zs_chanstate *cs, uint8_t reg) argument
205 zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val) argument
215 zs_read_csr(struct zs_chanstate *cs) argument
225 zs_write_csr(struct zs_chanstate *cs, uint8_t val) argument
233 zs_read_data(struct zs_chanstate *cs) argument
243 zs_write_data(struct zs_chanstate *cs, uint8_t val) argument
251 zs_abort(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/sys/arch/mipsco/obio/
H A Dzs_kgdb.c71 void zskgdb(struct zs_chanstate *cs);
100 zs_setparam(struct zs_chanstate *cs, int iena, int rate) argument
104 memcpy(cs->cs_preg, zs_kgdb_regs, 16);
107 cs->cs_preg[1] = ZSWR1_RIE | ZSWR1_SIE;
111 tconst = BPS_TO_TCONST(cs->cs_brg_clk, rate);
113 cs->cs_preg[5] |= ZSWR5_DTR | ZSWR5_RTS;
114 cs->cs_preg[12] = tconst;
115 cs->cs_preg[13] = tconst >> 8;
118 zs_loadchannelregs(cs);
156 zs_check_kgdb(struct zs_chanstate *cs, in argument
179 zskgdb(struct zs_chanstate *cs) argument
208 zs_kgdb_rxint(struct zs_chanstate *cs) argument
232 zs_kgdb_txint(register struct zs_chanstate *cs) argument
238 zs_kgdb_stint(register struct zs_chanstate *cs, int force) argument
255 zs_kgdb_softint(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/sys/arch/ews4800mips/sbd/
H A Dzs_sbdio.c114 struct zs_chanstate *cs; local
130 cs = &zsc->zsc_cs_store[channel];
131 zsc->zsc_cs[channel] = cs;
133 cs->cs_channel = channel;
134 cs->cs_private = NULL;
135 cs->cs_ops = &zsops_null;
143 memcpy(cs, zs_conscs, sizeof(struct zs_chanstate));
144 zs_conscs = cs;
147 cs->cs_reg_csr = &zc->zc_csr;
148 cs
236 struct zs_chanstate *cs; local
[all...]
/netbsd-current/sys/arch/sgimips/dev/
H A Dzs_kgdb.c100 zs_setparam(struct zs_chanstate *cs, int iena, int rate) argument
104 memcpy(cs->cs_preg, zs_kgdb_regs, 16);
107 cs->cs_preg[1] = ZSWR1_RIE | ZSWR1_SIE;
111 tconst = BPS_TO_TCONST(cs->cs_brg_clk, rate);
113 cs->cs_preg[5] |= ZSWR5_DTR | ZSWR5_RTS;
114 cs->cs_preg[12] = tconst;
115 cs->cs_preg[13] = tconst >> 8;
118 zs_loadchannelregs(cs);
156 zs_check_kgdb(struct zs_chanstate *cs, int dev) argument
165 cs
179 zskgdb(struct zs_chanstate *cs) argument
208 zs_kgdb_rxint(struct zs_chanstate *cs) argument
232 zs_kgdb_txint(register struct zs_chanstate *cs) argument
238 zs_kgdb_stint(register struct zs_chanstate *cs, int force) argument
255 zs_kgdb_softint(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/sys/arch/cesfic/include/
H A Dz8530var.h12 uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
13 uint8_t zs_read_csr(struct zs_chanstate *cs);
14 uint8_t zs_read_data(struct zs_chanstate *cs);
16 void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
17 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
18 void zs_write_data(struct zs_chanstate *cs, uint8_t val);
/netbsd-current/sys/arch/cobalt/include/
H A Dz8530var.h104 uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
105 uint8_t zs_read_csr(struct zs_chanstate *cs);
106 uint8_t zs_read_data(struct zs_chanstate *cs);
108 void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
110 void zs_write_data(struct zs_chanstate *cs, uint8_t val);
/netbsd-current/sys/arch/alpha/include/
H A Dz8530var.h108 u_int zs_read_reg(struct zs_chanstate *cs, u_int reg);
109 u_int zs_read_csr(struct zs_chanstate *cs);
110 u_int zs_read_data(struct zs_chanstate *cs);
112 void zs_write_reg(struct zs_chanstate *cs, u_int reg, u_int val);
113 void zs_write_csr(struct zs_chanstate *cs, u_int val);
114 void zs_write_data(struct zs_chanstate *cs, u_int val);
/netbsd-current/sys/arch/mvme68k/include/
H A Dz8530var.h105 uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
106 uint8_t zs_read_csr(struct zs_chanstate *cs);
107 uint8_t zs_read_data(struct zs_chanstate *cs);
109 void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
110 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
111 void zs_write_data(struct zs_chanstate *cs, uint8_t val);
/netbsd-current/sys/arch/news68k/include/
H A Dz8530var.h104 uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
105 uint8_t zs_read_csr(struct zs_chanstate *cs);
106 uint8_t zs_read_data(struct zs_chanstate *cs);
108 void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
110 void zs_write_data(struct zs_chanstate *cs, uint8_t val);
/netbsd-current/sys/arch/newsmips/include/
H A Dz8530var.h104 uint8_t zs_read_reg(struct zs_chanstate *cs, uint8_t reg);
105 uint8_t zs_read_csr(struct zs_chanstate *cs);
106 uint8_t zs_read_data(struct zs_chanstate *cs);
108 void zs_write_reg(struct zs_chanstate *cs, uint8_t reg, uint8_t val);
109 void zs_write_csr(struct zs_chanstate *cs, uint8_t val);
110 void zs_write_data(struct zs_chanstate *cs, uint8_t val);
/netbsd-current/sys/arch/pmax/include/
H A Dz8530var.h70 u_int zs_read_reg(struct zs_chanstate *cs, u_int reg);
71 u_int zs_read_csr(struct zs_chanstate *cs);
72 u_int zs_read_data(struct zs_chanstate *cs);
74 void zs_write_reg(struct zs_chanstate *cs, u_int reg, u_int val);
75 void zs_write_csr(struct zs_chanstate *cs, u_int val);
76 void zs_write_data(struct zs_chanstate *cs, u_int val);

Completed in 396 milliseconds

1234567891011>>