Searched refs:e_msg (Results 1 – 3 of 3) sorted by relevance
918 struct vmci_event_msg *e_msg; in queue_pair_notify_peer_local() local923 char buf[sizeof(*e_msg) + sizeof(*e_payload)]; in queue_pair_notify_peer_local()925 e_msg = (struct vmci_event_msg *)buf; in queue_pair_notify_peer_local()926 e_payload = vmci_event_msg_payload(e_msg); in queue_pair_notify_peer_local()928 e_msg->hdr.dst = VMCI_MAKE_HANDLE(context_id, VMCI_EVENT_HANDLER); in queue_pair_notify_peer_local()929 e_msg->hdr.src = VMCI_MAKE_HANDLE(VMCI_HYPERVISOR_CONTEXT_ID, in queue_pair_notify_peer_local()931 e_msg->hdr.payload_size = sizeof(*e_msg) + sizeof(*e_payload) - in queue_pair_notify_peer_local()932 sizeof(e_msg->hdr); in queue_pair_notify_peer_local()933 e_msg->event_data.event = attach ? VMCI_EVENT_QP_PEER_ATTACH : in queue_pair_notify_peer_local()938 return (vmci_event_dispatch((struct vmci_datagram *)e_msg)); in queue_pair_notify_peer_local()
200 vmci_event_msg_payload(struct vmci_event_msg *e_msg) in vmci_event_msg_payload() argument203 return (vmci_event_data_payload(&e_msg->event_data)); in vmci_event_msg_payload()
62 const char *e_msg; member99 return (pe->e_msg); in errtomsg()160 pe->e_msg = strerror(error - 100); in send_error()163 strcpy(tp->th_msg, pe->e_msg); in send_error()164 length = strlen(pe->e_msg); in send_error()