Searched defs:vidp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c672 datalink_id_t *linkidp, uint16_t *vidp, vrid_t *vridp, int *afp)
682 *vidp = vattr.va_vid;
715 datalink_id_t *linkidp, uint16_t *vidp, char *vnic, size_t len)
764 if (vidp != NULL)
765 *vidp = vid;
671 vrrp_is_vrrp_vnic(vrrp_handle_t vh, datalink_id_t vnicid, datalink_id_t *linkidp, uint16_t *vidp, vrid_t *vridp, int *afp) argument
714 vrrp_get_vnicname(vrrp_handle_t vh, vrid_t vrid, int af, char *link, datalink_id_t *linkidp, uint16_t *vidp, char *vnic, size_t len) argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1133 vsw_vlanid_t *vidp; local
1142 vidp = &vids[i];
1144 if (vidp->vl_set == B_TRUE) {
1149 &vidp->vl_muh, vidp->vl_vid, &diag);
1154 vidp->vl_vid, rv);
1156 vidp->vl_set = B_TRUE;
1160 vidp->vl_vid, vswp->physname);
1170 vsw_vlanid_t *vidp; local
1173 vidp
[all...]
H A Dvsw_switching.c103 uint16_t *vidp);
1472 * The vlan id determined is returned in vidp.
1477 uint16_t *vidp)
1487 *vidp = VLAN_ID(ntohs(evhp->ether_tci));
1499 *vidp = portp->pvid;
1509 *vidp = vswp->pvid;
1476 vsw_frame_lookup_vid(void *arg, int caller, struct ether_header *ehp, uint16_t *vidp) argument
H A Dvnet_gen.c196 uint16_t *vidp);
1564 * The vlan id determined is returned in vidp.
1568 vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp, uint16_t *vidp) argument
1576 *vidp = VLAN_ID(ntohs(evhp->ether_tci));
1581 *vidp = vnetp->pvid;
/illumos-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c152 acpi_video_set_dos(struct acpi_video *vidp, uint32_t policy) argument
164 vidsp = vidp->vid_switch;
323 acpi_video_notify_intall(struct acpi_video *vidp) argument
331 vidsp = vidp->vid_switch;
332 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) {
344 vidbp = vidp->vid_brightness;
345 for (i = 0; i < vidp->total_brightness && vidbp != NULL; i++) {
360 acpi_video_notify_unintall(struct acpi_video *vidp) argument
367 vidsp = vidp->vid_switch;
368 for (i = 0; i < vidp
386 acpi_video_free(struct acpi_video *vidp) argument
423 acpi_video_fini(struct acpi_video *vidp) argument
431 acpi_video_enum_output(ACPI_HANDLE hdl, struct acpi_video *vidp) argument
534 struct acpi_video *vidp; local
578 struct acpi_video *vidp; local
597 struct acpi_video *vidp; local
619 struct acpi_video *vidp = p; local
767 struct acpi_video *vidp; local
[all...]

Completed in 82 milliseconds