Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_video.c392 struct acpi_video_output *vidop; in acpi_video_free() local
412 vidop = vidp->vid_outputs; in acpi_video_free()
413 while (vidop != NULL) { in acpi_video_free()
414 vidop_next = vidop->next; in acpi_video_free()
415 kmem_free(vidop, sizeof (struct acpi_video_output)); in acpi_video_free()
416 vidop = vidop_next; in acpi_video_free()
435 struct acpi_video_output *vidop; in acpi_video_enum_output() local
444 vidop = kmem_zalloc(sizeof (struct acpi_video_output), KM_SLEEP); in acpi_video_enum_output()
445 vidop->dev.hdl = hdl; in acpi_video_enum_output()
446 (void) acpi_drv_dev_init(&vidop->dev); in acpi_video_enum_output()
[all …]