Lines Matching +full:async +full:- +full:enum
1 /* SPDX-License-Identifier: MIT */
12 enum xsd_sockmsg_type
89 /* Generally followed by nul-terminated string(s). */
92 enum xs_watch_type
101 * Inter-domain shared memory communications. */
104 #define MASK_XENSTORE_IDX(idx) ((idx) & (XENSTORE_RING_SIZE-1))
107 char rsp[XENSTORE_RING_SIZE]; /* Replies and async watch events. */
128 #define XENSTORE_CONNECTED 0 /* the steady-state */
142 * c-file-style: "BSD"
143 * c-basic-offset: 4
144 * tab-width: 4
145 * indent-tabs-mode: nil