Lines Matching defs:vnic
184 vnic_info_t *vnic;
189 vnic = &ioc.vi_info;
190 vnic->vn_vnic_id = linkid;
198 attrp->va_vnic_id = vnic->vn_vnic_id;
199 attrp->va_link_id = vnic->vn_link_id;
200 attrp->va_zone_id = vnic->vn_zone_id;
201 attrp->va_owner_zone_id = vnic->vn_owner_zone_id;
202 attrp->va_onloan = vnic->vn_onloan;
203 attrp->va_mac_addr_type = vnic->vn_mac_addr_type;
204 bcopy(vnic->vn_mac_addr, attrp->va_mac_addr, MAXMACADDRLEN);
205 attrp->va_mac_len = vnic->vn_mac_len;
206 attrp->va_mac_slot = vnic->vn_mac_slot;
207 attrp->va_mac_prefix_len = vnic->vn_mac_prefix_len;
208 attrp->va_vid = vnic->vn_vid;
209 attrp->va_vrid = vnic->vn_vrid;
210 attrp->va_af = vnic->vn_af;
211 attrp->va_force = vnic->vn_force;
499 dladm_vnic_create(dladm_handle_t handle, const char *vnic,
554 if (vnic == NULL) {
556 (void) strlcpy(name, "vnic", sizeof (name));
558 (void) strlcpy(name, vnic, sizeof (name));
605 /* Save vnic configuration and its properties */
1042 /* Get all properties for this vnic */