Home
last modified time | relevance | path

Searched refs:mh (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libxl/
A Dlibxl_colo_proxy.c45 struct msghdr mh; in colo_proxy_send() local
66 mh.msg_name = &sa; in colo_proxy_send()
67 mh.msg_namelen = sizeof(sa); in colo_proxy_send()
68 mh.msg_iov = &iov; in colo_proxy_send()
69 mh.msg_iovlen = 1; in colo_proxy_send()
70 mh.msg_control = NULL; in colo_proxy_send()
71 mh.msg_controllen = 0; in colo_proxy_send()
72 mh.msg_flags = 0; in colo_proxy_send()
74 ret = sendmsg(cps->sock_fd, &mh, 0); in colo_proxy_send()
146 struct msghdr mh = { in colo_proxy_recv() local
[all …]
/xen/xen/crypto/
A Dvmac.c331 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
349 ADD128(ah,al,mh,ml); \
482 const uint64_t *kl, const uint64_t *mh, const uint64_t *ml) in poly_step_func() argument
509 AS2( mov esi, mh) in poly_step_func()
587 : "m" (ahi), "D" (ml), "d" (kh), "a" (alo), "S" (mh), "c" (kl) in poly_step_func()
603 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
604 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
629 const uint64_t *kl, const uint64_t *mh, const uint64_t *ml) in poly_step_func() argument
654 p += *(uint64_t *)mh; in poly_step_func()
696 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
[all …]
/xen/xen/common/
A Dargo.c772 struct xen_argo_ring_message_header mh = { }; in ringbuf_insert() local
822 mh.len = len + sizeof(struct xen_argo_ring_message_header); in ringbuf_insert()
823 mh.source.aport = src_id->aport; in ringbuf_insert()
824 mh.source.domain_id = src_id->domain_id; in ringbuf_insert()
825 mh.message_type = message_type; in ringbuf_insert()
841 &mh, NULL_hnd, sizeof(mh)); in ringbuf_insert()
852 ring.tx_ptr += sizeof(mh); in ringbuf_insert()
/xen/docs/misc/
A Dhvm-emulated-unplug.pandoc63 `/mh/driver-blacklist/{product_name}/{build_number}` exists and is
/xen/tools/xentrace/
A Dxenalyze.c69 struct mread_ctrl *mh; member
9572 r=mread64(G.mh, rec, sizeof(*rec), offset); in __read_record()
10852 if ( (G.mh = mread_init(G.fd)) == NULL ) in main()

Completed in 33 milliseconds