acpi_display.c | 997 struct acpidisp_out_softc *osc, *last_osc; local in function:acpidisp_vga_cycle_output_device_callback 1014 last_osc = NULL; 1038 if (last_osc != NULL) 1039 (void)acpidisp_set_state(last_osc, last_state.raw); 1041 last_osc = osc; 1045 if (last_osc != NULL) { 1047 (void)acpidisp_set_state(last_osc, last_state.raw);
|