Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dtsearch.c96 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/libc/private/
Dbionic_fortify.h64 static inline void __check_buffer_access(const char* fn, const char* action, in __check_buffer_access() argument
67 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual); in __check_buffer_access()
/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.cpp256 struct sigaction action, oldaction; in TEST() local
257 action.sa_handler = [](int) {}; in TEST()
258 sigemptyset(&action.sa_mask); in TEST()
259 action.sa_flags = 0; in TEST()
260 ASSERT_EQ(0, sigaction(SIGALRM, &action, &oldaction)) << strerror(errno); in TEST()
/bionic/libc/kernel/uapi/xen/
Dgntalloc.h44 __u32 action; member
Dgntdev.h61 __u32 action; member
/bionic/libc/bionic/
Dtermios.cpp73 int tcflow(int fd, int action) { in tcflow() argument
74 return ioctl(fd, TCXONC, static_cast<unsigned long>(action)); in tcflow()
/bionic/libc/include/android/
Dlegacy_termios_inlines.h50 static __inline int tcflow(int fd, int action) { in tcflow() argument
51 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow()
/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.cpp703 static bool walk_dependencies_tree(soinfo* root_soinfos[], size_t root_soinfos_size, F action) { in walk_dependencies_tree() argument
717 walk_action_result_t result = action(si); in walk_dependencies_tree()
1109 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { in for_each_dt_needed() argument
1112 action(fix_dt_needed(elf_reader.get_string(d->d_un.d_val), elf_reader.name())); in for_each_dt_needed()
/bionic/libc/kernel/uapi/linux/
Dfib_rules.h42 __u8 action; member
Dblktrace_api.h115 __u32 action; member
Dpkt_cls.h69 int action; member
100 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
Daudit.h411 __u32 action; member
Dxfrm.h432 __u8 action; member
Dpkt_sched.h125 int action; member
Dethtool.h435 __s32 action; member
/bionic/libc/kernel/uapi/scsi/
Dscsi_bsg_fc.h61 uint8_t action; member