Lines Matching refs:result
1196 * vmbus_onopen_result - Open result handler.
1204 struct vmbus_channel_open_result *result;
1210 result = (struct vmbus_channel_open_result *)hdr;
1212 trace_vmbus_onopen_result(result);
1215 * Find the open msg, copy the result and signal/unblock the wait event
1227 if (openmsg->child_relid == result->child_relid &&
1228 openmsg->openid == result->openid) {
1230 result,
1261 * Find the establish msg, copy the result and signal/unblock the wait
1311 * Find the open msg, copy the result and signal/unblock the wait event