search for: apm_ev

Displaying 1 result from an estimated 1 matches for "apm_ev".

Did you mean: apm_cs
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...int rushjob; +extern int syncer_maxdelay; +extern int sync_extdelay; /* * Macro/function to check for client cache inconsistency w.r.t. leasing. -------------- next part -------------- # apmd Configuration File # # $FreeBSD: src/etc/apmd.conf,v 1.2.2.1 2000/12/12 22:48:18 dannyboy Exp $ # apm_event POWERSTATECHANGE { exec "/etc/rc.syncdelay"; } apm_event SUSPENDREQ { exec "/etc/rc.suspend"; } apm_event USERSUSPENDREQ { exec "sync && sync && sync"; #exec "sleep 1"; exec "apm -z"; } apm_event NORMRESUME, STANDBYRESUME...