Searched refs:iface (Results 1 - 25 of 39) sorted by relevance

12

/barrelfish-2018-10-04/lib/xeon_phi/
H A Dxeon_phi_client_internal.h17 * \param iface Interface name of the domain
24 errval_t xeon_phi_client_domain_lookup(const char *iface,
31 * \param iface Interface name of the domain
38 errval_t xeon_phi_client_domain_wait(const char *iface,
44 * \param iface Interface name of the domain
50 errval_t xeon_phi_client_domain_register(const char *iface,
H A Dxeon_phi_domain.c32 * \brief builds the iface name representation
34 * \param iface Name of the domain
44 char *iface; local
50 iface = malloc(ifacelen);
51 if (iface == NULL) {
54 snprintf(iface, ifacelen, "%s.%02x.%02x", name, xid, core);
57 iface = malloc(ifacelen);
58 if (iface == NULL) {
61 snprintf(iface, ifacelen, "r'^%s\\.[0-9][0-9]\\.%u'", name, core);
66 iface
91 xeon_phi_domain_lookup(const char *iface, xphi_dom_id_t *retdomid) argument
139 xeon_phi_domain_blocking_lookup(const char *iface, xphi_dom_id_t *retdomid) argument
186 xeon_phi_domain_register(const char *iface, xphi_dom_id_t domid) argument
[all...]
H A Dxeon_phi_client.c548 char iface[30]; local
549 snprintf(iface, sizeof(iface), "%s.%u", XEON_PHI_SERVICE_NAME, xid);
550 DEBUG_XPHI("looking up service {%s}\n", iface);
551 err = nameservice_blocking_lookup(iface, &svc_iref);
820 * \param iface Interface name of the domain
897 * \param iface Interface name of the domain
904 errval_t xeon_phi_client_domain_lookup(const char *iface, argument
936 DEBUG_XPHI("xeon_phi_client_domain_lookup: iface:%s\n", iface);
974 xeon_phi_client_domain_wait(const char *iface, xphi_dom_id_t *retdom) argument
1053 xeon_phi_client_domain_register(const char *iface, xphi_dom_id_t dom) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Ddomain.h16 * \param iface Name of the domain
19 errval_t domain_lookup(const char *iface,
25 * \param iface Name of the domain
29 errval_t domain_wait(const char *iface,
37 * \param iface Name of the domain
40 errval_t domain_register(const char *iface,
H A Ddomain.c60 * \param iface Name of the domain
63 errval_t domain_lookup(const char *iface, argument
74 err = r->rpc_tx_vtbl.get(r, iface, NOP_TRIGGER, reply.output, &reply.tid,
105 * \param iface Name of the domain
108 errval_t domain_wait(const char *iface, argument
136 err = c->call_seq.get(c, iface, iface_set_trigger, NULL, &ws->tid,
166 * \param iface Name of the domain
169 errval_t domain_register(const char *iface, argument
181 size_t len = snprintf(NULL, 0, format, iface, domid);
186 snprintf(record, len + 1, format, iface, domi
[all...]
/barrelfish-2018-10-04/lib/virtio/guest/
H A Dchannel.h14 errval_t virtio_guest_flounder_init(char *iface);
H A Dchannel_flounder.c177 errval_t virtio_guest_flounder_init(char *iface) argument
181 VIRTIO_DEBUG_CHAN("looking up iface [%s]\n", iface);
182 err = nameservice_blocking_lookup(iface, &virtio_rpc_svc_iref);
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dnameservice_test.c30 char *iface = xeon_phi_domain_build_iface("ns_test_iface", disp_xeon_phi_id(), local
33 char *iface = xeon_phi_domain_build_iface("ns_test_iface", XEON_PHI_DOMAIN_HOST, local
37 debug_printf("Exact lookup: {%s}\n", iface);
38 err = xeon_phi_domain_lookup(iface, &result);
41 free(iface);
44 iface = xeon_phi_domain_build_iface("ns_test_iface", disp_xeon_phi_id(),
47 iface = xeon_phi_domain_build_iface("ns_test_iface", XEON_PHI_DOMAIN_HOST,
50 debug_printf("Core don't care lookup {%s}\n", iface);
51 err = xeon_phi_domain_lookup(iface, &result);
55 iface
80 char *iface = xeon_phi_domain_build_iface("ns_test_iface", disp_xeon_phi_id(), local
83 char *iface = xeon_phi_domain_build_iface("ns_test_iface", XEON_PHI_DOMAIN_HOST, local
[all...]
/barrelfish-2018-10-04/include/xeon_phi/
H A Dxeon_phi_domain.h19 * \brief builds the iface name representation
34 * \param iface Name of the domain
37 errval_t xeon_phi_domain_lookup(const char *iface,
43 * \param iface Name of the domain
46 errval_t xeon_phi_domain_blocking_lookup(const char *iface,
52 * \param iface Name of the domain
55 errval_t xeon_phi_domain_register(const char *iface,
/barrelfish-2018-10-04/include/barrelfish/
H A Dnameservice_client.h17 errval_t nameservice_lookup(const char *iface, iref_t *retiref);
18 errval_t nameservice_blocking_lookup(const char *iface, iref_t *retiref);
19 errval_t nameservice_register(const char *iface, iref_t iref);
/barrelfish-2018-10-04/lib/virtio/
H A Dguest.c21 char *iface)
27 err = virtio_guest_flounder_init(iface);
20 virtio_guest_init(enum virtio_guest_channel backend, char *iface) argument
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/include/
H A Dusb_endpoint.h15 struct usb_endpoint *usb_endpoint_lookup(struct usb_device *dev, uint8_t iface,
H A Dusb_transfer.h59 usb_error_t usb_transfer_setup(struct usb_device *device, const uint8_t iface,
/barrelfish-2018-10-04/lib/octopus/client/
H A Dnameservice_client.c26 errval_t nameservice_lookup(const char *iface, iref_t *retiref)
31 err = oct_get(&record, iface);
49 errval_t nameservice_blocking_lookup(const char *iface, iref_t *retiref)
66 err = cl->call_seq.get(cl, iface, &record, t, &error_code);
90 errval_t nameservice_register(const char *iface, iref_t iref)
92 return oct_set("%s { iref: %d }", iface, iref);
/barrelfish-2018-10-04/usr/bench/xeon_phi_ump/
H A Dmain_inter_card.c41 char *iface = xeon_phi_domain_build_iface(disp_name(), 1, 2); local
42 debug_printf("waiting for up: %s\n", iface);
43 err = xeon_phi_domain_blocking_lookup(iface, &domainid);
46 debug_printf("sending open message to %s on node 1\n", iface);
H A Dmain_card.c41 char iface[30]; local
42 snprintf(iface, 30, "xphi_ump_bench.%u", XPHI_BENCH_CORE_HOST);
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_root_hub.h19 struct usb_interface_descriptor iface; member in struct:usb_ehci_config_descriptor
/barrelfish-2018-10-04/lib/netd/
H A DARP_lookup_service.c52 static errval_t get_ip_info(struct net_ARP_binding *cc, uint32_t iface,
56 ipv4addr_t ip, uint32_t iface, bool force,
126 static errval_t get_ip_info(struct net_ARP_binding *cc, uint32_t iface, argument
131 NETD_DEBUG("get_ip_info: client asking for ip over %"PRIu32"\n", iface);
169 ipv4addr_t ip, uint32_t iface, bool force,
173 PRIu32" over iface %"PRIu32"\n", ip, iface);
179 PRIu32" over iface %"PRIu32" == %"PRIx64"\n",
180 ip, iface, *mac);
168 ARP_resolve_request(struct net_ARP_binding *cc, ipv4addr_t ip, uint32_t iface, bool force, errval_t *err, uint64_t *mac) argument
/barrelfish-2018-10-04/lib/barrelfish/
H A Dnameservice_client.c28 * \param iface Name of interface for which to query name server
31 errval_t nameservice_lookup(const char *iface, iref_t *retiref) argument
42 err = r->rpc_tx_vtbl.get(r, iface, NOP_TRIGGER, reply.output, &reply.tid,
72 * \param iface Name of interface for which to query name server
75 errval_t nameservice_blocking_lookup(const char *iface, iref_t *retiref) argument
85 err = r->rpc_tx_vtbl.wait_for(r, iface, reply.record, &reply.error_code);
114 * \param iface Name of interface to register
117 errval_t nameservice_register(const char *iface, iref_t iref) argument
128 size_t len = snprintf(NULL, 0, format, iface, iref);
133 snprintf(record, len+1, format, iface, ire
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/
H A Dusb_endpoint.c26 * \param iface the interface in which we want to look for
36 uint8_t iface, const struct usb_xfer_config *filter)
55 if ((ep->descriptor == NULL) || (ep->iface_index != iface)) {
92 USB_DEBUG_XFER("Endpoint found: iface=0x%x, ep=0x%x\n",
93 iface, ep->endpoint_address);
35 usb_endpoint_lookup(struct usb_device *device, uint8_t iface, const struct usb_xfer_config *filter) argument
H A Dusb_driver.c153 struct usb_interface *iface = device->ifaces; local
161 while ((iface != NULL) && (i < device->iface_max)) {
164 idesc = iface->descriptor;
166 iface++;
180 iface++;
/barrelfish-2018-10-04/lib/lwip/src/barrelfish/
H A DARP_lookup_client.c133 uint32_t iface = 0; local
135 err = net_ARP_binding->rpc_tx_vtbl.ip_info(net_ARP_binding, iface, &remote_err,
167 uint32_t iface = 0; local
171 err = net_ARP_binding->rpc_tx_vtbl.ARP_lookup(net_ARP_binding, ip, iface, force,
/barrelfish-2018-10-04/include/usb/
H A Dusb_device.h31 struct usb_interface *iface; ///< the parent interface member in struct:usb_endpoint
53 * - alt_setting alternative setting for this iface
57 * - endpoints array of pointer to the endpoints of this iface
67 uint8_t num_endpoints; ///< the number of endpoints in this iface
104 struct usb_interface *usb_device_get_iface(uint8_t iface);
/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c80 * \param iface the interface number
84 static usb_error_t usb_device_cfg_process(struct usb_device *dev, uint8_t iface, argument
96 if (iface != USB_INTERFACE_INDEX_ANY) {
108 if ((iface == USB_INTERFACE_INDEX_ANY)
109 || (iface == ep->iface_index)) {
147 /* check if we have to initialize the iface or endpoints */
198 ep->iface = interface;
205 /* the last endpoint descriptor will be stored at the iface again */
334 * \param iface the interface number to look for
338 struct usb_interface *usb_device_get_iface(uint8_t iface) argument
[all...]
/barrelfish-2018-10-04/include/virtio/
H A Dvirtio_guest.h43 char *iface);

Completed in 209 milliseconds

12