Home
last modified time | relevance | path

Searched refs:mdt (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mt/
H A Dmt.c267 struct mtdrivetype mdt; in print_config() local
274 mdt_req.size = sizeof (mdt); in print_config()
275 mdt_req.mtdtp = &mdt; in print_config()
286 if (isspace(mdt.vid[i]) || mdt.vid[i] == '*') { in print_config()
287 mdt.vid[i] = 0; in print_config()
288 } else if (mdt.vid[i] == 0) { in print_config()
298 if (strstr(mdt.name, "Vendor '") == NULL) { in print_config()
299 name = mdt.name; in print_config()
301 name = mdt.vid; in print_config()
318 (void) printf("\"%s\", \"%s\", \"%s\";\n", mdt.vid, name, cfgname); in print_config()
[all …]
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c200 softmac_fill_mdt_ack(void *arg, dl_capab_mdt_t *mdt) in softmac_fill_mdt_ack() argument
212 ASSERT(mdt->mdt_version == MDT_VERSION_2); in softmac_fill_mdt_ack()
214 softmac->smac_mdt_capab.mdt_hdr_head = mdt->mdt_hdr_head; in softmac_fill_mdt_ack()
215 softmac->smac_mdt_capab.mdt_hdr_tail = mdt->mdt_hdr_tail; in softmac_fill_mdt_ack()
216 softmac->smac_mdt_capab.mdt_max_pld = mdt->mdt_max_pld; in softmac_fill_mdt_ack()
217 softmac->smac_mdt_capab.mdt_span_limit = mdt->mdt_span_limit; in softmac_fill_mdt_ack()
417 softmac_adv_mdt_ack(void *arg, dl_capab_mdt_t *mdt) in softmac_adv_mdt_ack() argument
430 if ((softmac->smac_mdt_capab.mdt_hdr_head != mdt->mdt_hdr_head) || in softmac_adv_mdt_ack()
431 (softmac->smac_mdt_capab.mdt_hdr_tail != mdt->mdt_hdr_tail) || in softmac_adv_mdt_ack()
432 (softmac->smac_mdt_capab.mdt_max_pld != mdt->mdt_max_pld) || in softmac_adv_mdt_ack()
[all …]
H A Dsoftmac_fp.c438 dl_capab_mdt_t mdt; in softmac_capability_advertise() local
446 bzero(&mdt, sizeof (dl_capab_mdt_t)); in softmac_capability_advertise()
447 mdt.mdt_version = MDT_VERSION_2; in softmac_capability_advertise()
448 mdt.mdt_flags = DL_CAPAB_MDT_ENABLE; in softmac_capability_advertise()
449 mdt.mdt_hdr_head = softmac->smac_mdt_capab.mdt_hdr_head; in softmac_capability_advertise()
450 mdt.mdt_hdr_tail = softmac->smac_mdt_capab.mdt_hdr_tail; in softmac_capability_advertise()
451 mdt.mdt_max_pld = softmac->smac_mdt_capab.mdt_max_pld; in softmac_capability_advertise()
452 mdt.mdt_span_limit = softmac->smac_mdt_capab.mdt_span_limit; in softmac_capability_advertise()
453 dlcapabsetqid(&(mdt.mdt_mid), sup->su_rq); in softmac_capability_advertise()
454 bcopy(&mdt, ptr, sizeof (dl_capab_mdt_t)); in softmac_capability_advertise()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c1437 nfstime4 mdt; in xdr_ga_fattr_res() local
1440 if (!xdr_longlong_t(xdrs, (longlong_t *)&mdt.seconds)) in xdr_ga_fattr_res()
1442 if (!XDR_GETINT32(xdrs, (int32_t *)&mdt.nseconds)) in xdr_ga_fattr_res()
1444 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res()
2031 nfstime4 mdt; in xdr_ga_fattr_res_inline() local
2034 IXDR_GET_U_HYPER(ptr, mdt.seconds); in xdr_ga_fattr_res_inline()
2035 mdt.nseconds = IXDR_GET_U_INT32(ptr); in xdr_ga_fattr_res_inline()
2037 error = nfs4_time_ntov(&mdt, &vap->va_ctime); in xdr_ga_fattr_res_inline()