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.c296 q->q_ptr = msd; in msopen()
384 msflush(msd); in msopen()
453 kmem_free((void *)msd, sizeof (*msd)); in msclose()
755 msflush(msd); in msioctl()
895 if (msd == 0) in msrput()
916 if (msd->msd_rcnt_baud_chng && msd->msd_data_pkt_cnt == 0) { in msrput()
986 msflush(msd); in msrput()
1165 (void) quntimeout(msd->msd_readq, msd->msd_timeout_id); in msinput()
1191 msd->msd_timeout_id = qtimeout(msd->msd_readq, in msinput()
1197 msincr(msd); in msinput()
[all …]
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsrvsvc_sd.c280 if (msd == NULL) in srvsvc_sd_set_relative()
284 msd->sbz1 = 0; 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()
314 msd->offset_sacl = offset; in srvsvc_sd_set_relative()
317 if (msd->sacl == NULL) in srvsvc_sd_set_relative()
339 msd->offset_dacl = offset; in srvsvc_sd_set_relative()
342 if (msd->dacl == NULL) in srvsvc_sd_set_relative()
465 offset = msd->offset_sacl; in srvsvc_sd_set_absolute()
[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