Home
last modified time | relevance | path

Searched refs:context (Results 1 – 15 of 15) sorted by relevance

/third_party/ulib/usbhost/
A Dusbhost.c137 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 Dusbhost.h61 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 Dsimple.c62 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 Dbacktrace.c67 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 Dconfigure.ac154 struct _Unwind_Context *context;
156 [return _Unwind_GetIPInfo (context, &ip_before_insn);])],
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dfuchsia_i.h37 struct _Unwind_Context context; // must be first
46 void* context; member
/third_party/ulib/ngunwind/include/ngunwind/
A Dfuchsia.h35 typedef int (unw_dso_lookup_func_t) (void* context, unw_word_t pc,
42 void* context,
/third_party/ulib/ngunwind/src/
A Dfuchsia.c106 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 Dosfuchsia.cpp875 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 Djemalloc_test.h.in112 # error "This header cannot be included outside a testing context"
/third_party/ulib/jemalloc/src/
A Dprof.c322 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 DChangeLog96 - 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 Dif_em.c299 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 DWHATSNEW1478 - sigsetjmp now restores signal mask after restoring context, not before
/third_party/lib/acpica/
A Dchanges.txt1947 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

Completed in 56 milliseconds