/bionic/tests/ |
H A D | ScopedSignalHandler.h | 33 ScopedSignalHandler(int signal_number, void (*action)(int, siginfo_t*, void*), argument 38 action_.sa_sigaction = action;
|
H A D | sys_ptrace_test.cpp | 276 struct sigaction action, oldaction; local 277 action.sa_handler = [](int) {}; 278 sigemptyset(&action.sa_mask); 279 action.sa_flags = 0; 280 ASSERT_EQ(0, sigaction(SIGALRM, &action, &oldaction)) << strerror(errno);
|
/bionic/libc/kernel/uapi/xen/ |
H A D | gntalloc.h | 39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
|
H A D | gntdev.h | 53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
|
/bionic/libc/private/ |
H A D | bionic_fortify.h | 74 static inline void __check_buffer_access(const char* fn, const char* action, argument 77 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual);
|
/bionic/libc/versioner-dependencies/common/kernel_uapi/xen/ |
H A D | gntalloc.h | 39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
|
H A D | gntdev.h | 53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
|
/bionic/tools/versioner/dependencies/common/kernel_uapi/xen/ |
H A D | gntalloc.h | 39 __u32 action; member in struct:ioctl_gntalloc_unmap_notify
|
H A D | gntdev.h | 53 __u32 action; member in struct:ioctl_gntdev_unmap_notify
|
/bionic/libc/include/bits/ |
H A D | termios_inlines.h | 85 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { argument 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action));
|
/bionic/tools/versioner/current/bits/ |
H A D | termios_inlines.h | 85 __BIONIC_TERMIOS_INLINE int tcflow(int fd, int action) { argument 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action));
|
/bionic/libc/kernel/uapi/linux/ |
H A D | fib_rules.h | 38 __u8 action; member in struct:fib_rule_hdr
|
H A D | blktrace_api.h | 96 __u32 action; member in struct:blk_io_trace
|
H A D | audit.h | 333 __u32 action; member in struct:audit_rule_data
|
H A D | pkt_cls.h | 59 int action; member in struct:tc_police 84 #define tc_gen __u32 index; __u32 capab; int action; int refcnt; int bindcnt
|
H A D | xfrm.h | 350 __u8 action; member in struct:xfrm_userpolicy_info
|
/bionic/libc/kernel/uapi/scsi/ |
H A D | scsi_bsg_fc.h | 53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon1076
|
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/ |
H A D | fib_rules.h | 38 __u8 action; member in struct:fib_rule_hdr
|
H A D | blktrace_api.h | 96 __u32 action; member in struct:blk_io_trace
|
/bionic/libc/versioner-dependencies/common/kernel_uapi/scsi/ |
H A D | scsi_bsg_fc.h | 53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon2147
|
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/ |
H A D | fib_rules.h | 38 __u8 action; member in struct:fib_rule_hdr
|
H A D | blktrace_api.h | 96 __u32 action; member in struct:blk_io_trace
|
/bionic/tools/versioner/dependencies/common/kernel_uapi/scsi/ |
H A D | scsi_bsg_fc.h | 53 uint8_t action; member in struct:fc_bsg_ctels_reply::__anon3330
|
/bionic/linker/ |
H A D | linker_soinfo.h | 349 void for_each_dt_needed(const soinfo* si, F action) { argument 352 action(fix_dt_needed(si->get_string(d->d_un.d_val), si->get_realpath()));
|
H A D | linker.cpp | 704 // * calls action(soinfo* si) for each node, and 705 // * terminates walk if action returns kWalkStop 706 // * skips children of the node if action 710 // by the action and true otherwise. 712 static bool walk_dependencies_tree(soinfo* root_soinfos[], size_t root_soinfos_size, F action) { argument 726 walk_action_result_t result = action(si); 1118 static void for_each_dt_needed(const ElfReader& elf_reader, F action) { argument 1121 action(fix_dt_needed(elf_reader.get_string(d->d_un.d_val), elf_reader.name()));
|