Searched refs:ep (Results 26 - 50 of 114) sorted by relevance

12345

/barrelfish-2018-10-04/kernel/include/
H A Ddispatch.h77 errval_t lmp_can_deliver_payload(struct capability *ep,
79 errval_t lmp_deliver_payload(struct capability *ep, struct dcb *send,
82 errval_t lmp_deliver(struct capability *ep, struct dcb *send,
87 static inline errval_t lmp_deliver_notification(struct capability *ep) argument
89 return lmp_deliver_payload(ep, NULL, NULL, 0, false, true);
/barrelfish-2018-10-04/lib/usb/
H A Dusb_device.c60 * \param ep the endpoint to initalize
64 struct usb_endpoint *ep)
67 ep->ep_direction = desc->bEndpointAddress.direction;
68 ep->ep_number = desc->bEndpointAddress.ep_number;
69 ep->ep_type = desc->bmAttributes.xfer_type;
70 ep->ep_usage = desc->bmAttributes.usage_type;
71 ep->ep_sync = desc->bmAttributes.sync_type;
72 ep->iface_index = iface_index;
90 struct usb_endpoint *ep; local
104 ep
62 usb_device_init_endpoint(uint8_t iface_index, struct usb_endpoint_descriptor *desc, struct usb_endpoint *ep) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dmultilink.c75 #define set_ip_epdisc(ep, addr) do { \
76 ep->length = 4; \
77 ep->value[0] = addr >> 24; \
78 ep->value[1] = addr >> 16; \
79 ep->value[2] = addr >> 8; \
80 ep->value[3] = addr; \
452 get_default_epdisc(ep)
453 struct epdisc *ep;
461 if (p != 0 && get_if_hwaddr(ep->value, p) >= 0) {
462 ep
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dmultilink.c75 #define set_ip_epdisc(ep, addr) do { \
76 ep->length = 4; \
77 ep->value[0] = addr >> 24; \
78 ep->value[1] = addr >> 16; \
79 ep->value[2] = addr >> 8; \
80 ep->value[3] = addr; \
452 get_default_epdisc(ep)
453 struct epdisc *ep;
461 if (p != 0 && get_if_hwaddr(ep->value, p) >= 0) {
462 ep
[all...]
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_bus.h21 struct usb_endpoint_descriptor *ep_desc, struct usb_endpoint *ep);
H A Dusb_ehci_bus.c253 * \param ep the endpoint to initialize
256 struct usb_endpoint_descriptor *ep_desc, struct usb_endpoint *ep)
287 ep->pipe_fn = usb_ehci_get_ctrl_pipe_fn();
290 ep->pipe_fn = usb_ehci_get_intr_pipe_fn();
298 ep->pipe_fn = usb_ehci_get_hs_isoc_pipe_fn();
300 ep->pipe_fn = usb_ehci_get_fs_isoc_pipe_fn();
304 ep->pipe_fn = usb_ehci_get_bulk_pipe_fn();
255 usb_ehci_endpoint_init(struct usb_device *device, struct usb_endpoint_descriptor *ep_desc, struct usb_endpoint *ep) argument
/barrelfish-2018-10-04/lib/bulk_transfer/backends/sm/
H A Dchannel.c304 assert(channel->ep);
306 struct bulk_sm_endpoint_descriptor *ep = CHANNEL_EP(channel); local
308 assert(ep->state == BULK_EPSTATE_IREF_EXPORTED);
323 errval_t err = bulk_ctrl_bind(ep->iref,
350 struct bulk_sm_endpoint_descriptor *ep = CHANNEL_EP(channel); local
352 assert(ep);
353 assert(ep->state == BULK_EPSTATE_CREATED);
355 ep->iref = iref;
356 ep->err = err;
357 ep
372 struct bulk_sm_endpoint_descriptor *ep = CHANNEL_EP(channel); local
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkquery.c107 u_char *cp, *ep; local
131 ep = buf + buflen;
142 if (ep - cp < QFIXEDSZ)
144 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
158 if ((ep - cp) < RRFIXEDSZ)
160 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
180 if (ep - cp < 1 + RRFIXEDSZ + datalen)
215 u_char *cp, *ep; local
225 ep = buf + buflen;
227 if ((ep
273 register u_char *cp, *ep; local
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dipi_notify.c29 struct capref my_notify_cap, struct capref ep,
34 rn->ep = ep;
54 errval_t err = b->tx_vtbl.ipi_alloc_notify_request(b, NOP_CONT, uc->ep, (uintptr_t)uc);
75 errval_t err = endpoint_create(LMP_RECV_LENGTH, &uc->ep, &uc->iep);
128 cap_destroy(uc->ep);
28 ipi_notify_init(struct ipi_notify *rn, struct capref rmt_notify_cap, struct capref my_notify_cap, struct capref ep, struct lmp_endpoint *iep) argument
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Dipi_notify.h37 struct capref my_notify_cap, rmt_notify_cap, ep; member in struct:ipi_notify
44 struct capref my_notify_cap, struct capref ep,
/barrelfish-2018-10-04/usr/tests/perfmontest/
H A Dperfmon.c37 static struct lmp_endpoint *ep; variable in typeref:struct:lmp_endpoint
58 err = lmp_endpoint_recv(ep, &msg.buf, NULL);
119 err = lmp_endpoint_register(ep, get_default_waitset(), cl);
132 err = endpoint_create(250 * 12, &epcap, &ep);
141 err = lmp_endpoint_register(ep, get_default_waitset(), cl);
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A DMakefile20 ep-gomp:
21 gcc -o ep-gomp ep.c c_print_results.c c_randdp.c c_timers.c wtime.c -DPOSIX -lm -fopenmp -O2
33 ep-bomp:
35 gcc -o ep-bomp ep.c c_print_results.c c_randdp.c c_timers.c wtime.o -DBOMP -lm -fopenmp libbomp.a -lpthread -lnuma -g -O2
/barrelfish-2018-10-04/usr/monitor/arch/armv7/
H A Dboot.c75 struct capref ep, my_notify_cap; local
78 err = endpoint_create(LMP_RECV_LENGTH, &ep, &iep);
80 err = notification_allocate(ep, &chanid);
98 my_notify_cap, ep, iep);
/barrelfish-2018-10-04/usr/monitor/arch/armv8/
H A Dboot.c75 struct capref ep, my_notify_cap; local
78 err = endpoint_create(LMP_RECV_LENGTH, &ep, &iep);
80 err = notification_allocate(ep, &chanid);
98 my_notify_cap, ep, iep);
/barrelfish-2018-10-04/usr/monitor/arch/x86/
H A Dboot.c81 struct capref ep, my_notify_cap; local
84 err = endpoint_create(LMP_RECV_LENGTH, &ep, &iep);
86 err = notification_allocate(ep, &chanid);
104 my_notify_cap, ep, iep);
/barrelfish-2018-10-04/lib/bulk_transfer/
H A Dbulk_channel.c40 channel->ep = local_ep_desc;
74 channel->ep = remote_ep_desc;
137 if (channel->state != BULK_STATE_CONNECTED || !(channel->ep)) {
166 return channel->ep->f->assign_pool(channel, pool, cont);
221 return channel->ep->f->remove_pool(channel, pool, cont);
258 return channel->ep->f->move(channel, buffer, meta, cont);
294 return channel->ep->f->pass(channel, buffer, meta, cont);
338 return channel->ep->f->copy(channel, buffer, meta, cont);
370 return channel->ep->f->release(channel, buffer, cont);
/barrelfish-2018-10-04/usr/monitor/
H A Dmonitor_server.c240 struct capref ep; member in struct:bind_lmp_client_request_error_state
246 struct capref ep)
262 me->ep = ep;
280 err = cap_destroy(ep);
292 st->serv_binding, st->ep);
308 size_t buflen, struct capref ep,
320 capp = caprefdup(ep);
326 con_id, buflen, ep);
337 me->args.ep
243 bind_lmp_client_request_error(struct monitor_binding *b, errval_t err, uintptr_t domain_id, struct monitor_binding *serv_binding, struct capref ep) argument
306 bind_lmp_service_request_cont(struct monitor_binding *serv_binding, uintptr_t service_id, uintptr_t con_id, size_t buflen, struct capref ep, struct monitor_binding *b, uintptr_t domain_id) argument
369 bind_lmp_client_request(struct monitor_binding *b, iref_t iref, uintptr_t domain_id, size_t buflen, struct capref ep) argument
440 bind_lmp_reply_client_cont(struct monitor_binding *client_binding, errval_t msgerr, uintptr_t mon_conn_id, uintptr_t client_conn_id, struct capref ep, struct monitor_binding *b) argument
500 bind_lmp_reply(struct monitor_binding *b, errval_t msgerr, uintptr_t mon_conn_id, uintptr_t user_conn_id, struct capref ep) argument
724 set_proc_mgmt_ep_request(struct monitor_binding *b, struct capref ep) argument
[all...]
H A Ddomain.c81 struct lmp_endpoint *ep = arg; local
86 err = lmp_endpoint_recv(ep, &msg.buf, NULL);
136 err = lmp_endpoint_register(ep, get_default_waitset(), cl);
168 debug_printf("monitor ep registered\n");
H A Dboot.c99 struct capref ep, my_notify_cap; local
102 err = endpoint_create(LMP_RECV_LENGTH, &ep, &iep);
104 err = notification_allocate(ep, &chanid);
114 my_notify_cap, ep, iep);
/barrelfish-2018-10-04/lib/libc/db/recno/
H A Drec_get.c225 u_char *sp, *ep, *p; local
238 ep = (u_char *)t->bt_emap;
240 if (sp >= ep) {
246 sp < ep && len > 0; *p++ = *sp++, --len);
270 u_char *sp, *ep; local
275 ep = (u_char *)t->bt_emap;
279 if (sp >= ep) {
283 for (data.data = sp; sp < ep && *sp != bval; ++sp);
/barrelfish-2018-10-04/lib/libc/net/
H A Dmap_v4v6.c88 _map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { argument
101 if ((ep - *bpp) < (i + IN6ADDRSZ)) {
/barrelfish-2018-10-04/lib/libc/gen/
H A Dpw_scan.c75 char *ep, *p, *sh; local
105 temp = strtoul(p, &ep, 10);
112 if (*ep != '\0') {
140 temp = strtoul(p, &ep, 10);
147 if (*ep != '\0') {
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_bus.c77 * \param ep the endpoint
80 struct usb_endpoint_descriptor *ep_desc, struct usb_endpoint *ep)
95 ep->pipe_fn = usb_ohci_get_ctrl_pipe_fn();
98 ep->pipe_fn = usb_ohci_get_intr_pipe_fn();
102 ep->pipe_fn = usb_ohci_get_isoc_pipe_fn();
106 ep->pipe_fn = usb_ohci_get_bulk_pipe_fn();
79 usb_ohci_ep_init(struct usb_device *device, struct usb_endpoint_descriptor *ep_desc, struct usb_endpoint *ep) argument
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetpath.c241 char *ep; /* escape pointer */ local
264 ep = npp;
265 while ((np = strchr(ep, '\\')) != NULL) {
268 strcpy(np, (ep = &np[1])); /* XXX: overlapping string copy */
/barrelfish-2018-10-04/lib/lua/src/
H A Dlstrlib.c310 const char *ep) {
318 case '[': return matchbracketclass(c, p, ep-1);
347 const char *p, const char *ep) {
349 while (singlematch(ms, s + i, p, ep))
353 const char *res = match(ms, (s+i), ep+1);
362 const char *p, const char *ep) {
364 const char *res = match(ms, s, ep+1);
367 else if (singlematch(ms, s, p, ep))
443 const char *ep; char previous; local
448 ep
309 singlematch(MatchState *ms, const char *s, const char *p, const char *ep) argument
346 max_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
361 min_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
471 const char *ep = classend(ms, p); /* points to optional suffix */ local
[all...]

Completed in 224 milliseconds

12345