Home
last modified time | relevance | path

Searched refs:dsc (Results 1 – 25 of 133) sorted by relevance

123456

/netbsd/external/lgpl3/mpc/dist/tests/
H A DMakefile.am57 DESCRIPTIONS = abs.dsc acos.dsc acosh.dsc add.dsc add_fr.dsc add_si.dsc \
58 add_ui.dsc agm.dsc arg.dsc asin.dsc asinh.dsc atan.dsc atanh.dsc \
59 cmp_abs.dsc conj.dsc \
60 cos.dsc cosh.dsc div.dsc div_2si.dsc div_2ui.dsc div_fr.dsc \
61 div_ui.dsc exp.dsc fma.dsc fr_div.dsc fr_sub.dsc imag.dsc log.dsc \
62 log10.dsc mul.dsc mul_2si.dsc mul_2ui.dsc mul_fr.dsc mul_i.dsc \
63 mul_si.dsc mul_ui.dsc neg.dsc norm.dsc pow.dsc pow_d.dsc pow_fr.dsc \
64 pow_si.dsc pow_ui.dsc pow_z.dsc proj.dsc real.dsc rootofunity.dsc \
65 sin.dsc sin_cos.dsc \
66 sinh.dsc sqr.dsc sqrt.dsc sub.dsc sub_fr.dsc sub_ui.dsc tan.dsc \
[all …]
/netbsd/sys/dev/ic/
H A Ddepca.c143 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RAP, port); in depca_wrcsr()
144 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RDP, val); in depca_wrcsr()
152 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RAP, port); in depca_rdcsr()
153 return (bus_space_read_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_RDP)); in depca_rdcsr()
257 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_CSR, in le_depca_attach()
265 bus_space_set_region_1(dsc->sc_memt, dsc->sc_memh, 0, val, in le_depca_attach()
268 cv = bus_space_read_1(dsc->sc_memt, dsc->sc_memh, i); in le_depca_attach()
300 lesc->sc_ih = (*dsc->sc_intr_establish)(dsc, sc); in le_depca_attach()
326 bus_space_write_region_1(dsc->sc_memt, dsc->sc_memh, boff, in depca_copytobuf()
335 bus_space_read_region_1(dsc->sc_memt, dsc->sc_memh, boff, in depca_copyfrombuf()
[all …]
H A Dne2000.c182 dsc->cr_proto = ED_CR_RD2; in ne2000_attach()
188 dsc->rcr_proto = 0; in ne2000_attach()
207 dsc->sc_reg_map[i] = i; in ne2000_attach()
279 dsc->mem_start = memstart; in ne2000_attach()
281 dsc->mem_size = memsize; in ne2000_attach()
306 dsc->sc_enaddr[i] = in ne2000_attach()
310 memcpy(dsc->sc_enaddr, myea, sizeof(dsc->sc_enaddr)); in ne2000_attach()
320 if (dp8390_config(dsc)) { in ne2000_attach()
891 dp8390_stop(dsc); in ne2000_suspend()
892 dp8390_disable(dsc); in ne2000_suspend()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Darm-tdep.c419 if (dsc) in arm_pc_is_thumb()
4604 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4662 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4663 dsc->tmp[1] = displaced_read_reg (regs, dsc, 1);
4695 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4696 dsc->tmp[1] = displaced_read_reg (regs, dsc, 1);
4868 dsc->u.branch.dest = dsc->insn_addr;
6323 dsc);
7114 dsc->tmp[i] = displaced_read_reg (regs, dsc, i);
7598 dsc->cleanup (gdbarch, regs, dsc);
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Darm-tdep.c419 if (dsc) in arm_pc_is_thumb()
4604 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4662 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4663 dsc->tmp[1] = displaced_read_reg (regs, dsc, 1);
4695 dsc->tmp[0] = displaced_read_reg (regs, dsc, 0);
4696 dsc->tmp[1] = displaced_read_reg (regs, dsc, 1);
4868 dsc->u.branch.dest = dsc->insn_addr;
6323 dsc);
7114 dsc->tmp[i] = displaced_read_reg (regs, dsc, i);
7598 dsc->cleanup (gdbarch, regs, dsc);
[all …]
/netbsd/sys/arch/hp300/dev/
H A Dspc.c133 dsc->sc_dflags |= SCSI_DMA32; in spc_dio_attach()
145 dsc->sc_iohsc = iohsc; in spc_dio_attach()
146 dsc->sc_dq.dq_softc = dsc; in spc_dio_attach()
167 dsc->sc_dflags |= SCSI_HAVEDMA; in spc_dio_dmastart()
169 dsc->sc_dflags |= SCSI_DATAIN; in spc_dio_dmastart()
173 if (dmareq(&dsc->sc_dq) != 0) in spc_dio_dmastart()
175 spc_dio_dmago(dsc); in spc_dio_dmastart()
192 iohsc = dsc->sc_iohsc; in spc_dio_dmago()
198 chan = dsc->sc_dq.dq_chan; in spc_dio_dmago()
251 iohsc = dsc->sc_iohsc; in spc_dio_dmadone()
[all …]
/netbsd/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c90 dsc->dbus_property, dsc->type, in add_property()
91 dsc->getter ? "read" : "", in add_property()
92 dsc->setter ? "write" : ""); in add_property()
99 const struct wpa_dbus_method_desc *dsc; in extract_interfaces_methods() local
102 for (dsc = methods; dsc && dsc->dbus_method; dsc++) { in extract_interfaces_methods()
106 dsc->args, 1); in extract_interfaces_methods()
114 const struct wpa_dbus_signal_desc *dsc; in extract_interfaces_signals() local
117 for (dsc = signals; dsc && dsc->dbus_signal; dsc++) { in extract_interfaces_signals()
121 dsc->args, 0); in extract_interfaces_signals()
132 for (dsc = properties; dsc && dsc->dbus_property; dsc++) { in extract_interfaces_properties()
[all …]
H A Ddbus_new_helpers.c30 for (dsc = props; dsc && dsc->dbus_property; dsc++) { in fill_dict_with_properties()
49 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { in fill_dict_with_properties()
180 if (dsc->getter(dsc, &iter, &error, user_data) == FALSE) { in properties_get()
217 if (dsc->setter(dsc, &iter, &error, user_data) == TRUE) { in properties_set()
612 for (dsc = obj_dsc->properties, i = 0; dsc && dsc->dbus_property; in put_changed_properties()
613 dsc++, i++) { in put_changed_properties()
631 if (!dsc->getter(dsc, &entry_iter, &error, obj_dsc->user_data)) in put_changed_properties()
817 for (dsc = obj_desc->properties, i = 0; dsc && dsc->dbus_property; in wpa_dbus_flush_object_changed_properties()
818 dsc++, i++) { in wpa_dbus_flush_object_changed_properties()
864 for (dsc = obj_desc->properties; dsc && dsc->dbus_property; dsc++, i++) in wpa_dbus_mark_property_changed()
[all …]
/netbsd/sys/dev/pcmcia/
H A Dif_ne_pcmcia.c590 dsc->sc_dev = self; in ne_pcmcia_attach()
604 nsc->sc_asict = dsc->sc_regt; in ne_pcmcia_attach()
605 if (bus_space_subregion(dsc->sc_regt, dsc->sc_regh, in ne_pcmcia_attach()
616 error = ne_pcmcia_enable(dsc); in ne_pcmcia_attach()
716 bus_space_write_1(dsc->sc_regt, dsc->sc_regh, ED_P0_CR, in ne_pcmcia_attach()
718 if (bus_space_read_1(dsc->sc_regt, dsc->sc_regh, in ne_pcmcia_attach()
720 bus_space_read_1(dsc->sc_regt, dsc->sc_regh, in ne_pcmcia_attach()
744 ne_pcmcia_disable(dsc); in ne_pcmcia_attach()
748 ne_pcmcia_disable(dsc); in ne_pcmcia_attach()
781 dsc); in ne_pcmcia_enable()
[all …]
/netbsd/sys/arch/acorn32/podulebus/
H A Dif_ne_pbus.c241 dsc->sc_dev = self; in ne_pbus_attach()
321 dsc->sc_regt = &npsc->sc_tag; in ne_pbus_attach()
322 nsc->sc_asict = dsc->sc_regt; in ne_pbus_attach()
326 0, &dsc->sc_regh)) { in ne_pbus_attach()
346 dsc->sc_enabled = 1; in ne_pbus_attach()
408 dsc, &npsc->sc_intrcnt); in ne_pbus_attach()
523 dsc->mem_ring = in eh600_postattach()
524 dsc->mem_start + in eh600_postattach()
529 dsc->tx_page_start = dsc->mem_start >> ED_PAGE_SHIFT; in eh600_postattach()
531 dsc->rec_page_start = dsc->tx_page_start + in eh600_postattach()
[all …]
/netbsd/external/gpl2/gmake/dist/
H A Dvmsjobs.c65 desc->dsc$w_length = strlen(fname); in vms_redirect()
66 desc->dsc$a_pointer = fname; in vms_redirect()
67 desc->dsc$b_dtype = DSC$K_DTYPE_T; in vms_redirect()
68 desc->dsc$b_class = DSC$K_CLASS_S; in vms_redirect()
328 pnamedsc.dsc$a_pointer = procname; in child_execute_job()
375 efiledsc.dsc$a_pointer = efile; in child_execute_job()
492 ifiledsc.dsc$w_length = 0; in child_execute_job()
499 efiledsc.dsc$w_length = 0; in child_execute_job()
506 ofiledsc.dsc$w_length = 0; in child_execute_job()
571 cmddsc.dsc$w_length = strlen(cmd); in child_execute_job()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/dso/
H A Ddso_vms.c69 struct dsc$descriptor_s filename_dsc;
75 struct dsc$descriptor_s imagename_dsc;
195 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
257 if (ptr->imagename_dsc.dsc$w_length) in do_find_symbol()
273 struct dsc$descriptor_s symname_dsc; in vms_bind_sym()
299 symname_dsc.dsc$w_length = strlen(SYMNAME); in vms_bind_sym()
300 symname_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_bind_sym()
301 symname_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_bind_sym()
302 symname_dsc.dsc$a_pointer = SYMNAME; in vms_bind_sym()
323 struct dsc$descriptor_s errstring_dsc; in vms_bind_sym()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/dso/
H A Ddso_vms.c69 struct dsc$descriptor_s filename_dsc;
75 struct dsc$descriptor_s imagename_dsc;
195 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
257 if (ptr->imagename_dsc.dsc$w_length) in do_find_symbol()
273 struct dsc$descriptor_s symname_dsc; in vms_bind_sym()
299 symname_dsc.dsc$w_length = strlen(SYMNAME); in vms_bind_sym()
300 symname_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_bind_sym()
301 symname_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_bind_sym()
302 symname_dsc.dsc$a_pointer = SYMNAME; in vms_bind_sym()
323 struct dsc$descriptor_s errstring_dsc; in vms_bind_sym()
[all …]
/netbsd/sys/arch/powerpc/booke/dev/
H A Dpq3duart.c102 || dsc->dsc_sc[da->da_port-1] != NULL) in com_pq3duart_match()
128 struct pq3duart_softc * const dsc = arg; in pq3duart_intr() local
131 if (dsc->dsc_sc[0] != NULL) in pq3duart_intr()
132 rv += comintr(dsc->dsc_sc[0]); in pq3duart_intr()
133 if (dsc->dsc_sc[1] != NULL) in pq3duart_intr()
134 rv += comintr(dsc->dsc_sc[1]); in pq3duart_intr()
163 dsc->dsc_dev = self; in pq3duart_attach()
175 if (dsc->dsc_sc[0] != NULL || dsc->dsc_sc[1] != NULL) { in pq3duart_attach()
177 IST_ONCHIP, pq3duart_intr, dsc); in pq3duart_attach()
178 if (dsc->dsc_ih == NULL) in pq3duart_attach()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_vdsc.c533 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
537 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
552 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
556 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
572 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
576 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
592 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
596 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
612 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
616 if (crtc_state->dsc.dsc_split) in intel_dsc_pps_configure()
[all …]
/netbsd/sys/arch/sgimips/hpc/
H A Dwdsc.c214 count = dsc->sc_dlen = *len; in wdsc_dmasetup()
229 dsc->sc_dmacmd = in wdsc_dmasetup()
231 dsc->sc_flags |= HPCDMA_READ; in wdsc_dmasetup()
233 dsc->sc_dmacmd = in wdsc_dmasetup()
235 dsc->sc_flags &= ~HPCDMA_READ; in wdsc_dmasetup()
250 if (dsc->sc_dlen == 0) in wdsc_dmago()
260 (dsc->sc_flags & HPCDMA_READ) ? in wdsc_dmago()
263 hpcdma_cntl(dsc, dsc->sc_dmacmd); /* Thunderbirds are go! */ in wdsc_dmago()
278 if (dsc->sc_flags & HPCDMA_READ) in wdsc_dmastop()
279 hpcdma_flush(dsc); in wdsc_dmastop()
[all …]
/netbsd/sys/dev/pci/
H A Dif_ne_pci.c172 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pci_attach() local
191 dsc->sc_dev = self; in ne_pci_attach()
197 aprint_error_dev(dsc->sc_dev, "can't map i/o space\n"); in ne_pci_attach()
208 dsc->sc_regt = nict; in ne_pci_attach()
209 dsc->sc_regh = nich; in ne_pci_attach()
221 dsc->sc_enabled = 1; in ne_pci_attach()
223 dsc->sc_mediachange = npp->npp_mediachange; in ne_pci_attach()
224 dsc->sc_mediastatus = npp->npp_mediastatus; in ne_pci_attach()
225 dsc->sc_media_init = npp->npp_media_init; in ne_pci_attach()
226 dsc->init_card = npp->npp_init_card; in ne_pci_attach()
[all …]
/netbsd/sys/arch/amiga/dev/
H A Dif_ne_xsh.c109 dsc->sc_dev = self; in ne_xsh_attach()
133 dsc->sc_regt = xsht; in ne_xsh_attach()
134 dsc->sc_regh = nich; in ne_xsh_attach()
140 dsc->sc_enabled = 1; in ne_xsh_attach()
144 dsc->sc_mediachange = ax88190_mediachange; in ne_xsh_attach()
145 dsc->sc_mediastatus = ax88190_mediastatus; in ne_xsh_attach()
146 dsc->init_card = ax88190_init_card; in ne_xsh_attach()
147 dsc->stop_card = ax88190_stop_card; in ne_xsh_attach()
148 dsc->sc_media_init = ax88190_media_init; in ne_xsh_attach()
149 dsc->sc_media_fini = ax88190_media_fini; in ne_xsh_attach()
[all …]
H A Dif_ne_zbus.c109 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_zbus_attach() local
116 dsc->sc_dev = self; in ne_zbus_attach()
117 dsc->sc_mediachange = rtl80x9_mediachange; in ne_zbus_attach()
118 dsc->sc_mediastatus = rtl80x9_mediastatus; in ne_zbus_attach()
119 dsc->init_card = rtl80x9_init_card; in ne_zbus_attach()
120 dsc->sc_media_init = rtl80x9_media_init; in ne_zbus_attach()
140 dsc->sc_regt = nict; in ne_zbus_attach()
141 dsc->sc_regh = nich; in ne_zbus_attach()
147 dsc->sc_enabled = 1; in ne_zbus_attach()
156 zsc->sc_isr.isr_arg = dsc; in ne_zbus_attach()
H A Dif_ne_xsurf.c122 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_xsurf_attach() local
131 dsc->sc_dev = self; in ne_xsurf_attach()
132 dsc->sc_mediachange = rtl80x9_mediachange; in ne_xsurf_attach()
133 dsc->sc_mediastatus = rtl80x9_mediastatus; in ne_xsurf_attach()
134 dsc->init_card = rtl80x9_init_card; in ne_xsurf_attach()
135 dsc->sc_media_init = rtl80x9_media_init; in ne_xsurf_attach()
156 dsc->sc_regt = nict; in ne_xsurf_attach()
157 dsc->sc_regh = nich; in ne_xsurf_attach()
163 dsc->sc_enabled = 1; in ne_xsurf_attach()
172 zsc->sc_isr.isr_arg = dsc; in ne_xsurf_attach()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dsc.c75 dsc->ctx->logger
93 dsc->base.ctx = ctx; in dsc2_construct()
94 dsc->base.inst = inst; in dsc2_construct()
95 dsc->base.funcs = &dcn20_dsc_funcs; in dsc2_construct()
97 dsc->dsc_regs = dsc_regs; in dsc2_construct()
98 dsc->dsc_shift = dsc_shift; in dsc2_construct()
99 dsc->dsc_mask = dsc_mask; in dsc2_construct()
101 dsc->max_image_width = 5184; in dsc2_construct()
199 dsc_config_log(dsc, dsc_cfg); in dsc2_set_config()
218 dsc_config_log(dsc, dsc_cfg); in dsc2_get_packed_pps()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/
H A DLPdir_vms.c65 struct dsc$descriptor_d filespec_dsc;
66 struct dsc$descriptor_d result_dsc;
139 (*ctx)->filespec_dsc.dsc$w_length = filespeclen; in LP_find_file()
140 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
141 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S; in LP_find_file()
145 (*ctx)->result_dsc.dsc$w_length = 0; in LP_find_file()
146 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
147 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D; in LP_find_file()
148 (*ctx)->result_dsc.dsc$a_pointer = 0; in LP_find_file()
169 l = (*ctx)->result_dsc.dsc$w_length; in LP_find_file()
[all …]
/netbsd/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_vms.c65 struct dsc$descriptor_d filespec_dsc;
66 struct dsc$descriptor_d result_dsc;
139 (*ctx)->filespec_dsc.dsc$w_length = filespeclen; in LP_find_file()
140 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
141 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S; in LP_find_file()
145 (*ctx)->result_dsc.dsc$w_length = 0; in LP_find_file()
146 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()
147 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D; in LP_find_file()
148 (*ctx)->result_dsc.dsc$a_pointer = 0; in LP_find_file()
169 l = (*ctx)->result_dsc.dsc$w_length; in LP_find_file()
[all …]
/netbsd/sys/dev/mca/
H A Dif_ne_mca.c133 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_mca_attach() local
142 dsc->sc_dev = self; in ne_mca_attach()
182 dsc->sc_regt = nict; in ne_mca_attach()
183 dsc->sc_regh = nich; in ne_mca_attach()
189 dsc->sc_enabled = 1; in ne_mca_attach()
191 dsc->sc_mediachange = NULL; in ne_mca_attach()
192 dsc->sc_mediastatus = NULL; in ne_mca_attach()
193 dsc->sc_media_init = NULL; in ne_mca_attach()
194 dsc->init_card = NULL; in ne_mca_attach()
211 dsc); in ne_mca_attach()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_hwss.c378 dsc->ctx->logger
418 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dp_set_dsc_on_stream() local
441 dsc->funcs->dsc_set_config(dsc, &dsc_cfg, &dsc_optc_cfg); in dp_set_dsc_on_stream()
442 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in dp_set_dsc_on_stream()
490 pipe_ctx->stream_res.dsc->funcs->dsc_disable(pipe_ctx->stream_res.dsc); in dp_set_dsc_on_stream()
498 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dp_set_dsc_enable() local
503 if (!dsc) in dp_set_dsc_enable()
522 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dp_set_dsc_pps_sdp() local
544 dsc->funcs->dsc_get_packed_pps(dsc, &dsc_cfg, &dsc_packed_pps[0]); in dp_set_dsc_pps_sdp()
566 struct display_stream_compressor *dsc = pipe_ctx->stream_res.dsc; in dp_update_dsc_config() local
[all …]

123456