APM_UNLOCK
#define APM_UNLOCK(sc) lockmgr(&(sc)->sc_lock, LK_RELEASE, NULL)
#define APM_UNLOCK(apmsc) mutex_exit(&(apmsc)->sc_lock)
#define APM_UNLOCK(apmsc) \