Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/
H A Dms.c246 static void msflush(struct msdata *msd);
247 static void msinput(struct msdata *msd, char c);
274 struct msdata *msd; in msopen() local
290 msd = kmem_zalloc(sizeof (struct msdata), KM_SLEEP); in msopen()
296 q->q_ptr = msd; in msopen()
297 WR(q)->q_ptr = msd; in msopen()
309 kmem_free(msd, sizeof (struct msdata)); in msopen()
321 kmem_free(msd, sizeof (struct msdata)); in msopen()
343 msd->msd_flags |= MS_IOCWAIT; /* indicate that we're waiting for */ in msopen()
344 msd->msd_iocid = iocb->ioc_id; /* this response */ in msopen()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c270 mslm_security_descriptor_t *msd; in srvsvc_sd_set_relative() local
279 msd = (mslm_security_descriptor_t *)sdbuf; in srvsvc_sd_set_relative()
280 if (msd == NULL) in srvsvc_sd_set_relative()
283 msd->revision = sd->sd_revision; in srvsvc_sd_set_relative()
284 msd->sbz1 = 0; in srvsvc_sd_set_relative()
285 msd->control = sd->sd_control | SE_SELF_RELATIVE; in srvsvc_sd_set_relative()
288 msd->offset_owner = msd->offset_group = 0; in srvsvc_sd_set_relative()
289 msd->offset_sacl = msd->offset_dacl = 0; in srvsvc_sd_set_relative()
292 msd->offset_owner = offset; in srvsvc_sd_set_relative()
303 msd->offset_group = offset; in srvsvc_sd_set_relative()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmodhash.c277 const modent_step_data_t *msd = data; in modent_format() local
282 if (msd->msd_position > mwd->mwd_maxposn) { in modent_format()
283 mwd->mwd_maxposn = msd->msd_position; in modent_format()
284 mwd->mwd_maxidx = msd->msd_hash_index; in modent_format()
285 mwd->mwd_maxaddr = msd->msd_first_addr; in modent_format()
291 if (mwd->mwd_idxtoprint == msd->msd_hash_index) in modent_format()
292 mwd->mwd_addr = msd->msd_first_addr; in modent_format()
299 (uintptr_t)msd->msd_mhe.mhe_key != mwd->mwd_opt_k) in modent_format()
304 (uintptr_t)msd->msd_mhe.mhe_val != mwd->mwd_opt_v) in modent_format()
308 if (mwd->mwd_opt_c && msd->msd_position != 0) in modent_format()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h590 uint32_t msd; member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h475 krb5_data msd; /* mechanism specific data */ member