Home
last modified time | relevance | path

Searched defs:ep (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dendpoint.cc25 void grpc_endpoint_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_read()
30 void grpc_endpoint_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_write()
35 void grpc_endpoint_add_to_pollset(grpc_endpoint* ep, grpc_pollset* pollset) { in grpc_endpoint_add_to_pollset()
39 void grpc_endpoint_add_to_pollset_set(grpc_endpoint* ep, in grpc_endpoint_add_to_pollset_set()
44 void grpc_endpoint_delete_from_pollset_set(grpc_endpoint* ep, in grpc_endpoint_delete_from_pollset_set()
49 void grpc_endpoint_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in grpc_endpoint_shutdown()
53 void grpc_endpoint_destroy(grpc_endpoint* ep) { ep->vtable->destroy(ep); } in grpc_endpoint_destroy()
55 absl::string_view grpc_endpoint_get_peer(grpc_endpoint* ep) { in grpc_endpoint_get_peer()
59 absl::string_view grpc_endpoint_get_local_address(grpc_endpoint* ep) { in grpc_endpoint_get_local_address()
63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
[all …]
Dendpoint_cfstream.cc64 static void CFStreamFree(CFStreamEndpoint* ep) { in CFStreamFree() argument
72 #define EP_REF(ep, reason) CFStreamRef((ep), (reason), __FILE__, __LINE__) argument
73 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) argument
74 static void CFStreamUnref(CFStreamEndpoint* ep, const char* reason, in CFStreamUnref()
86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef()
97 #define EP_REF(ep, reason) CFStreamRef((ep)) argument
98 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) argument
99 static void CFStreamUnref(CFStreamEndpoint* ep) { in CFStreamUnref()
104 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef()
108 CFStreamEndpoint* ep) { in CFStreamAnnotateError()
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dendpoint.cc25 void grpc_endpoint_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_read()
30 void grpc_endpoint_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in grpc_endpoint_write()
35 void grpc_endpoint_add_to_pollset(grpc_endpoint* ep, grpc_pollset* pollset) { in grpc_endpoint_add_to_pollset()
39 void grpc_endpoint_add_to_pollset_set(grpc_endpoint* ep, in grpc_endpoint_add_to_pollset_set()
44 void grpc_endpoint_delete_from_pollset_set(grpc_endpoint* ep, in grpc_endpoint_delete_from_pollset_set()
49 void grpc_endpoint_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in grpc_endpoint_shutdown()
53 void grpc_endpoint_destroy(grpc_endpoint* ep) { ep->vtable->destroy(ep); } in grpc_endpoint_destroy()
55 absl::string_view grpc_endpoint_get_peer(grpc_endpoint* ep) { in grpc_endpoint_get_peer()
59 absl::string_view grpc_endpoint_get_local_address(grpc_endpoint* ep) { in grpc_endpoint_get_local_address()
63 int grpc_endpoint_get_fd(grpc_endpoint* ep) { return ep->vtable->get_fd(ep); } in grpc_endpoint_get_fd()
[all …]
Dendpoint_cfstream.cc64 static void CFStreamFree(CFStreamEndpoint* ep) { in CFStreamFree() argument
72 #define EP_REF(ep, reason) CFStreamRef((ep), (reason), __FILE__, __LINE__) argument
73 #define EP_UNREF(ep, reason) CFStreamUnref((ep), (reason), __FILE__, __LINE__) argument
74 static void CFStreamUnref(CFStreamEndpoint* ep, const char* reason, in CFStreamUnref()
86 static void CFStreamRef(CFStreamEndpoint* ep, const char* reason, in CFStreamRef()
97 #define EP_REF(ep, reason) CFStreamRef((ep)) argument
98 #define EP_UNREF(ep, reason) CFStreamUnref((ep)) argument
99 static void CFStreamUnref(CFStreamEndpoint* ep) { in CFStreamUnref()
104 static void CFStreamRef(CFStreamEndpoint* ep) { gpr_ref(&ep->refcount); } in CFStreamRef()
108 CFStreamEndpoint* ep) { in CFStreamAnnotateError()
[all …]
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc149 static void destroy(secure_endpoint* ep) { delete ep; } in destroy()
152 #define SECURE_ENDPOINT_UNREF(ep, reason) \ argument
154 #define SECURE_ENDPOINT_REF(ep, reason) \ argument
156 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref()
169 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref()
180 #define SECURE_ENDPOINT_UNREF(ep, reason) secure_endpoint_unref((ep)) argument
181 #define SECURE_ENDPOINT_REF(ep, reason) secure_endpoint_ref((ep)) argument
182 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref()
188 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref()
191 static void maybe_post_reclaimer(secure_endpoint* ep) { in maybe_post_reclaimer()
[all …]
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc152 static void destroy(secure_endpoint* ep) { delete ep; } in destroy()
155 #define SECURE_ENDPOINT_UNREF(ep, reason) \ argument
157 #define SECURE_ENDPOINT_REF(ep, reason) \ argument
159 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref()
172 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref()
183 #define SECURE_ENDPOINT_UNREF(ep, reason) secure_endpoint_unref((ep)) argument
184 #define SECURE_ENDPOINT_REF(ep, reason) secure_endpoint_ref((ep)) argument
185 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref()
191 static void secure_endpoint_ref(secure_endpoint* ep) { gpr_ref(&ep->ref); } in secure_endpoint_ref()
194 static void maybe_post_reclaimer(secure_endpoint* ep) { in maybe_post_reclaimer()
[all …]
/external/grpc-grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc301 void EndpointRead(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointRead()
323 void EndpointWrite(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointWrite()
352 void EndpointShutdown(grpc_endpoint* ep, grpc_error_handle why) { in EndpointShutdown()
366 void EndpointDestroy(grpc_endpoint* ep) { in EndpointDestroy()
374 absl::string_view EndpointGetPeerAddress(grpc_endpoint* ep) { in EndpointGetPeerAddress()
381 absl::string_view EndpointGetLocalAddress(grpc_endpoint* ep) { in EndpointGetLocalAddress()
388 int EndpointGetFd(grpc_endpoint* ep) { in EndpointGetFd()
395 bool EndpointCanTrackErr(grpc_endpoint* ep) { in EndpointCanTrackErr()
440 bool grpc_is_event_engine_endpoint(grpc_endpoint* ep) { in grpc_is_event_engine_endpoint()
445 grpc_endpoint* ep) { in grpc_get_wrapped_event_engine_endpoint()
[all …]
/external/sdv/vsomeip/third_party/boost/exception/test/
Dunknown_exception_test.cpp76 boost::exception_ptr ep=boost::current_exception(); in main() local
128 boost::exception_ptr ep=boost::current_exception(); in main() local
173 boost::exception_ptr ep=boost::current_exception(); in main() local
228 boost::exception_ptr ep=boost::current_exception(); in main() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/event_engine_shims/
Dendpoint.cc296 void EndpointRead(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointRead()
318 void EndpointWrite(grpc_endpoint* ep, grpc_slice_buffer* slices, in EndpointWrite()
347 void EndpointShutdown(grpc_endpoint* ep, grpc_error_handle why) { in EndpointShutdown()
361 void EndpointDestroy(grpc_endpoint* ep) { in EndpointDestroy()
369 absl::string_view EndpointGetPeerAddress(grpc_endpoint* ep) { in EndpointGetPeerAddress()
376 absl::string_view EndpointGetLocalAddress(grpc_endpoint* ep) { in EndpointGetLocalAddress()
383 int EndpointGetFd(grpc_endpoint* ep) { in EndpointGetFd()
390 bool EndpointCanTrackErr(grpc_endpoint* ep) { in EndpointCanTrackErr()
442 bool grpc_is_event_engine_endpoint(grpc_endpoint* ep) { in grpc_is_event_engine_endpoint()
447 grpc_endpoint* ep, int* fd, grpc_closure* on_release_fd) { in grpc_event_engine_endpoint_destroy_and_release_fd()
/external/grpc-grpc/test/core/util/
Dmock_endpoint.cc47 static void me_read(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_read()
65 static void me_write(grpc_endpoint* ep, grpc_slice_buffer* slices, in me_write()
83 static void me_shutdown(grpc_endpoint* ep, grpc_error_handle why) { in me_shutdown()
101 static void me_destroy(grpc_endpoint* ep) { in me_destroy()
109 void grpc_mock_endpoint_finish_put_reads(grpc_endpoint* ep) { in grpc_mock_endpoint_finish_put_reads()
153 void grpc_mock_endpoint_put_read(grpc_endpoint* ep, grpc_slice slice) { in grpc_mock_endpoint_put_read()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c342 USB_OTG_EPTypeDef *ep = NULL; in HAL_PCD_IRQHandler() local
1116 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Open() local
1148 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Close() local
1179 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Receive() local
1222 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Transmit() local
1253 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_SetStall() local
1287 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_ClrStall() local
1402 USB_OTG_EPTypeDef *ep = NULL; in PCD_WriteEmptyTxFifo() local
1456 PCD_EPTypeDef *ep = NULL; in PCD_EP_ISR_Handler() local
Dstm32l4xx_ll_usb.c412 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint()
443 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint()
486 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint()
510 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint()
536 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer()
645 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer()
772 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall()
800 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
1757 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
1842 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c342 USB_OTG_EPTypeDef *ep = NULL; in HAL_PCD_IRQHandler() local
1116 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Open() local
1148 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Close() local
1179 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Receive() local
1222 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_Transmit() local
1253 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_SetStall() local
1287 PCD_EPTypeDef *ep = NULL; in HAL_PCD_EP_ClrStall() local
1402 USB_OTG_EPTypeDef *ep = NULL; in PCD_WriteEmptyTxFifo() local
1456 PCD_EPTypeDef *ep = NULL; in PCD_EP_ISR_Handler() local
Dstm32l4xx_ll_usb.c412 HAL_StatusTypeDef USB_ActivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateEndpoint()
443 HAL_StatusTypeDef USB_ActivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_ActivateDedicatedEndpoint()
486 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateEndpoint()
510 …L_StatusTypeDef USB_DeactivateDedicatedEndpoint(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_DeactivateDedicatedEndpoint()
536 HAL_StatusTypeDef USB_EPStartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EPStartXfer()
645 HAL_StatusTypeDef USB_EP0StartXfer(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep, uint8_t dma) in USB_EP0StartXfer()
772 HAL_StatusTypeDef USB_EPSetStall(USB_OTG_GlobalTypeDef *USBx , USB_OTG_EPTypeDef *ep) in USB_EPSetStall()
800 HAL_StatusTypeDef USB_EPClearStall(USB_OTG_GlobalTypeDef *USBx, USB_OTG_EPTypeDef *ep) in USB_EPClearStall()
1757 HAL_StatusTypeDef USB_ActivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_ActivateEndpoint()
1842 HAL_StatusTypeDef USB_DeactivateEndpoint(USB_TypeDef *USBx, USB_EPTypeDef *ep) in USB_DeactivateEndpoint()
[all …]
/external/coreboot/payloads/libpayload/drivers/usb/
Ddwc2.c155 wait_for_complete(endpoint_t *ep, uint32_t ch_num) in wait_for_complete()
218 dwc2_do_xfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, in dwc2_do_xfer()
308 dwc2_split_transfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, in dwc2_split_transfer()
381 dwc2_transfer(endpoint_t *ep, int size, int pid, ep_dir_t dir, uint32_t ch_num, in dwc2_transfer()
425 dwc2_bulk(endpoint_t *ep, int size, u8 *src, int finalize) in dwc2_bulk()
445 endpoint_t *ep = &dev->endpoints[0]; in dwc2_control() local
474 dwc2_intr(endpoint_t *ep, int size, u8 *src) in dwc2_intr()
517 dwc2_create_intr_queue(endpoint_t *ep, const int reqsize, in dwc2_create_intr_queue()
531 dwc2_destroy_intr_queue(endpoint_t *ep, void *_q) in dwc2_destroy_intr_queue()
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_ring.h177 #define APR_RING_NEXT(ep, link) (ep)->link.next argument
183 #define APR_RING_PREV(ep, link) (ep)->link.prev argument
212 #define APR_RING_ELEM_INIT(ep, link) do { \ argument
377 #define APR_RING_REMOVE(ep, link) \ argument
387 #define APR_RING_FOREACH(ep, head, elem, link) \ argument
417 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) do { \ argument
448 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) do { \ argument
497 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) argument
508 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) argument
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_ring.h177 #define APR_RING_NEXT(ep, link) (ep)->link.next argument
183 #define APR_RING_PREV(ep, link) (ep)->link.prev argument
212 #define APR_RING_ELEM_INIT(ep, link) do { \ argument
377 #define APR_RING_REMOVE(ep, link) \ argument
387 #define APR_RING_FOREACH(ep, head, elem, link) \ argument
417 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) do { \ argument
448 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) do { \ argument
497 #define APR_RING_CHECK_ELEM(ep, elem, link, msg) argument
508 #define APR_RING_CHECK_ELEM_CONSISTENCY(ep, elem, link) argument
/external/arm-trusted-firmware/lib/el3_runtime/aarch32/
Dcontext_mgmt.c56 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context()
158 const entry_point_info_t *ep) in cm_init_context_by_index()
170 void cm_init_my_context(const entry_point_info_t *ep) in cm_init_my_context()
/external/trusty/arm-trusted-firmware/lib/el3_runtime/aarch32/
Dcontext_mgmt.c58 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context()
165 const entry_point_info_t *ep) in cm_init_context_by_index()
178 void cm_init_my_context(const entry_point_info_t *ep) in cm_init_my_context()
/external/tcpdump/
Dprint-zeromq.c87 zmtp1_print_frame(netdissect_options *ndo, const u_char *cp, const u_char *ep) in zmtp1_print_frame()
144 const u_char *ep = ND_MIN(ndo->ndo_snapend, cp + len); in zmtp1_print() local
211 const u_char *ep = ND_MIN(ndo->ndo_snapend, cp + len); in zmtp1_datagram_print() local
/external/coreboot/payloads/libpayload/drivers/udc/
Dudc.c118 int ep = iface->eps[i].bEndpointAddress; in enable_interface() local
193 int ep = dr->wIndex; in setup_ep0() local
205 int ep = dr->wIndex; in setup_ep0() local
236 int ep = dr->wIndex; in setup_ep0() local
407 void udc_handle_setup(struct usbdev_ctrl *this, int ep, dev_req_t *dr) in udc_handle_setup()
Ddwc2.c22 static int get_mps(dwc2_ep_t *ep) in get_mps()
53 static void dwc2_process_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_process_ep()
94 static void dwc2_write_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_write_ep()
99 static void dwc2_read_ep(dwc2_ep_t *ep, int len, void *buf) in dwc2_read_ep()
245 static void dwc2_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in dwc2_halt_ep()
368 int ep, int in_dir, int ep_type, int mps) in dwc2_start_ep()
525 static void dwc2_outep_intr(struct usbdev_ctrl *this, dwc2_ep_t *ep) in dwc2_outep_intr()
574 static void dwc2_inep_intr(struct usbdev_ctrl *this, dwc2_ep_t *ep) in dwc2_inep_intr()
616 uint32_t daint, daint_out, daint_in, ep; in dwc2_check_irq() local
740 uint8_t ep, int in_dir, int set) in dwc2_stall()
Dchipidea.c57 static unsigned int ep_to_bits(int ep, int in_dir) in ep_to_bits()
136 static void chipidea_halt_ep(struct usbdev_ctrl *this, int ep, int in_dir) in chipidea_halt_ep()
154 int ep, int in_dir, int ep_type, int mps) in chipidea_start_ep()
286 static void start_setup(struct usbdev_ctrl *this, int ep) in start_setup()
361 int ep; in chipidea_poll() local
449 uint8_t ep, int in_dir, int set) in chipidea_stall()
/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Depoll.rs19 ep: OwnedFd, field
25 let ep = unsafe { OwnedFd::from_raw_fd(syscall!(epoll_create1(libc::EPOLL_CLOEXEC))?) }; in new() localVariable
77 let ep = self.ep.as_raw_fd(); in register() localVariable
89 let ep = self.ep.as_raw_fd(); in reregister() localVariable
94 let ep = self.ep.as_raw_fd(); in deregister() localVariable
/external/trusty/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c57 static void setup_el1_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_el1_context()
120 static void setup_secure_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_secure_context()
170 static void setup_realm_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_realm_context()
201 static void setup_ns_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_ns_context()
346 static void setup_context_common(cpu_context_t *ctx, const entry_point_info_t *ep) in setup_context_common()
602 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context()
935 const entry_point_info_t *ep) in cm_init_context_by_index()
948 void cm_init_my_context(const entry_point_info_t *ep) in cm_init_my_context()

12345678910>>...16