Searched refs:cs (Results 101 - 125 of 831) sorted by relevance

1234567891011>>

/netbsd-current/sys/net/
H A Dslcompress.c177 struct cstate *cs = comp->last_cs->cs_next; local
206 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
207 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
208 *(int32_t *)th != ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl]) {
224 lcs = cs; cs = cs->cs_next;
226 if (ip->ip_src.s_addr == cs->cs_ip.ip_src.s_addr
227 && ip->ip_dst.s_addr == cs
478 struct cstate *cs; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproducer.c45 const char *cs; local
62 cs = &producer[strlen ("GNU ")];
63 while (*cs && !isspace (*cs))
64 cs++;
65 if (*cs && isspace (*cs))
66 cs++;
67 if (sscanf (cs, "%d.%d", major, minor) == 2)
95 const char *cs local
[all...]
H A Dcoffread.c3 Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu).
274 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile)
279 args.targ_index = cs->c_secnum;
287 cs_to_section (struct coff_symbol *cs, struct objfile *objfile)
289 asection *sect = cs_to_bfd_section (cs, objfile);
301 cs_section_address (struct coff_symbol *cs, bfd *abfd)
307 args.targ_index = cs->c_secnum;
420 is_import_fixup_symbol (struct coff_symbol *cs,
432 if (ISFCN (cs->c_type))
436 if (!startswith (cs
273 cs_to_bfd_section(struct coff_symbol *cs, struct objfile *objfile) argument
286 cs_to_section(struct coff_symbol *cs, struct objfile *objfile) argument
300 cs_section_address(struct coff_symbol *cs, bfd *abfd) argument
417 is_import_fixup_symbol(struct coff_symbol *cs, enum minimal_symbol_type type) argument
446 record_minimal_symbol(minimal_symbol_reader &reader, struct coff_symbol *cs, CORE_ADDR address, enum minimal_symbol_type type, int section, struct objfile *objfile) argument
759 struct coff_symbol *cs = &coff_symbol; local
1195 read_one_sym(struct coff_symbol *cs, struct internal_syment *sym, union internal_auxent *aux) argument
1552 process_coff_symbol(struct coff_symbol *cs, union internal_auxent *aux, struct objfile *objfile) argument
1734 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1813 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1828 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c3 Contributed by David D. Johnson, Brown University (ddj@cs.brown.edu).
274 cs_to_bfd_section (struct coff_symbol *cs, struct objfile *objfile) argument
279 args.targ_index = cs->c_secnum;
287 cs_to_section (struct coff_symbol *cs, struct objfile *objfile) argument
289 asection *sect = cs_to_bfd_section (cs, objfile);
301 cs_section_address (struct coff_symbol *cs, bfd *abfd) argument
307 args.targ_index = cs->c_secnum;
420 is_import_fixup_symbol (struct coff_symbol *cs,
432 if (ISFCN (cs->c_type))
436 if (!startswith (cs
418 is_import_fixup_symbol(struct coff_symbol *cs, enum minimal_symbol_type type) argument
447 record_minimal_symbol(minimal_symbol_reader &reader, struct coff_symbol *cs, CORE_ADDR address, enum minimal_symbol_type type, int section, struct objfile *objfile) argument
784 struct coff_symbol *cs = &coff_symbol; local
1213 read_one_sym(struct coff_symbol *cs, struct internal_syment *sym, union internal_auxent *aux) argument
1561 process_coff_symbol(struct coff_symbol *cs, union internal_auxent *aux, struct objfile *objfile) argument
1742 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1821 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1836 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
[all...]
H A Dproducer.c46 const char *cs; local
63 cs = &producer[strlen ("GNU ")];
64 while (*cs && !isspace (*cs))
65 cs++;
66 if (*cs && isspace (*cs))
67 cs++;
68 if (sscanf (cs, "%d.%d", major, minor) == 2)
146 const char *cs local
[all...]
/netbsd-current/tests/crypto/opencrypto/
H A Dh_comp.c46 struct session_op cs; local
53 memset(&cs, 0, sizeof(cs));
54 cs.comp_alg = CRYPTO_GZIP_COMP;
55 res = ioctl(fd, CIOCGSESSION, &cs);
60 co1.ses = cs.ses;
75 co2.ses = cs.ses;
H A Dh_ioctl.c104 struct session_n_op *cs = &css[i]; local
106 memset(cs, 0, sizeof(*cs));
107 cs->cipher = CRYPTO_AES_CBC;
108 cs->keylen = AES_KEY_LEN;
109 cs->key = __UNCONST(&aes_key);
157 struct crypt_n_op *cs; local
158 cs = &css[i];
160 memset(cs, 0, sizeof(*cs));
185 struct session_op cs; local
286 struct session_op cs; local
[all...]
H A Dh_comp_zlib.c45 struct session_op cs; local
53 memset(&cs, 0, sizeof(cs));
54 cs.comp_alg = CRYPTO_DEFLATE_COMP;
55 res = ioctl(fd, CIOCGSESSION, &cs);
60 co1.ses = cs.ses;
H A Dh_comp_zlib_rnd.c47 struct session_op cs; local
58 memset(&cs, 0, sizeof(cs));
59 cs.comp_alg = CRYPTO_DEFLATE_COMP;
60 res = ioctl(fd, CIOCGSESSION, &cs);
65 co1.ses = cs.ses;
/netbsd-current/sys/arch/x68k/dev/
H A Dms.c217 struct zs_chanstate *cs; local
224 cs = zsc->zsc_cs[1];
225 cs->cs_private = ms;
226 cs->cs_ops = &zsops_ms;
227 ms->ms_cs = cs;
232 zs_write_reg(cs, 9, reset);
234 cs->cs_preg[1] = ZSWR1_RIE;
235 cs->cs_preg[4] = ZSWR4_CLK_X16 | ZSWR4_TWOSB;
236 (void)zs_set_speed(cs, MS_BPS);
237 zs_loadchannelregs(cs);
495 ms_rxint(struct zs_chanstate *cs) argument
536 ms_txint(struct zs_chanstate *cs) argument
549 ms_stint(struct zs_chanstate *cs, int force) argument
576 ms_softint(struct zs_chanstate *cs) argument
643 ms_trigger(struct zs_chanstate *cs, int onoff) argument
[all...]
/netbsd-current/sys/arch/ews4800mips/dev/
H A Dewsms.c156 struct zs_chanstate *cs; local
162 cs = zsc->zsc_cs[channel];
163 cs->cs_ops = &ewsms_zsops;
164 cs->cs_private = sc;
179 ewsms_zsc_reset(cs);
191 ewsms_zsc_reset(struct zs_chanstate *cs) argument
193 struct ewsms_softc *sc = cs->cs_private;
200 zs_write_reg(cs, 9, ZSWR9_A_RESET);
201 cs->cs_preg[1] = ZSWR1_RIE;
205 zs_set_speed(cs, bau
219 ewsms_zsc_rxint(struct zs_chanstate *cs) argument
240 ewsms_zsc_txint(struct zs_chanstate *cs) argument
250 ewsms_zsc_stint(struct zs_chanstate *cs, int force) argument
258 ewsms_zsc_softint(struct zs_chanstate *cs) argument
[all...]
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_spi.c151 uint32_t cs, clk; local
153 cs = SPI_CS_INTR | SPI_CS_INTD;
163 cs |= 0;
166 cs |= SPI_CS_CPHA;
169 cs |= SPI_CS_CPOL;
172 cs |= SPI_CS_CPHA|SPI_CS_CPOL;
178 sc->sc_CS = cs;
180 bus_space_write_4(sc->sc_iot, sc->sc_ioh, SPI_CS, cs);
211 uint32_t cs; local
221 cs
249 uint32_t cs; local
273 uint32_t cs; local
296 uint32_t cs; local
[all...]
/netbsd-current/sys/arch/mips/rmi/
H A Drmixl_iobus.c171 rmixl_iobus_csconfig_t *cs = &sc->sc_csconfig[0]; local
174 memset(cs, 0, sizeof(rmixl_iobus_csconfig_t));
175 cs->cs_addr = bus_space_read_4(sc->sc_obio_bst, sc->sc_obio_bsh,
177 cs->cs_mask = bus_space_read_4(sc->sc_obio_bst, sc->sc_obio_bsh,
179 cs->cs_mask |= __BITS(15,0);
180 cs->cs_dev_parm = bus_space_read_4(sc->sc_obio_bst, sc->sc_obio_bsh,
184 i, cs->cs_addr, cs->cs_mask, cs->cs_dev_parm);
185 cs
214 rmixl_iobus_csconfig_t *cs; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-cp.cc142 cgraph_edge *cs; member in struct:ipcp_value_source
215 void add_source (cgraph_edge *cs, ipcp_value *src_val, int src_idx,
260 bool add_value (valtype newval, cgraph_edge *cs,
530 fprintf (f, " %i(%f)", s->cs->caller->order,
531 s->cs->sreal_frequency ().to_double ());
744 struct cgraph_edge *cs; local
746 for (cs = node->callers; cs; cs = cs
1256 cgraph_edge *cs = node->callers; local
1565 ipa_context_from_jfunc(ipa_node_params *info, cgraph_edge *cs, int csidx, ipa_jump_func *jfunc) argument
1644 ipa_value_range_from_jfunc(ipa_node_params *info, cgraph_edge *cs, ipa_jump_func *jfunc, tree parm_type) argument
1900 add_source(cgraph_edge *cs, ipcp_value *src_val, int src_idx, HOST_WIDE_INT offset) argument
1958 add_value(valtype newval, cgraph_edge *cs, ipcp_value<valtype> *src_val, int src_idx, HOST_WIDE_INT offset, ipcp_value<valtype> **val_p, unsigned same_lat_gen_level) argument
2064 propagate_vals_across_arith_jfunc(cgraph_edge *cs, enum tree_code opcode, tree opnd1_type, tree opnd2, ipcp_lattice<tree> *src_lat, ipcp_lattice<tree> *dest_lat, HOST_WIDE_INT src_offset, int src_idx, tree res_type) argument
2170 propagate_vals_across_pass_through(cgraph_edge *cs, ipa_jump_func *jfunc, ipcp_lattice<tree> *src_lat, ipcp_lattice<tree> *dest_lat, int src_idx, tree parm_type) argument
2187 propagate_vals_across_ancestor(struct cgraph_edge *cs, struct ipa_jump_func *jfunc, ipcp_lattice<tree> *src_lat, ipcp_lattice<tree> *dest_lat, int src_idx, tree param_type) argument
2217 propagate_scalar_across_jump_function(struct cgraph_edge *cs, struct ipa_jump_func *jfunc, ipcp_lattice<tree> *dest_lat, tree param_type) argument
2279 propagate_context_across_jump_function(cgraph_edge *cs, ipa_jump_func *jfunc, int idx, ipcp_lattice<ipa_polymorphic_call_context> *dest_lat) argument
2365 propagate_bits_across_jump_function(cgraph_edge *cs, int idx, ipa_jump_func *jfunc, ipcp_bits_lattice *dest_lattice) argument
2455 propagate_vr_across_jump_function(cgraph_edge *cs, ipa_jump_func *jfunc, class ipcp_param_lattices *dest_plats, tree param_type) argument
2649 merge_aggregate_lattices(struct cgraph_edge *cs, class ipcp_param_lattices *dest_plats, class ipcp_param_lattices *src_plats, int src_idx, HOST_WIDE_INT offset_delta) argument
2721 propagate_aggregate_lattice(struct cgraph_edge *cs, struct ipa_agg_jf_item *item, struct ipcp_agg_lattice *aglat) argument
2798 propagate_aggs_across_jump_function(struct cgraph_edge *cs, struct ipa_jump_func *jfunc, class ipcp_param_lattices *dest_plats) argument
2890 call_passes_through_thunk(cgraph_edge *cs) argument
2902 propagate_constants_across_call(struct cgraph_edge *cs) argument
3859 struct cgraph_edge *cs; local
3895 struct cgraph_edge *cs; local
4123 struct cgraph_edge *cs = ipa_make_edge_direct_to_target (ie, target, local
4217 calls_same_node_or_its_all_contexts_clone_p(cgraph_edge *cs, cgraph_node *dest, bool allow_recursion_to_clone) argument
4238 cgraph_edge_brings_value_p(cgraph_edge *cs, ipcp_value_source<tree> *src, cgraph_node *dest, ipcp_value<tree> *dest_val) argument
4290 cgraph_edge_brings_value_p(cgraph_edge *cs, ipcp_value_source<ipa_polymorphic_call_context> *src, cgraph_node *dest, ipcp_value<ipa_polymorphic_call_context> *) argument
4318 get_next_cgraph_edge_clone(struct cgraph_edge *cs) argument
4347 struct cgraph_edge *cs = src->cs; local
4380 struct cgraph_edge *cs; local
4405 cgraph_edge *cs = callers[i]; local
4434 struct cgraph_edge *cs = src->cs; local
4885 struct cgraph_edge *cs; local
4951 adjust_references_in_caller(cgraph_edge *cs, symtab_node *symbol, int index) argument
5142 cgraph_edge *cs = callers[i]; local
5191 cgraph_edge *cs = get_next_cgraph_edge_clone (self_recursive_calls[j]); local
5244 self_recursive_pass_through_p(cgraph_edge *cs, ipa_jump_func *jfunc, int i, bool simple = true) argument
5266 self_recursive_agg_pass_through_p(cgraph_edge *cs, ipa_agg_jf_item *jfunc, int i, bool simple = true) argument
5296 struct cgraph_edge *cs; local
5388 cgraph_edge *cs; local
5581 intersect_aggregates_with_edge(struct cgraph_edge *cs, int index, vec<ipa_agg_value> inter) argument
5747 struct cgraph_edge *cs; local
5765 struct cgraph_edge *cs; local
5818 cgraph_edge_brings_all_scalars_for_node(struct cgraph_edge *cs, struct cgraph_node *node) argument
5852 cgraph_edge_brings_all_agg_vals_for_node(struct cgraph_edge *cs, struct cgraph_node *node) argument
5934 struct cgraph_edge *cs = src->cs; local
6266 cgraph_edge *cs = callers[i]; local
6314 struct cgraph_edge *cs; local
6340 struct cgraph_edge *cs; local
[all...]
/netbsd-current/external/bsd/tmux/dist/
H A Dcontrol.c203 control_free_sub(struct control_state *cs, struct control_sub *csub) argument
218 RB_REMOVE(control_subs, &cs->subs, csub);
226 control_free_block(struct control_state *cs, struct control_block *cb) argument
229 TAILQ_REMOVE(&cs->all_blocks, cb, all_entry);
237 struct control_state *cs = c->control_state; local
240 return (RB_FIND(control_panes, &cs->panes, &cp));
247 struct control_state *cs = c->control_state; local
256 RB_INSERT(control_panes, &cs->panes, cp);
269 struct control_state *cs = c->control_state; local
274 control_free_block(cs, c
297 struct control_state *cs = c->control_state; local
313 struct control_state *cs = c->control_state; local
391 struct control_state *cs = c->control_state; local
408 struct control_state *cs = c->control_state; local
470 struct control_state *cs = c->control_state; local
550 struct control_state *cs = c->control_state; local
581 struct control_state *cs = c->control_state; local
592 struct control_state *cs = c->control_state; local
645 struct control_state *cs = c->control_state; local
659 struct control_state *cs = c->control_state; local
725 struct control_state *cs = c->control_state; local
761 struct control_state *cs; local
799 struct control_state *cs = c->control_state; local
811 struct control_state *cs = c->control_state; local
1038 struct control_state *cs = c->control_state; local
1071 struct control_state *cs = c->control_state; local
1099 struct control_state *cs = c->control_state; local
[all...]
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_match.c43 VCS cs; local
103 cs.cs_lno = vp->m_start.lno;
104 cs.cs_cno = off;
105 if (cs_init(sp, &cs))
108 if (gc(sp, &cs))
110 if (cs.cs_flags != 0) {
111 if (cs.cs_flags == CS_EOF || cs.cs_flags == CS_SOF)
115 if (cs.cs_ch == matchc && --cnt == 0)
117 if (cs
[all...]
/netbsd-current/usr.sbin/btattach/
H A Dinit_unistone.c75 hci_command_status_ep cs; local
105 n = uart_recv_ev(fd, HCI_EVENT_COMMAND_STATUS, &cs, sizeof(cs));
106 if (n != sizeof(cs) ||
107 cs.status != 0x00 ||
108 cs.opcode != HCI_CMD_INFINEON_SET_UART_BAUDRATE)
/netbsd-current/external/bsd/unbound/dist/pythonmod/examples/
H A Ddict.py51 en,cs = itm[0:2]
53 if not (cs in cz_dict):
54 cz_dict[cs] = [en] # [cs] = en
56 cz_dict[cs].append(en) # [cs] = en
59 en_dict[en] = [cs] # [en] = cs
61 en_dict[en].append(cs) # [en] = cs
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-nops-3.d13 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
14 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
17 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/ilp32/
H A Dx86-64-nops-3.d12 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
13 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
16 [ ]*[a-f0-9]+: 66 66 2e 0f 1f 84 00 00 00 00 00 data16 nopw %cs:0x0\(%rax,%rax,1\)
/netbsd-current/regress/sys/kern/latency2/
H A Dlatency2.c96 cpuset_t *cs; local
116 cs = cpuset_create();
117 if (cs == NULL) {
120 cpuset_zero(cs);
122 cpuset_set(cpuid, cs);
123 if (_sched_setaffinity(0, 0, cpuset_size(cs), cs) < 0) {
126 cpuset_destroy(cs);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dalign-branch-1.d16 +[a-f0-9]+: 2e 2e 2e 2e 48 8b 98 fc ff ff ff cs cs cs mov %cs:-0x4\(%rax\),%rbx
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dmmio_context.c201 u32 *cs; local
215 cs = intel_ring_begin(req, count * 2 + 2);
216 if (IS_ERR(cs))
217 return PTR_ERR(cs);
219 *cs++ = MI_LOAD_REGISTER_IMM(count);
226 *cs++ = i915_mmio_reg_offset(mmio->reg);
227 *cs++ = vgpu_vreg_t(vgpu, mmio->reg) |
230 *(cs-2), *(cs-1), vgpu->id, ring_id);
233 *cs
248 u32 *cs; local
275 u32 *cs; local
306 u32 *cs; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_perf.c79 u32 *cs; local
82 cs = intel_ring_begin(rq, 6);
83 if (IS_ERR(cs))
84 return PTR_ERR(cs);
90 *cs++ = GFX_OP_PIPE_CONTROL(len);
91 *cs++ = PIPE_CONTROL_GLOBAL_GTT_IVB |
94 *cs++ = slot * sizeof(u32);
95 *cs++ = 0;
96 *cs++ = 0;
97 *cs
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.cc214 client_state &cs = get_client_state (); local
227 cs.transport_is_reliable = 1;
246 cs.transport_is_reliable = 0;
306 cs.transport_is_reliable = 1;
517 client_state &cs = get_client_state (); local
520 if (cs.multi_process)
627 client_state &cs = get_client_state (); local
665 if (cs.noack_mode || is_notif)
925 client_state &cs = get_client_state (); local
977 if (cs
1081 client_state &cs = get_client_state (); local
1457 client_state &cs = get_client_state (); local
1571 client_state &cs = get_client_state (); local
[all...]

Completed in 475 milliseconds

1234567891011>>