Lines Matching +full:1 +full:br +full:- +full:10
1 /*-
8 * 1. Redistributions of source code must retain the above copyright
38 * 0.13 -- Windows Server 2008
39 * 1.1 -- Windows 7
40 * 2.4 -- Windows 8
41 * 3.0 -- Windows 8.1
42 * 4.0 -- Windows 10
43 * 5.0 -- Newer Windows 10
46 #define VMBUS_VERSION_WIN7 ((1 << 16) | (1))
55 #define VMBUS_CHAN_POLLHZ_MIN 100 /* 10ms interval */
56 #define VMBUS_CHAN_POLLHZ_MAX 1000000 /* 1us interval */
67 /* This is actually vmbus_gpa_range.gpa_page[1] */
97 VMBUS_CHANPKT_GETLEN((pkt)->cph_hlen))
101 (VMBUS_CHANPKT_GETLEN((pkt)->cph_tlen) -\
102 VMBUS_CHANPKT_GETLEN((pkt)->cph_hlen))
145 * EISCONN Failed, and the memory passed through 'br' is still
147 * passed through 'br', if this error happens.
148 * other values Failed. The memory passed through 'br' is no longer
150 * memory passed through 'br'.
157 * Callers of this function _must_ make sure to close all sub-channels before