Lines Matching +full:software +full:- +full:initiated
6 * of this software and associated documentation files (the "Software"), to
7 * deal in the Software without restriction, including without limitation the
9 * sell copies of the Software, and to permit persons to whom the Software is
13 * all copies or substantial portions of the Software.
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21 * DEALINGS IN THE SOFTWARE.
104 /* Generally followed by nul-terminated string(s). */
116 * Inter-domain shared memory communications. */
119 #define MASK_XENSTORE_IDX(idx) ((idx) & (XENSTORE_RING_SIZE-1))
140 #define XENSTORE_CONNECTED 0 /* the steady-state */
141 #define XENSTORE_RECONNECT 1 /* guest has initiated a reconnect */
148 * c-file-style: "BSD"
149 * c-basic-offset: 4
150 * tab-width: 4
151 * indent-tabs-mode: nil