Searched refs:vidp (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/ |
H A D | acpi_video.c | 149 acpi_video_set_dos(struct acpi_video *vidp, uint32_t policy) in acpi_video_set_dos() argument 161 vidsp = vidp->vid_switch; in acpi_video_set_dos() 320 acpi_video_notify_intall(struct acpi_video *vidp) in acpi_video_notify_intall() argument 328 vidsp = vidp->vid_switch; in acpi_video_notify_intall() 329 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) { in acpi_video_notify_intall() 341 vidbp = vidp->vid_brightness; in acpi_video_notify_intall() 342 for (i = 0; i < vidp->total_brightness && vidbp != NULL; i++) { in acpi_video_notify_intall() 357 acpi_video_notify_unintall(struct acpi_video *vidp) in acpi_video_notify_unintall() argument 364 vidsp = vidp->vid_switch; in acpi_video_notify_unintall() 365 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) { in acpi_video_notify_unintall() [all …]
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 1133 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 D | vsw_switching.c | 103 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 D | vnet_gen.c | 196 uint16_t *vidp); 1568 vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp, uint16_t *vidp) in vgen_frame_lookup_vid() argument 1576 *vidp = VLAN_ID(ntohs(evhp->ether_tci)); in vgen_frame_lookup_vid() 1581 *vidp = vnetp->pvid; in vgen_frame_lookup_vid()
|
H A D | vsw_ldc.c | 188 struct ether_header *ehp, uint16_t *vidp);
|
/titanic_44/usr/src/lib/libvrrpadm/common/ |
H A D | libvrrpadm.c | 672 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()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | hotkey_drv.h | 122 int acpi_video_ioctl(void *vidp, int cmd, intptr_t arg, int mode, cred_t *cr,
|