detach_msg        981 drivers/misc/vmw_vmci/vmci_queue_pair.c 	struct vmci_qp_detach_msg detach_msg;
detach_msg        983 drivers/misc/vmw_vmci/vmci_queue_pair.c 	detach_msg.hdr.dst = vmci_make_handle(VMCI_HYPERVISOR_CONTEXT_ID,
detach_msg        985 drivers/misc/vmw_vmci/vmci_queue_pair.c 	detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE;
detach_msg        986 drivers/misc/vmw_vmci/vmci_queue_pair.c 	detach_msg.hdr.payload_size = sizeof(handle);
detach_msg        987 drivers/misc/vmw_vmci/vmci_queue_pair.c 	detach_msg.handle = handle;
detach_msg        989 drivers/misc/vmw_vmci/vmci_queue_pair.c 	return vmci_send_datagram(&detach_msg.hdr);