Home
last modified time | relevance | path

Searched refs:action (Results 1 – 18 of 18) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtsearch.c95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse()
98 (*action)(root, leaf, level); in trecurse()
100 (*action)(root, preorder, level); in trecurse()
102 trecurse(root->left, action, level + 1); in trecurse()
103 (*action)(root, postorder, level); in trecurse()
105 trecurse(root->right, action, level + 1); in trecurse()
106 (*action)(root, endorder, level); in trecurse()
112 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk()
116 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0) in twalk()
117 trecurse(root, action, 0); in twalk()
/bionic/tests/
DScopedSignalHandler.h33 ScopedSignalHandler(int signal_number, void (*action)(int, siginfo_t*, void*),
38 action_.sa_sigaction = action; in signal_number_()
Dsys_ptrace_test.cpp276 struct sigaction action, oldaction; in TEST() local
277 action.sa_handler = [](int) {}; in TEST()
278 sigemptyset(&action.sa_mask); in TEST()
279 action.sa_flags = 0; in TEST()
280 ASSERT_EQ(0, sigaction(SIGALRM, &action, &oldaction)) << strerror(errno); in TEST()
/bionic/libc/private/
Dbionic_fortify.h74 static inline void __check_buffer_access(const char* fn, const char* action, in __check_buffer_access() argument
77 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual); in __check_buffer_access()
/bionic/libc/kernel/uapi/xen/
Dgntalloc.h39 __u32 action; member
Dgntdev.h53 __u32 action; member
/bionic/linker/
Dlinked_list.h156 void for_each(F action) const { in for_each() argument
158 action(si); in for_each()
164 bool visit(F action) const { in visit() argument
166 if (!action(e->element)) { in visit()
Dlinker_soinfo.h349 void for_each_dt_needed(const soinfo* si, F action) { in for_each_dt_needed() argument
352 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath())); in for_each_dt_needed()
Dlinker.cpp712 static bool walk_dependencies_tree(soinfo* root_soinfos[], size_t root_soinfos_size, F action) { in walk_dependencies_tree() argument
726 walk_action_result_t result = action(si); in walk_dependencies_tree()
1118 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed() argument
1121 action(fix_dt_needed(elf_reader.get_string(d->d_un.d_val), elf_reader.name())); in for_each_dt_needed()
/bionic/libc/include/bits/
Dtermios_inlines.h85 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { in tcflow() argument
86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); in tcflow()
/bionic/libc/kernel/uapi/linux/
Dfib_rules.h38 __u8 action; member
Dblktrace_api.h96 __u32 action; member
Dpkt_cls.h59 int action; member
84 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
Daudit.h333 __u32 action; member
Dxfrm.h350 __u8 action; member
Dpkt_sched.h104 int action; member
Dethtool.h352 __s32 action; member
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_fc.h53 uint8_t action; member