Home
last modified time | relevance | path

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

12345

/netbsd-src/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-src/sys/dev/ic/
H A 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 …]
H A 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/
H A 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/sys/dev/pcmcia/
H A 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/
H A 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/external/gpl2/gmake/dist/
H A Dvmsjobs.c48 vms_redirect (struct dsc$descriptor_s *desc, char *fname, char *ibuf) in vms_redirect()
65 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()
296 static struct dsc$descriptor_s cmddsc; in child_execute_job()
297 static struct dsc$descriptor_s pnamedsc; in child_execute_job()
298 static struct dsc$descriptor_s ifiledsc; in child_execute_job()
299 static struct dsc$descriptor_s ofiledsc; in child_execute_job()
300 static struct dsc$descriptor_s efiledsc; in child_execute_job()
[all …]
/netbsd-src/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;
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/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;
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/
H A 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/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_vdsc.c390 struct drm_dsc_config *vdsc_cfg = &pipe_config->dsc.config; in intel_dsc_compute_params()
391 u16 compressed_bpp = pipe_config->dsc.compressed_bpp; in intel_dsc_compute_params()
398 pipe_config->dsc.slice_count); in intel_dsc_compute_params()
505 const struct drm_dsc_config *vdsc_cfg = &crtc_state->dsc.config; in intel_dsc_pps_configure()
510 u8 num_vdsc_instances = (crtc_state->dsc.dsc_split) ? 2 : 1; in intel_dsc_pps_configure()
533 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()
[all …]
/netbsd-src/sys/arch/sgimips/hpc/
H A 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/
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()
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/
H A 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 …]
H A 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()
H A 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/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_dsc.c35 static void dsc_log_pps(struct display_stream_compressor *dsc, struct drm_dsc_config *pps);
40 static void dsc_write_to_registers(struct display_stream_compressor *dsc, const struct dsc_reg_valu…
46 static void dsc2_read_state(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
47 static bool dsc2_validate_stream(struct display_stream_compressor *dsc, const struct dsc_config *ds…
48 static void dsc2_set_config(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
50 static bool dsc2_get_packed_pps(struct display_stream_compressor *dsc, const struct dsc_config *dsc…
51 static void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe);
52 static void dsc2_disable(struct display_stream_compressor *dsc);
75 dsc->ctx->logger
86 void dsc2_construct(struct dcn20_dsc *dsc, in dsc2_construct() argument
[all …]
/netbsd-src/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()
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/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()
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/
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-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_link_hwss.c378 dsc->ctx->logger
379 static void dsc_optc_config_log(struct display_stream_compressor *dsc, in dsc_optc_config_log() argument
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()
444 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc; in dp_set_dsc_on_stream()
457 dsc_optc_config_log(dsc, &dsc_optc_cfg); in dp_set_dsc_on_stream()
468 dsc_optc_config_log(dsc, &dsc_optc_cfg); 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()
492 odm_pipe->stream_res.dsc->funcs->dsc_disable(odm_pipe->stream_res.dsc); in dp_set_dsc_on_stream()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
H A Ddsc.h91 void (*dsc_read_state)(struct display_stream_compressor *dsc, struct dcn_dsc_state *s);
92 …bool (*dsc_validate_stream)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cf…
93 void (*dsc_set_config)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
95 bool (*dsc_get_packed_pps)(struct display_stream_compressor *dsc, const struct dsc_config *dsc_cfg,
97 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
98 void (*dsc_disable)(struct display_stream_compressor *dsc);
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_dwhdmi.c141 sunxi_dwhdmi_detect(struct dwhdmi_softc *dsc, bool force) in sunxi_dwhdmi_detect() argument
143 struct sunxi_dwhdmi_softc * const sc = to_sunxi_dwhdmi_softc(dsc); in sunxi_dwhdmi_detect()
154 sunxi_dwhdmi_enable(struct dwhdmi_softc *dsc) in sunxi_dwhdmi_enable() argument
156 struct sunxi_dwhdmi_softc * const sc = to_sunxi_dwhdmi_softc(dsc); in sunxi_dwhdmi_enable()
163 device_printf(dsc->sc_dev, "failed to enable phy: %d\n", error); in sunxi_dwhdmi_enable()
169 device_printf(dsc->sc_dev, "failed to configure phy: %d\n", error); in sunxi_dwhdmi_enable()
173 sunxi_dwhdmi_disable(struct dwhdmi_softc *dsc) in sunxi_dwhdmi_disable() argument
175 struct sunxi_dwhdmi_softc * const sc = to_sunxi_dwhdmi_softc(dsc); in sunxi_dwhdmi_disable()
182 device_printf(dsc->sc_dev, "failed to disable phy\n"); in sunxi_dwhdmi_disable()
186 sunxi_dwhdmi_mode_set(struct dwhdmi_softc *dsc, in sunxi_dwhdmi_mode_set() argument
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbss_log.c308 struct dsc$descriptor_s opc_dsc; in xsyslog()
329 struct dsc$descriptor_s buf_dsc; in xsyslog()
360 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
361 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
362 buf_dsc.dsc$a_pointer = buf; in xsyslog()
363 buf_dsc.dsc$w_length = sizeof(buf) - 1; in xsyslog()
374 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()
375 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()
376 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p; in xsyslog()
377 opc_dsc.dsc$w_length = len + 8; in xsyslog()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A 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()

12345