Searched refs:check_access (Results 1 – 3 of 3) sorted by relevance
| /tools/lib/bpf/ |
| A D | zip.c | 135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() function 152 eocd = check_access(archive, offset, sizeof(*eocd)); in try_parse_end_of_cd() 167 if (!check_access(archive, cd_offset, cd_size)) in try_parse_end_of_cd() 252 lfh = check_access(archive, offset, sizeof(*lfh)); in local_file_header_at_offset() 274 name = check_access(archive, offset, lfh->file_name_length); in get_entry_at_offset() 279 if (!check_access(archive, offset, lfh->extra_field_length)) in get_entry_at_offset() 284 data = check_access(archive, offset, compressed_size); in get_entry_at_offset() 309 cdfh = check_access(archive, offset, sizeof(*cdfh)); in zip_archive_find_entry() 315 cdfh_name = check_access(archive, offset, cdfh_name_length); in zip_archive_find_entry()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_libbpf_get_fd_by_id_opts.c | 27 int BPF_PROG(check_access, struct bpf_map *map, fmode_t fmode) in BPF_PROG() argument
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 1802 def check_access(options): 1849 options = check_access(options)
|
Completed in 6 milliseconds