Lines Matching refs:a
4 this file except in compliance with the License. You may obtain a copy of the
38 The daemon is a state machine with 5 valid states:
83 While the protocol describes that there is only one active window at a time, the
84 daemon keeps a cache of previously accessed windows to avoid the need to reload
87 The reserved memory region is divided among a number of windows which make up
88 the window cache. When the host requests a flash offset the cache is searched
96 evict using a least recently used (LRU) scheme. The flash is then copied into
106 The daemon is invoked on the command line with a few parameters:
122 specified then the default is to have a single window which spans the entire
136 The daemon sits in a poll loop waiting for an event to happen on one or more of
159 The daemon blocks SIGINTs, SIGTERMs, and SIGHUPs and instead polls for them on a