Searched refs:otherend (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/xen/xenbus/ |
| HD | xenbus_if.m | 40 * \brief Callback triggered when the state of the otherend 43 * \param _dev NewBus device_t for this XenBus device whose otherend's 45 * \param _newstate The new state of the otherend device. 56 * \param _dev NewBus device_t for this XenBus device whose otherend's
|
| /NextBSD/sys/dev/xen/netback/ |
| HD | netback.c | 155 static int xnb_send(netif_rx_back_ring_t *rxb, domid_t otherend, 157 static int xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, 1819 xnb_recv(netif_tx_back_ring_t *txb, domid_t otherend, struct mbuf **mbufc, in xnb_recv() argument 1863 nr_ents = xnb_txpkt2gnttab(&pkt, *mbufc, gnttab, txb, otherend); in xnb_recv() 2403 xnb_send(netif_rx_back_ring_t *ring, domid_t otherend, const struct mbuf *mbufc, in xnb_send() argument 2414 n_entries = xnb_rxpkt2gnttab(&pkt, mbufc, gnttab, ring, otherend); in xnb_send()
|
| /NextBSD/sys/dev/xen/pcifront/ |
| HD | pcifront.c | 458 err = xenbus_scanf(NULL, pdev->xdev->otherend, in xpcife_attach() 478 err = xenbus_scanf(NULL, pdev->xdev->otherend, str, in xpcife_attach()
|