HomeSort by: relevance | last modified time | path
    Searched defs:last_osc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
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);
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);
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);

Completed in 37 milliseconds