Home
last modified time | relevance | path

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

123

/netbsd/src/external/lgpl3/mpc/dist/tests/
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/src/sys/dev/ic/
Ddepca.c141 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev)); in depca_wrcsr() local
143 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()
150 struct depca_softc *dsc = device_private(device_parent(sc->sc_dev)); in depca_rdcsr() local
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()
241 struct depca_softc *dsc = device_private(parent); in le_depca_attach() local
252 if (depca_readprom(dsc->sc_iot, dsc->sc_ioh, sc->sc_enaddr)) { in le_depca_attach()
257 bus_space_write_2(dsc->sc_iot, dsc->sc_ioh, DEPCA_CSR, in le_depca_attach()
259 (dsc->sc_memsize == 32*1024 ? DEPCA_CSR_LOW32K : 0)); in le_depca_attach()
[all …]
Dne2000.c114 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne2000_attach() local
115 bus_space_tag_t nict = dsc->sc_regt; in ne2000_attach()
116 bus_space_handle_t nich = dsc->sc_regh; in ne2000_attach()
136 aprint_error_dev(dsc->sc_dev, "where did the card go?\n"); in ne2000_attach()
175 dsc->init_card = rtl80x9_init_card; in ne2000_attach()
176 dsc->sc_media_init = rtl80x9_media_init; in ne2000_attach()
177 dsc->sc_mediachange = rtl80x9_mediachange; in ne2000_attach()
178 dsc->sc_mediastatus = rtl80x9_mediastatus; in ne2000_attach()
182 dsc->cr_proto = ED_CR_RD2; in ne2000_attach()
185 dsc->rcr_proto = ED_RCR_INTT; in ne2000_attach()
[all …]
/netbsd/src/sys/arch/hp300/dev/
Dspc.c105 struct spc_dio_softc *dsc = device_private(self); in spc_dio_attach() local
106 struct spc_softc *sc = &dsc->sc_spc; in spc_dio_attach()
108 bus_space_tag_t iot = &dsc->sc_tag; in spc_dio_attach()
133 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()
147 dsc->sc_dq.dq_start = spc_dio_dmago; in spc_dio_attach()
148 dsc->sc_dq.dq_done = spc_dio_dmastop; in spc_dio_attach()
164 struct spc_dio_softc *dsc = (struct spc_dio_softc *)sc; in spc_dio_dmastart() local
166 dsc->sc_dq.dq_chan = DMA0 | DMA1; in spc_dio_dmastart()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Darm-tdep.c717 arm_displaced_step_copy_insn_closure *dsc = nullptr; in arm_pc_is_thumb() local
721 dsc = ((arm_displaced_step_copy_insn_closure * ) in arm_pc_is_thumb()
727 if (dsc) in arm_pc_is_thumb()
730 (unsigned long) dsc->insn_addr, in arm_pc_is_thumb()
732 memaddr = dsc->insn_addr; in arm_pc_is_thumb()
5497 displaced_read_reg (regcache *regs, arm_displaced_step_copy_insn_closure *dsc, in displaced_read_reg() argument
5501 CORE_ADDR from = dsc->insn_addr; in displaced_read_reg()
5511 if (!dsc->is_thumb) in displaced_read_reg()
5545 branch_write_pc (regcache *regs, arm_displaced_step_copy_insn_closure *dsc, in branch_write_pc() argument
5548 if (!dsc->is_thumb) in branch_write_pc()
[all …]
Darm-linux-tdep.c986 arm_displaced_step_copy_insn_closure *dsc) in arm_linux_cleanup_svc() argument
993 within_scratch = (apparent_pc >= dsc->scratch_base in arm_linux_cleanup_svc()
994 && apparent_pc < (dsc->scratch_base in arm_linux_cleanup_svc()
1004 displaced_write_reg (regs, dsc, ARM_PC_REGNUM, in arm_linux_cleanup_svc()
1005 dsc->insn_addr + dsc->insn_size, BRANCH_WRITE_PC); in arm_linux_cleanup_svc()
1010 arm_displaced_step_copy_insn_closure *dsc) in arm_linux_copy_svc() argument
1015 unsigned int svc_number = displaced_read_reg (regs, dsc, 7); in arm_linux_copy_svc()
1068 dsc->cleanup = &arm_linux_cleanup_svc; in arm_linux_copy_svc()
1071 dsc->wrote_to_pc = 1; in arm_linux_copy_svc()
1093 arm_displaced_step_copy_insn_closure *dsc) in cleanup_kernel_helper_return() argument
[all …]
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/dbus/
Ddbus_new_introspect.c86 const struct wpa_dbus_property_desc *dsc) in add_property() argument
90 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()
103 iface = add_interface(list, dsc->dbus_interface); in extract_interfaces_methods()
105 add_entry(iface->xml, "method", dsc->dbus_method, 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
[all …]
Ddbus_new_helpers.c29 const struct wpa_dbus_property_desc *dsc; in fill_dict_with_properties() local
31 for (dsc = props; dsc && dsc->dbus_property; dsc++) { in fill_dict_with_properties()
33 if (os_strncmp(dsc->dbus_interface, interface, in fill_dict_with_properties()
38 if (dsc->getter == NULL) in fill_dict_with_properties()
46 &dsc->dbus_property)) in fill_dict_with_properties()
50 if (!dsc->getter(dsc, &entry_iter, error, user_data)) { in fill_dict_with_properties()
53 __func__, dsc->dbus_interface, in fill_dict_with_properties()
54 dsc->dbus_property); in fill_dict_with_properties()
160 const struct wpa_dbus_property_desc *dsc, in properties_get() argument
172 if (dsc->getter == NULL) { in properties_get()
[all …]
/netbsd/src/sys/dev/pcmcia/
Dif_ne_pcmcia.c580 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pcmcia_attach() local
590 dsc->sc_dev = self; in ne_pcmcia_attach()
600 dsc->sc_regt = cfe->iospace[0].handle.iot; in ne_pcmcia_attach()
601 dsc->sc_regh = cfe->iospace[0].handle.ioh; 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()
621 dsc->sc_enable = ne_pcmcia_enable; in ne_pcmcia_attach()
622 dsc->sc_disable = ne_pcmcia_disable; in ne_pcmcia_attach()
659 dsc->sc_mediachange = dl10019_mediachange; in ne_pcmcia_attach()
[all …]
/netbsd/src/sys/arch/acorn32/podulebus/
Dif_ne_pbus.c235 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_pbus_attach() local
241 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()
325 if (bus_space_map(dsc->sc_regt, ne->nicbase, ne->nicsize, in ne_pbus_attach()
326 0, &dsc->sc_regh)) { in ne_pbus_attach()
346 dsc->sc_enabled = 1; in ne_pbus_attach()
363 dsc->sc_mediachange = ne->mediachange; in ne_pbus_attach()
364 dsc->sc_mediastatus = ne->mediastatus; in ne_pbus_attach()
365 dsc->init_card = ne->init_card; in ne_pbus_attach()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dso/
Ddso_vms.c69 struct dsc$descriptor_s filename_dsc;
75 struct dsc$descriptor_s imagename_dsc;
194 p->filename_dsc.dsc$w_length = strlen(p->filename); in vms_load()
195 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
196 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()
197 p->filename_dsc.dsc$a_pointer = p->filename; in vms_load()
198 p->imagename_dsc.dsc$w_length = strlen(p->imagename); in vms_load()
199 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()
200 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()
201 p->imagename_dsc.dsc$a_pointer = p->imagename; in vms_load()
[all …]
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3duart.c97 struct pq3duart_softc * const dsc = device_private(parent); in com_pq3duart_match() local
102 || 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()
156 struct pq3duart_softc * const dsc = device_private(self); in pq3duart_attach() local
163 dsc->dsc_dev = self; in pq3duart_attach()
175 if (dsc->dsc_sc[0] != NULL || dsc->dsc_sc[1] != NULL) { in pq3duart_attach()
[all …]
/netbsd/src/sys/arch/sgimips/hpc/
Dwdsc.c207 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_dmasetup() local
214 count = dsc->sc_dlen = *len; in wdsc_dmasetup()
225 hpcdma_sglist_create(dsc, wsc->sc_dmamap); 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()
248 struct hpc_dma_softc *dsc = &wsc->sc_hpcdma; in wdsc_dmago() local
250 if (dsc->sc_dlen == 0) in wdsc_dmago()
260 (dsc->sc_flags & HPCDMA_READ) ? in wdsc_dmago()
[all …]
/netbsd/src/sys/dev/pci/
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()
204 aprint_error_dev(dsc->sc_dev, "can't subregion 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()
[all …]
/netbsd/src/sys/arch/amiga/dev/
Dif_ne_xsh.c100 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_xsh_attach() local
108 dsc->sc_dev = self; in ne_xsh_attach()
132 dsc->sc_regt = xsht; in ne_xsh_attach()
133 dsc->sc_regh = nich; in ne_xsh_attach()
139 dsc->sc_enabled = 1; in ne_xsh_attach()
143 dsc->sc_mediachange = ax88190_mediachange; in ne_xsh_attach()
144 dsc->sc_mediastatus = ax88190_mediastatus; in ne_xsh_attach()
145 dsc->init_card = ax88190_init_card; in ne_xsh_attach()
146 dsc->stop_card = ax88190_stop_card; in ne_xsh_attach()
147 dsc->sc_media_init = ax88190_media_init; in ne_xsh_attach()
[all …]
Dif_ne_zbus.c108 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_zbus_attach() local
115 dsc->sc_dev = self; in ne_zbus_attach()
116 dsc->sc_mediachange = rtl80x9_mediachange; in ne_zbus_attach()
117 dsc->sc_mediastatus = rtl80x9_mediastatus; in ne_zbus_attach()
118 dsc->init_card = rtl80x9_init_card; in ne_zbus_attach()
119 dsc->sc_media_init = rtl80x9_media_init; in ne_zbus_attach()
139 dsc->sc_regt = nict; in ne_zbus_attach()
140 dsc->sc_regh = nich; in ne_zbus_attach()
146 dsc->sc_enabled = 1; in ne_zbus_attach()
155 zsc->sc_isr.isr_arg = dsc; in ne_zbus_attach()
Dif_ne_xsurf.c121 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_xsurf_attach() local
130 dsc->sc_dev = self; in ne_xsurf_attach()
131 dsc->sc_mediachange = rtl80x9_mediachange; in ne_xsurf_attach()
132 dsc->sc_mediastatus = rtl80x9_mediastatus; in ne_xsurf_attach()
133 dsc->init_card = rtl80x9_init_card; in ne_xsurf_attach()
134 dsc->sc_media_init = rtl80x9_media_init; in ne_xsurf_attach()
155 dsc->sc_regt = nict; in ne_xsurf_attach()
156 dsc->sc_regh = nich; in ne_xsurf_attach()
162 dsc->sc_enabled = 1; in ne_xsurf_attach()
171 zsc->sc_isr.isr_arg = dsc; in ne_xsurf_attach()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
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()
142 (*ctx)->filespec_dsc.dsc$a_pointer = CTX_FILESPEC; 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()
[all …]
/netbsd/src/sys/dev/mca/
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/src/crypto/external/bsd/openssl/dist/crypto/bio/
Dbss_log.c309 struct dsc$descriptor_s opc_dsc; in xsyslog()
330 struct dsc$descriptor_s buf_dsc; in xsyslog()
361 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
362 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
363 buf_dsc.dsc$a_pointer = buf; in xsyslog()
364 buf_dsc.dsc$w_length = sizeof(buf) - 1; in xsyslog()
375 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
376 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
377 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p; in xsyslog()
378 opc_dsc.dsc$w_length = len + 8; in xsyslog()
/netbsd/src/sys/dev/isapnp/
Dif_ne_isapnp.c95 struct dp8390_softc * const dsc = &nsc->sc_dp8390; in ne_isapnp_attach() local
106 dsc->sc_dev = self; in ne_isapnp_attach()
124 dsc->sc_regt = nict; in ne_isapnp_attach()
125 dsc->sc_regh = nich; in ne_isapnp_attach()
156 dsc->sc_enabled = 1; in ne_isapnp_attach()
166 ipa->ipa_irq[0].type, IPL_NET, dp8390_intr, dsc); in ne_isapnp_attach()
/netbsd/src/sys/arch/mmeye/dev/
Dif_ne_mainbus.c101 struct dp8390_softc *dsc = &sc->sc_dp8390; in ne_mainbus_attach() local
109 dsc->sc_dev = self; in ne_mainbus_attach()
126 dsc->sc_regt = nict; in ne_mainbus_attach()
127 dsc->sc_regh = nich; in ne_mainbus_attach()
152 dsc->sc_enabled = 1; in ne_mainbus_attach()
162 dp8390_intr, dsc); in ne_mainbus_attach()
/netbsd/src/sys/arch/x68k/dev/
Dif_ne_neptune.c118 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_neptune_attach() local
127 dsc->sc_dev = self; in ne_neptune_attach()
142 dsc->sc_regt = nict; in ne_neptune_attach()
143 dsc->sc_regh = nich; in ne_neptune_attach()
174 dsc->sc_enabled = 1; in ne_neptune_attach()
183 if (neptune_intr_establish(na->na_intr, "ne", dp8390_intr, dsc)) in ne_neptune_attach()
Dif_ne_intio.c135 struct dp8390_softc *dsc = &sc->sc_dp8390; in ne_intio_attach() local
144 dsc->sc_dev = self; in ne_intio_attach()
161 dsc->sc_regt = iot; in ne_intio_attach()
162 dsc->sc_regh = ioh; in ne_intio_attach()
194 dsc->sc_enabled = 1; in ne_intio_attach()
203 if (intio_intr_establish(ia->ia_intr, "ne", dp8390_intr, dsc)) in ne_intio_attach()
/netbsd/src/sys/arch/evbsh3/t_sh7706lan/
Dif_ne_mainbus.c113 struct dp8390_softc *dsc = &nsc->sc_dp8390; in ne_mainbus_attach() local
121 dsc->sc_dev = self; in ne_mainbus_attach()
139 dsc->sc_regt = nict; in ne_mainbus_attach()
140 dsc->sc_regh = nich; in ne_mainbus_attach()
172 dsc->sc_enabled = 1; in ne_mainbus_attach()
185 IPL_NET, dp8390_intr, dsc); in ne_mainbus_attach()

123