ACPI
  list
   With FreeBSD
   Gnats database (panasonic)
  memo
  PR
  lid_sw
    powerd or script
    sysctl -w is the ..
    acpilid_notify_handler
  sequence
  acpi.c

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
Last Update: Mon, 21 Aug 2017 14:48:39 GMT 1.66 2008/03/08