On Thu, 9 Feb 2006, Randy.Dunlap wrote: > in Documentation/power/devices.txt, I read: > > <quote> > System shutdown -- at least disks need to be spun down, or data may be > lost. Quiesce devices, just to make life easier for BIOS. event = > FREEZE, flags = SYSTEM_SHUTDOWN > </quote> > > Is this actually done somewhere? I can't find /SYSTEM_SHUTDOWN/ > in any kernel .h or .c files. Just about everything concerning the flags in those documentation files is fictitious. The flags field doesn't even exist! Right now there's nothing but the event field. I guess it's what Pavel intended to implement eventually. That doesn't mean the final version will actually take the form described in the file... Alan Stern