Searched refs:dtype (Results 1 - 25 of 76) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_sign.c145 int RSA_verify(int dtype, const unsigned char *m, unsigned int m_len, argument
160 return rsa->meth->rsa_verify(dtype, m, m_len,
170 if((dtype == NID_md5_sha1) && (m_len != SSL_SIG_LENGTH) ) {
179 if(dtype == NID_md5_sha1) {
211 OBJ_nid2ln(dtype));
213 if (sigtype != dtype)
215 if (((dtype == NID_md5) &&
217 ((dtype == NID_md2) &&
H A Drsa_saos.c104 int RSA_verify_ASN1_OCTET_STRING(int dtype, argument
/opensolaris-onvv-gate/usr/src/uts/i86pc/i86hvm/io/
H A Dpv_sd.c172 int dtype = DTYPE_DIRECT; local
175 dtype = DTYPE_RODIRECT;
186 INQUIRY_DEVICE_TYPE, dtype);
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dstartup.c534 struct disk_type *dtype, *type; local
561 dtype = (struct disk_type *)zalloc(sizeof (struct disk_type));
562 dtype->dtype_asciilabel = dtype_name;
566 dtype->dtype_filename = file_name;
567 dtype->dtype_lineno = data_lineno;
607 if (sup_change_spec(dtype, ident)) {
685 dtype->dtype_ncyl = val;
688 dtype->dtype_acyl = val;
691 dtype->dtype_pcyl = val;
694 dtype
934 struct disk_type *dtype = NULL; local
[all...]
H A Dstartup.h104 int dtype_match(struct dk_label *label, struct disk_type *dtype);
H A Dmenu_command.c1849 struct disk_type *dtype; local
1938 for (dtype = cur_ctype->ctype_dlist; dtype != NULL;
1939 dtype = dtype->dtype_next)
1940 if (dtype_match(&label, dtype))
1946 if (dtype != cur_dtype) {
1947 if (dtype == NULL) {
1964 cur_dtype = dtype;
1969 for (parts = dtype
[all...]
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dadm.c81 char *dtype[16]; /* setting a global for later use. */ variable
485 dtype[0] = MSGSTR(2192, "Disk device");
486 dtype[1] = MSGSTR(2193, "Tape device");
487 dtype[2] = MSGSTR(2194, "Printer device");
488 dtype[3] = MSGSTR(2195, "Processor device");
489 dtype[4] = MSGSTR(2196, "WORM device");
490 dtype[5] = MSGSTR(2197, "CD-ROM device");
491 dtype[6] = MSGSTR(2198, "Scanner device");
492 dtype[7] = MSGSTR(2199, "Optical memory device");
493 dtype[
[all...]
H A Dhotplug.c85 extern char *dtype[]; /* From adm.c */
491 int tid, slot, path_index, dtype, f_r, err = 0; local
599 dtype = DTYPE_DIRECT;
601 dtype = DTYPE_SEQUENTIAL;
603 dtype = DTYPE_ESI;
680 (dtype == DTYPE_DIRECT ||
681 dtype == DTYPE_SEQUENTIAL ||
682 dtype == DTYPE_UNKNOWN)) {
704 (dtype == DTYPE_DIRECT ||
705 dtype
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; local
102 dtype = np->f_info[OPT_DST].f_type;
105 if (btype == 0 && stype != dtype && (!stype || !dtype)) {
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/common/piclevent/
H A Dpiclevent.c151 char *dtype; local
164 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) {
169 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) == 0)
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dmdescplugin.c104 char *dtype; local
117 if (nvlist_lookup_string(nvlp, PICLEVENTARG_DATA_TYPE, &dtype)) {
122 if (strcmp(dtype, PICLEVENTARG_PICLEVENT_DATA) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1124 open_delegation_type4 dtype = sp->rs_finfo->rf_dinfo.rd_dtype; local
1126 switch (dtype) {
1158 open_delegation_type4 dtype = fp->rf_dinfo.rd_dtype; local
1164 switch (dtype) {
1223 rfs4_delegation_policy(open_delegation_type4 dtype, argument
1250 if (dtype == OPEN_DELEGATE_READ &&
1259 return (dtype);
1272 open_delegation_type4 dtype; local
1323 dtype = (open_delegation_type4)dreq;
1357 dtype
1566 rfs4_deleg_state(rfs4_state_t *sp, open_delegation_type4 dtype, int *recall) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h89 pmcs_dtype_t dtype; /* current dtype of the phy */ member in struct:pmcs_phy
90 pmcs_dtype_t pend_dtype; /* new dtype (pending change) */
243 pmcs_dtype_t dtype; /* stash, incase phy gets cleared */ member in struct:pmcwork
392 ((pp)->level == 0 && (pp)->dtype == SATA && \
420 (((pptr)->dtype == NOTHING)? "NOTHING" : \
421 (((pptr)->dtype == SATA)? "SATA" : \
422 (((pptr)->dtype == SAS)? "SAS" : "EXPANDER")))
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfunpack.c194 _fp_unpack(pu, n, dtype)
197 enum fp_op_type dtype; /* type of datum */
200 switch ((int) dtype) {
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c182 events_new_event(char *name, int dtype, char *etype) argument
201 if (dtype != -1 &&
202 nvlist_add_uint32(event, DM_EV_DTYPE, dtype) != 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c756 } else if ((level == 0) && (pptr->dtype == EXPANDER)) {
1183 ASSERT(pptr->dtype == SATA);
1271 pwrk->dtype = pptr->dtype;
1283 if (pptr->dtype == SATA) {
1367 pwrk->dtype = pptr->dtype;
1909 if (pptr->dtype == SAS) {
1926 } else if (pptr->dtype == SATA) {
2251 pptr->dtype
3353 char *dtype; local
[all...]
H A Dpmcs_smhba.c144 if ((pptr->dtype == SATA) || pptr->virtual) {
149 if (pphy->dtype == EXPANDER) {
158 if (pptr->dtype != EXPANDER) {
/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h208 dtype :5; member in struct:l_inquiry00_struct
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
H A DSolaris_ActiveProject.java242 CIMDataType dtype = new CIMDataType(CIMDataType.STRING_ARRAY);
243 CIMValue outVal = new CIMValue(vOutParam, dtype);
H A DSolaris_ActiveUser.java237 CIMDataType dtype = new CIMDataType(CIMDataType.STRING_ARRAY);
238 CIMValue outVal = new CIMValue(vOutParam, dtype);
H A DSolaris_ProjectProcessAggregateStatisticalInformation.java251 CIMDataType dtype = new CIMDataType(CIMDataType.STRING_ARRAY);
252 CIMValue outVal = new CIMValue(vOutParam, dtype);
H A DSolaris_UserProcessAggregateStatisticalInformation.java246 CIMDataType dtype = new CIMDataType(CIMDataType.STRING_ARRAY);
247 CIMValue outVal = new CIMValue(vOutParam, dtype);
/opensolaris-onvv-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni1055 foreach my $dtype (@type) {
1059 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/);
1061 my $entryType = ${$entryDef{$dtype}}[0];
1063 my $type = $dtype;
1088 print STDERR "$dtype is not an implemented data type\n";
1090 if (${$entryDef{$dtype}}[1]) {
1091 push (@default, $id, ${$entryDef{$dtype}}[1]);
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml883 foreach my $dtype (@type) {
887 $arraySize = $1 if ($dtype =~ s/\[(\d+)\]/[]/);
889 my $entryType = ${$entryDef{$dtype}}[0];
891 my $type = $dtype;
916 print STDERR "$dtype is not an implemented data type\n";
918 if (uc $omitEntry ne 'ALWAYS' && ${$entryDef{$dtype}}[1]) {
919 push (@default, $id, ${$entryDef{$dtype}}[1]);
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Doptim.c833 register int dtype, stype; local
837 dtype = nettype(dest);
839 if (stype == 0 || dtype == 0) {
843 if ((stype & dtype) == 0)
846 while ((np->no_stat & stype & dtype) == 0)

Completed in 263 milliseconds

1234