| /third_party/ulib/usbhost/ |
| A D | usbhost.c | 137 if (!context) { in usb_host_init() 144 free(context); in usb_host_init() 147 return context; in usb_host_init() 151 close(context->fd); in usb_host_cleanup() 152 free(context); in usb_host_cleanup() 156 return context->fd; in usb_host_get_fd() 182 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT); in usb_host_load() 220 inotify_rm_watch(context->fd, context->wds[i]); in usb_host_read_event() 240 inotify_rm_watch(context->fd, context->wds[i]); in usb_host_read_event() 250 done = context->cb_added(path, context->data); in usb_host_read_event() [all …]
|
| /third_party/ulib/usbhost/include/usbhost/ |
| A D | usbhost.h | 61 void usb_host_cleanup(struct usb_host_context *context); 63 int usb_host_get_fd(struct usb_host_context *context); 65 int usb_host_load(struct usb_host_context *context, 71 int usb_host_read_event(struct usb_host_context *context); 81 void usb_host_run(struct usb_host_context *context,
|
| /third_party/ulib/backtrace/ |
| A D | simple.c | 62 simple_unwind (struct _Unwind_Context *context, void *vdata) in simple_unwind() argument 69 pc = _Unwind_GetIPInfo (context, &ip_before_insn); in simple_unwind() 71 pc = _Unwind_GetIP (context); in simple_unwind()
|
| A D | backtrace.c | 67 unwind (struct _Unwind_Context *context, void *vdata) in unwind() argument 74 pc = _Unwind_GetIPInfo (context, &ip_before_insn); in unwind() 76 pc = _Unwind_GetIP (context); in unwind()
|
| A D | configure.ac | 154 struct _Unwind_Context *context; 156 [return _Unwind_GetIPInfo (context, &ip_before_insn);])],
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | fuchsia_i.h | 37 struct _Unwind_Context context; // must be first 46 void* context; member
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | fuchsia.h | 35 typedef int (unw_dso_lookup_func_t) (void* context, unw_word_t pc, 42 void* context,
|
| /third_party/ulib/ngunwind/src/ |
| A D | fuchsia.c | 106 if (!cxt->lookup_dso (cxt->context, ip, &base, &name)) in get_unwind_info() 333 void* context, unw_dso_lookup_func_t* lookup_dso) in unw_create_fuchsia() argument 342 result->context = context; in unw_create_fuchsia()
|
| /third_party/lib/acpica/source/os_specific/service_layers/ |
| A D | osfuchsia.cpp | 875 void* context; member 885 real_arg->handler(real_arg->context); in acpi_irq_thread() 939 arg->context = Context; in AcpiOsInstallInterruptHandler()
|
| /third_party/ulib/jemalloc/test/include/test/ |
| A D | jemalloc_test.h.in | 112 # error "This header cannot be included outside a testing context"
|
| /third_party/ulib/jemalloc/src/ |
| A D | prof.c | 322 prof_unwind_init_callback(struct _Unwind_Context *context, void *arg) in prof_unwind_init_callback() argument 330 prof_unwind_callback(struct _Unwind_Context *context, void *arg) in prof_unwind_callback() argument 337 ip = (void *)_Unwind_GetIP(context); in prof_unwind_callback()
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 96 - Fix heap profiling context leaks in reallocation edge cases. (@jasone) 346 the context of user-specified chunk allocators, aside from the scalability 835 context pointers are stored in small run headers. 928 - Fix leak context reporting. This bug tended to cause the number of contexts
|
| /third_party/dev/ethernet/e1000/ |
| A D | if_em.c | 299 static void em_handle_link(void *context); 1454 em_handle_link(void *context) in em_handle_link() argument 1456 if_ctx_t ctx = context; in em_handle_link()
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1478 - sigsetjmp now restores signal mask after restoring context, not before
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1947 Operation region support: Never locally free the handler "context" 1949 the handler context pointer in some (rare) circumstances. The owner of 1953 the context pointer to zero when the region is deactivated, simply for 15577 debugging of multiple threads. Added context switch notification 15675 context" message. 15718 IBM 600E - Sleep button may generate "Invalid <NULL> context" 16154 context was getting confused between accesses. This required a 16156 setup definitions. Handlers now get both a global handler context 16158 AcpiInstallAddressSpaceHandler() and a specific region context
|