Searched refs:vidp (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c149 acpi_video_set_dos(struct acpi_video *vidp, uint32_t policy) argument
161 vidsp = vidp->vid_switch;
320 acpi_video_notify_intall(struct acpi_video *vidp) argument
328 vidsp = vidp->vid_switch;
329 for (i = 0; i < vidp->total_switch && vidsp != NULL; i++) {
341 vidbp = vidp->vid_brightness;
342 for (i = 0; i < vidp->total_brightness && vidbp != NULL; i++) {
357 acpi_video_notify_unintall(struct acpi_video *vidp) argument
364 vidsp = vidp->vid_switch;
365 for (i = 0; i < vidp
383 acpi_video_free(struct acpi_video *vidp) argument
420 acpi_video_fini(struct acpi_video *vidp) argument
428 acpi_video_enum_output(ACPI_HANDLE hdl, struct acpi_video *vidp) argument
531 struct acpi_video *vidp; local
575 struct acpi_video *vidp; local
594 struct acpi_video *vidp; local
616 struct acpi_video *vidp = p; local
764 struct acpi_video *vidp; local
[all...]
/opensolaris-onvv-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,
/opensolaris-onvv-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;
H A Dvsw_ldc.c188 struct ether_header *ehp, uint16_t *vidp);
/opensolaris-onvv-gate/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c668 datalink_id_t *linkidp, uint16_t *vidp, vrid_t *vridp, int *afp)
678 *vidp = vattr.va_vid;
710 datalink_id_t *linkidp, uint16_t *vidp, char *vnic, size_t len)
749 if (vidp != NULL)
750 *vidp = vid;
667 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
709 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

Completed in 379 milliseconds