Lines Matching refs:u64
142 uint64_t u64;
149 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64,
150 sizeof (u64));
153 attrp->sna_type = (uint_t)u64;
155 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
156 sizeof (u64));
159 attrp->sna_mac_len = (uint_t)u64;
520 uint64_t u64;
531 u64 = attrp->sna_type;
533 DLADM_TYPE_UINT64, &u64);
537 u64 = attrp->sna_mac_len;
539 DLADM_TYPE_UINT64, &u64);