Home
last modified time | relevance | path

Searched refs:msd (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/sun/io/
H A Dms.c254 static void msflush(struct msdata *msd);
285 register struct msdata *msd; local
301 msd = kmem_zalloc(sizeof (struct msdata), KM_SLEEP);
307 q->q_ptr = msd;
308 WR(q)->q_ptr = msd;
320 kmem_free(msd, sizeof (struct msdata));
332 kmem_free(msd, sizeof (struct msdata));
354 msd->msd_flags |= MS_IOCWAIT; /* indicate that we're waiting for */
355 msd->msd_iocid = iocb->ioc_id; /* this response */
356 msd->msd_baud_rate = B9600;
[all …]
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c266 mslm_security_descriptor_t *msd; in srvsvc_sd_set_relative() local
275 msd = (mslm_security_descriptor_t *)sdbuf; in srvsvc_sd_set_relative()
276 if (msd == NULL) in srvsvc_sd_set_relative()
279 msd->revision = sd->sd_revision; in srvsvc_sd_set_relative()
280 msd->sbz1 = 0; in srvsvc_sd_set_relative()
281 msd->control = sd->sd_control | SE_SELF_RELATIVE; in srvsvc_sd_set_relative()
284 msd->offset_owner = msd->offset_group = 0; in srvsvc_sd_set_relative()
285 msd->offset_sacl = msd->offset_dacl = 0; in srvsvc_sd_set_relative()
288 msd->offset_owner = offset; in srvsvc_sd_set_relative()
299 msd->offset_group = offset; in srvsvc_sd_set_relative()
[all …]
/titanic_41/usr/src/uts/intel/os/
H A Dmaster59 # msd ... Mass storage device (eg scsi or ide)
185 CPQ4411|CPQ4410|SNIAAC1 ncrs msd eisa ncrs.bef "Compaq 32-Bit Fast-SCSI-2 Controller"
186 CPQ4020 csa msd eisa none "Compaq SMART Array Controller"
190 ICU0580 tmc msd all none "Future Domain TMC-850 SCSI controller"
191 ICU05F0 usc msd all none "Ultrastor ULTRA14F SCSI Controller"
200 ISY0040|PNP0600|PNP0680 ata msd all ata.bef "IDE controller"
222 pci1000,1 pci1000,1 msd pci ncrs.bef "Symbios Logic 53c810 SCSI"
223 pci1000,2 pci1000,2 msd pci ncrs.bef "Symbios Logic 53c820 SCSI"
224 pci1000,3 pci1000,3 msd pci ncrs.bef "Symbios Logic 53c825 SCSI"
225 pci1000,4 pci1000,4 msd pci ncrs.bef "Symbios Logic 53c815 SCSI"
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c278 const modent_step_data_t *msd = data; in modent_format() local
283 if (msd->msd_position > mwd->mwd_maxposn) { in modent_format()
284 mwd->mwd_maxposn = msd->msd_position; in modent_format()
285 mwd->mwd_maxidx = msd->msd_hash_index; in modent_format()
286 mwd->mwd_maxaddr = msd->msd_first_addr; in modent_format()
292 if (mwd->mwd_idxtoprint == msd->msd_hash_index) in modent_format()
293 mwd->mwd_addr = msd->msd_first_addr; in modent_format()
300 (uintptr_t)msd->msd_mhe.mhe_key != mwd->mwd_opt_k) in modent_format()
305 (uintptr_t)msd->msd_mhe.mhe_val != mwd->mwd_opt_v) in modent_format()
309 if (mwd->mwd_opt_c && msd->msd_position != 0) in modent_format()
[all …]
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dkfree.c819 if (psr->msd.data) in krb5_free_predicted_sam_response_contents()
820 krb5_free_data_contents(ctx, &psr->msd); in krb5_free_predicted_sam_response_contents()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h590 uint32_t msd; member
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c684 FIELDOF_OPT(krb5_predicted_sam_response, ostring_data, msd, 6, 6),
691 if (val->msd.length > 0) optional |= (1u << 6); in optional_predicted_sam_response()
H A Dasn1_k_decode.c1170 opt_string(val->msd,6,asn1_decode_charstring); /* should be octet */ in asn1_decode_predicted_sam_response()
/titanic_41/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h475 krb5_data msd; /* mechanism specific data */ member