Searched refs:action (Results 1 - 15 of 15) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtsearch.c96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level)
99 (*action)(root, leaf, level);
101 (*action)(root, preorder, level);
103 trecurse(root->left, action, level + 1);
104 (*action)(root, postorder, level);
106 trecurse(root->right, action, level + 1);
107 (*action)(root, endorder, level);
113 twalk(const void *vroot, void (*action)(const void *, VISIT, int))
117 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0)
118 trecurse(root, action,
[all...]
/bionic/linker/
H A Ddebugger.cpp62 debugger_action_t action; member in struct:debugger_msg_t
230 msg.action = DEBUGGER_ACTION_CRASH;
290 struct sigaction action; local
291 memset(&action, 0, sizeof(action));
292 sigemptyset(&action.sa_mask);
293 action.sa_sigaction = debuggerd_signal_handler;
294 action.sa_flags = SA_RESTART | SA_SIGINFO;
297 action.sa_flags |= SA_ONSTACK;
299 sigaction(SIGABRT, &action, NUL
[all...]
H A Dlinked_list.h86 void for_each(F&& action) { argument
89 action(e->element);
/bionic/tests/
H A Dstack_unwinding_test_impl.c31 _Unwind_Action action,
34 if ((action & _UA_END_OF_STACK) != 0) {
30 stop_fn(int a unused, _Unwind_Action action, _Unwind_Exception_Class b unused, struct _Unwind_Exception* c unused, struct _Unwind_Context* d unused, void* e unused) argument
/bionic/libc/kernel/uapi/xen/
H A Dgntalloc.h42 uint32_t action; member in struct:ioctl_gntalloc_unmap_notify
H A Dgntdev.h60 uint32_t action; member in struct:ioctl_gntdev_unmap_notify
/bionic/libc/kernel/uapi/linux/
H A Dfib_rules.h42 __u8 action; member in struct:fib_rule_hdr
H A Dblktrace_api.h115 __u32 action; member in struct:blk_io_trace
H A Daudit.h372 __u32 action; member in struct:audit_rule_data
386 __u32 action; member in struct:audit_rule
H A Dpkt_cls.h115 int action; member in struct:tc_police
145 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
H A Dxfrm.h419 __u8 action; member in struct:xfrm_userpolicy_info
H A Dethtool.h346 __s32 action; member in struct:ethtool_rx_ntuple_flow_spec
H A Dpkt_sched.h121 int action; member in struct:tc_plug_qopt
/bionic/libc/bionic/
H A Dtermios.cpp72 int tcflow(int fd, int action) { argument
73 return ioctl(fd, TCXONC, static_cast<unsigned long>(action));
/bionic/libc/kernel/uapi/scsi/
H A Dscsi_bsg_fc.h61 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon845

Completed in 245 milliseconds