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

12

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dhcreate.c60 hsearch(ENTRY item, ACTION action) argument
70 if (hsearch_r(item, action, &retval, &global_hashtable) == 0)
H A Dhsearch_r.c76 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) argument
99 /* Only perform the insertion if action is set to ENTER. */
100 if (action == FIND) {
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dtsearch.c95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level)
98 (*action)(root, leaf, level);
100 (*action)(root, preorder, level);
102 trecurse(root->left, action, level + 1);
103 (*action)(root, postorder, level);
105 trecurse(root->right, action, level + 1);
106 (*action)(root, endorder, level);
112 twalk(const void *vroot, void (*action)(const void *, VISIT, int))
116 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0)
117 trecurse(root, action,
[all...]
/bionic/tests/
H A DBionicDeathTest.h33 struct sigaction64 action = { .sa_handler = SIG_DFL }; local
34 sigaction64(signo, &action, &previous_);
H A DScopedSignalHandler.h54 ScopedSignalHandler(int signal_number, void (*action)(int, siginfo_t*, void*), argument
59 action_.sa_sigaction = action;
/bionic/libc/bionic/
H A Dspawn.cpp80 for (__posix_spawn_file_action* action = head; action != nullptr; action = action->next) {
81 action->Do();
99 // set to the default action in the child process."
297 __posix_spawn_file_action* action = local
298 reinterpret_cast<__posix_spawn_file_action*>(malloc(sizeof(*action)));
299 if (action == nullptr) return errno;
301 action
[all...]
/bionic/libc/kernel/uapi/xen/
H A Dgntalloc.h39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
H A Dgntdev.h53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
/bionic/libc/versioner-dependencies/common/kernel_uapi/xen/
H A Dgntalloc.h39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
H A Dgntdev.h53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
/bionic/tools/versioner/dependencies/common/kernel_uapi/xen/
H A Dgntalloc.h39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
H A Dgntdev.h53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
/bionic/libc/private/
H A Dbionic_fortify.h76 static inline void __check_buffer_access(const char* fn, const char* action, argument
79 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual);
/bionic/libc/include/bits/
H A Dtermios_inlines.h94 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { argument
95 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action));
/bionic/tools/versioner/current/bits/
H A Dtermios_inlines.h94 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { argument
95 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action));
/bionic/libc/kernel/uapi/linux/
H A Dfib_rules.h38 __u8 action; member in struct:fib_rule_hdr
H A Dblktrace_api.h98 __u32 action; member in struct:blk_io_trace
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dfib_rules.h38 __u8 action; member in struct:fib_rule_hdr
H A Dblktrace_api.h98 __u32 action; member in struct:blk_io_trace
/bionic/linker/
H A Dlinked_list.h155 void for_each(F action) const {
157 action(si);
163 bool visit(F action) const {
165 if (!action(e->element)) {
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dfib_rules.h38 __u8 action; member in struct:fib_rule_hdr
H A Dblktrace_api.h98 __u32 action; member in struct:blk_io_trace
/bionic/libc/kernel/uapi/scsi/
H A Dscsi_bsg_fc.h53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon1166
/bionic/libc/versioner-dependencies/common/kernel_uapi/scsi/
H A Dscsi_bsg_fc.h53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon2313
/bionic/tools/versioner/dependencies/common/kernel_uapi/scsi/
H A Dscsi_bsg_fc.h53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon3583

Completed in 349 milliseconds

12