Searched refs:action (Results 1 – 15 of 15) sorted by relevance
/bionic/linker/ |
D | debugger.cpp | 62 debugger_action_t action; member 230 msg.action = DEBUGGER_ACTION_CRASH; in send_debuggerd_packet() 290 struct sigaction action; in debuggerd_init() local 291 memset(&action, 0, sizeof(action)); in debuggerd_init() 292 sigemptyset(&action.sa_mask); in debuggerd_init() 293 action.sa_sigaction = debuggerd_signal_handler; in debuggerd_init() 294 action.sa_flags = SA_RESTART | SA_SIGINFO; in debuggerd_init() 297 action.sa_flags |= SA_ONSTACK; in debuggerd_init() 299 sigaction(SIGABRT, &action, NULL); in debuggerd_init() 300 sigaction(SIGBUS, &action, NULL); in debuggerd_init() [all …]
|
D | linked_list.h | 86 void for_each(F&& action) { in for_each() argument 89 action(e->element); in for_each()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | tsearch.c | 96 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse() 99 (*action)(root, leaf, level); in trecurse() 101 (*action)(root, preorder, level); in trecurse() 103 trecurse(root->left, action, level + 1); in trecurse() 104 (*action)(root, postorder, level); in trecurse() 106 trecurse(root->right, action, level + 1); in trecurse() 107 (*action)(root, endorder, level); in trecurse() 113 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk() 117 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0) in twalk() 118 trecurse(root, action, 0); in twalk()
|
/bionic/tests/ |
D | stack_unwinding_test_impl.c | 31 _Unwind_Action action, in stop_fn() argument 34 if ((action & _UA_END_OF_STACK) != 0) { in stop_fn()
|
/bionic/libc/kernel/uapi/xen/ |
D | gntalloc.h | 42 uint32_t action; member
|
D | gntdev.h | 60 uint32_t action; member
|
/bionic/libc/bionic/ |
D | termios.cpp | 72 int tcflow(int fd, int action) { in tcflow() argument 73 return ioctl(fd, TCXONC, static_cast<unsigned long>(action)); in tcflow()
|
/bionic/libc/kernel/uapi/linux/ |
D | fib_rules.h | 42 __u8 action; member
|
D | audit.h | 372 __u32 action; member 386 __u32 action; member
|
D | blktrace_api.h | 115 __u32 action; member
|
D | pkt_cls.h | 115 int action; member 145 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
|
D | xfrm.h | 419 __u8 action; member
|
D | ethtool.h | 346 __s32 action; member
|
D | pkt_sched.h | 121 int action; member
|
/bionic/libc/kernel/uapi/scsi/ |
D | scsi_bsg_fc.h | 61 uint8_t action; member
|