Searched refs:dsc (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/dso/
H A Ddso_vms.c123 struct dsc$descriptor_s filename_dsc;
127 struct dsc$descriptor_s imagename_dsc;
209 p->filename_dsc.dsc$w_length = strlen(p->filename);
210 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
211 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
212 p->filename_dsc.dsc$a_pointer = p->filename;
213 p->imagename_dsc.dsc$w_length = strlen(p->imagename);
214 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
215 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
216 p->imagename_dsc.dsc
[all...]
/opensolaris-onvv-gate/usr/src/uts/i86pc/io/
H A Dimmu_qinv.c98 #define INV_DSC_TYPE(dsc) ((dsc)->lo & 0xF)
161 static void qinv_submit_inv_dsc(immu_t *immu, qinv_dsc_t *dsc);
177 qinv_submit_inv_dsc(immu_t *immu, qinv_dsc_t *dsc) argument
208 IMMU_DPROBE3(immu__qinv__sub, uint64_t, dsc->lo, uint64_t, dsc->hi,
211 bcopy(dsc, qinv_table->qinv_mem_vaddr + tail * QINV_ENTRY_SIZE,
225 qinv_dsc_t dsc; local
227 dsc.lo = CC_INV_DSC_LOW(function_mask, source_id, domain_id, type);
228 dsc
238 qinv_dsc_t dsc; local
282 qinv_dsc_t dsc; local
294 qinv_dsc_t dsc; local
309 qinv_dsc_t dsc; local
714 qinv_dsc_t *dsc; local
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_log.c331 struct dsc$descriptor_s opc_dsc;
335 struct dsc$descriptor_s buf_dsc;
351 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
352 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
353 buf_dsc.dsc$a_pointer = buf;
354 buf_dsc.dsc$w_length = sizeof(buf) - 1;
365 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
366 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
367 opc_dsc.dsc$a_pointer = (char *)opcdef_p;
368 opc_dsc.dsc
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c2272 struct dsc$descriptor_s wilddsc
2274 struct dsc$descriptor_vs rsdsc
2302 ok = ((wilddsc.dsc$a_pointer = tovmspath(SvPVX(tmpglob),vmsspec)) != NULL);
2303 else ok = ((wilddsc.dsc$a_pointer = tovmsspec(SvPVX(tmpglob),vmsspec)) != NULL);
2304 if (ok) wilddsc.dsc$w_length = (unsigned short int) strlen(wilddsc.dsc$a_pointer);
2305 for (cp=wilddsc.dsc$a_pointer; ok && cp && *cp; cp++)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs284 static struct dsc$descriptor_s fildevdsc =
286 static struct dsc$descriptor_s *fildev[] = { &fildevdsc, NULL };
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7661 cygwin data dbmfilter debug debguts delta diag doc dos dsc embed

Completed in 192 milliseconds