Last Update: "2004/07/31 23:17:31 makoto"
sequence
(acpi_lid.c)
acpilid_attach -> (=) acpi_register_notify
-> acpilid_notify_handler
acpilid_notify_handler
-> AcpiOSExecute
-> sysmon_task_queue_sched
-> cv_broadcast
powerd.c
-> powerd/script/lidswitch
powerd/script/lidswitch
sysctl -w hw.acpi.sleep.state=3
sysctl_createv
( sysctl_hw_acpi_sleepstate)
sysctl_hw_acpi_sleepstate
-> acpi_enter_sleep_state
-> acpi.c
|