Searched refs:filter (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/seccomp/ |
D | seccomp_policy.cpp | 101 typedef std::vector<sock_filter> filter; typedef 103 inline void Allow(filter& f) { in Allow() 107 inline void Disallow(filter& f) { in Disallow() 111 static void ExamineSyscall(filter& f) { in ExamineSyscall() 116 static bool SetValidateArchitectureJumpTarget(size_t offset, filter& f) { in SetValidateArchitectureJumpTarget() 128 static size_t ValidateArchitectureAndJumpIfNeeded(filter& f) { in ValidateArchitectureAndJumpIfNeeded() 136 static void ValidateArchitecture(filter& f) { in ValidateArchitecture() 143 static void ValidateSyscallArgInRange(filter& f, __u32 arg_num, __u32 range_min, __u32 range_max) { in ValidateSyscallArgInRange() 165 static void ValidateSetUidGid(filter& f, uint32_t uid_gid_min, uint32_t uid_gid_max, bool primary) { in ValidateSetUidGid() 193 static bool install_filter(filter const& f) { in install_filter() [all …]
|
/bionic/libc/bionic/ |
D | scandir.cpp | 93 int (*filter)(const dirent*), in scandirat() 114 if (filter != nullptr && !(*filter)(entry)) { in scandirat() 131 int (*filter)(const dirent*), in scandir() 133 return scandirat(AT_FDCWD, dir_path, name_list, filter, comparator); in scandir()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_bpf.h | 18 struct bpf_prog * filter __attribute__((aligned(8))); member 34 struct bpf_prog * filter __attribute__((aligned(8))); member
|
/bionic/ |
D | CPPLINT.cfg | 2 filter=-build/header_guard,-runtime/int,-readability/function
|
/bionic/libc/kernel/uapi/linux/dvb/ |
D | dmx.h | 51 __u8 filter[DMX_FILTER_SIZE]; member 57 struct dmx_filter filter; member
|
/bionic/libc/kernel/uapi/linux/ |
D | filter.h | 22 struct sock_filter * filter; member
|
D | atmbr2684.h | 63 struct br2684_filter filter; member
|
D | tipc.h | 50 __u32 filter; member
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 10 # including capset and setresuid. This is because the seccomp filter must be installed while
|
/bionic/docs/ |
D | libc_assembler.md | 111 Where the argument to the filter argument is the name of the benchmark from 112 the output. Sometimes this filter can still match multiple benchmarks, to
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 227 unsigned int filter; member
|
D | asound.h | 753 unsigned int filter; member
|