Home
last modified time | relevance | path

Searched refs:vidp (Results 1 – 8 of 8) sorted by relevance

/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) in acpi_video_set_dos() argument
164 vidsp = vidp->vid_switch; in acpi_video_set_dos()
323 acpi_video_notify_intall(struct acpi_video *vidp) in acpi_video_notify_intall() argument
331 vidsp = vidp->vid_switch; in acpi_video_notify_intall()
332 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) { in acpi_video_notify_intall()
344 vidbp = vidp->vid_brightness; in acpi_video_notify_intall()
345 for (i = 0; i < vidp->total_brightness && vidbp != NULL; i++) { in acpi_video_notify_intall()
360 acpi_video_notify_unintall(struct acpi_video *vidp) in acpi_video_notify_unintall() argument
367 vidsp = vidp->vid_switch; in acpi_video_notify_unintall()
368 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) { in acpi_video_notify_unintall()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1133 vsw_vlanid_t *vidp; in vsw_mac_add_vlans() local
1142 vidp = &vids[i]; in vsw_mac_add_vlans()
1144 if (vidp->vl_set == B_TRUE) { in vsw_mac_add_vlans()
1149 &vidp->vl_muh, vidp->vl_vid, &diag); in vsw_mac_add_vlans()
1154 vidp->vl_vid, rv); in vsw_mac_add_vlans()
1156 vidp->vl_set = B_TRUE; in vsw_mac_add_vlans()
1160 vidp->vl_vid, vswp->physname); in vsw_mac_add_vlans()
1170 vsw_vlanid_t *vidp; in vsw_mac_remove_vlans() local
1173 vidp = &vids[i]; in vsw_mac_remove_vlans()
1174 if (vidp->vl_set == B_FALSE) { in vsw_mac_remove_vlans()
[all …]
H A Dvsw_switching.c103 uint16_t *vidp);
1477 uint16_t *vidp) in vsw_frame_lookup_vid() argument
1487 *vidp = VLAN_ID(ntohs(evhp->ether_tci)); in vsw_frame_lookup_vid()
1499 *vidp = portp->pvid; in vsw_frame_lookup_vid()
1509 *vidp = vswp->pvid; in vsw_frame_lookup_vid()
H A Dvnet_gen.c196 uint16_t *vidp);
1571 vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp, uint16_t *vidp) in vgen_frame_lookup_vid() argument
1579 *vidp = VLAN_ID(ntohs(evhp->ether_tci)); in vgen_frame_lookup_vid()
1584 *vidp = vnetp->pvid; in vgen_frame_lookup_vid()
H A Dvsw_ldc.c188 struct ether_header *ehp, uint16_t *vidp);
/illumos-gate/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c672 datalink_id_t *linkidp, uint16_t *vidp, vrid_t *vridp, int *afp) in vrrp_is_vrrp_vnic() argument
682 *vidp = vattr.va_vid; in vrrp_is_vrrp_vnic()
715 datalink_id_t *linkidp, uint16_t *vidp, char *vnic, size_t len) in vrrp_get_vnicname() argument
764 if (vidp != NULL) in vrrp_get_vnicname()
765 *vidp = vid; in vrrp_get_vnicname()
/illumos-gate/usr/src/uts/common/sys/
H A Dhotkey_drv.h122 int acpi_video_ioctl(void *vidp, int cmd, intptr_t arg, int mode, cred_t *cr,
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay.c1861 uint64_t maxid, *vidp; in overlay_i_setprop() local
1931 vidp = (uint64_t *)oip->oip_value; in overlay_i_setprop()
1937 if (*vidp >= maxid) { in overlay_i_setprop()
1941 overlay_setprop_vnetid(odd, *vidp); in overlay_i_setprop()