/aosp_15_r20/external/ublksrv/ |
H A D | tgt_loop.cpp | 14 int fd; in backing_supports_discard() local 23 char val[128]; in backing_supports_discard() local 43 int fd, ret; in loop_setup_tgt() local 120 int fd, opt; in loop_init_tgt() local
|
/aosp_15_r20/external/bpftool/src/ |
H A D | map.c | 298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes() 367 int fd; in parse_elem() local 468 static int show_map_close_json(int fd, struct bpf_map_info *info) in show_map_close_json() 561 static int show_map_close_plain(int fd, struct bpf_map_info *info) in show_map_close_plain() 679 int fd; in do_show() local 742 static int dump_map_elem(int fd, void *key, void *value, in dump_map_elem() 823 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, in map_dump() 995 int fd, err; in do_update() local 1074 int fd; in do_lookup() local 1125 int fd; in do_getnext() local [all …]
|
H A D | common.c | 199 int fd = -1; in open_obj_pinned() local 227 int fd; in open_obj_pinned_any() local 288 int do_pin_fd(int fd, const char *name) in do_pin_fd() 306 int fd; in do_pin_any() local 379 int get_fd_type(int fd) in get_fd_type() 407 char *get_fdinfo(int fd, const char *key) in get_fdinfo() 479 int fd, err = 0; in do_build_table_cb() local 602 int fd; in read_sysfs_hex_int() local 706 int parse_u32_arg(int *argc, char ***argv, __u32 *val, const char *what) in parse_u32_arg() 738 int fd, nb_fds = 0; in prog_fd_by_nametag() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/secure_element/1.2/android.hardware.secure_element-V1.2-java/android_common/javac/ |
D | android.hardware.secure_element-V1.2-java.jar | ... android.os.RemoteException
android.os.NativeHandle fd
java.util.ArrayList options
android.os. ... |
/aosp_15_r20/packages/modules/adb/client/ |
D | incremental_server.cpp | 75 static constexpr inline int64_t roundDownToBlockOffset(int64_t val) { in roundDownToBlockOffset() 79 static constexpr inline int64_t roundUpToBlockOffset(int64_t val) { in roundUpToBlockOffset() 153 File(const char* filepath, FileId id, int64_t size, unique_fd fd, int64_t tree_offset, in File() 665 unique_fd fd(adb_open(filepath, O_RDONLY)); in open_fd() local 677 unique_fd fd(adb_open(signature_file.c_str(), O_RDONLY)); in open_signature() local
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cc | 165 #define COMMON_INTERCEPTOR_FD_ACQUIRE(ctx, fd) \ argument 168 #define COMMON_INTERCEPTOR_FD_RELEASE(ctx, fd) \ argument 171 #define COMMON_INTERCEPTOR_FD_SOCKET_ACCEPT(ctx, fd, newfd) \ argument 365 INTERCEPTOR(void, longjmp, void *env, int val) { in INTERCEPTOR() 371 INTERCEPTOR(void, _longjmp, void *env, int val) { in INTERCEPTOR() 378 INTERCEPTOR(void, siglongjmp, void *env, int val) { in INTERCEPTOR()
|
/aosp_15_r20/system/core/debuggerd/handler/ |
H A D | debuggerd_fallback.cpp | 158 int32_t fd; member 161 static uint64_t pack_thread_fd(pid_t tid, int fd) { in pack_thread_fd() 185 uint64_t val = trace_output.load(); in trace_handler() local
|
/aosp_15_r20/system/update_engine/liburing_cpp/src/ |
H A D | IoUring.cpp | 31 bool IsZeroInitialized(const T& val) { in IsZeroInitialized() 85 IoUringSQE PrepRead(int fd, void* buf, unsigned nbytes, in PrepRead() 94 IoUringSQE PrepWrite(int fd, const void* buf, unsigned nbytes, in PrepWrite()
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | intel_os.c | 90 unsigned long val; in get_meminfo() local 113 int fd; in intel_get_avail_ram_mb() local 405 int fd; in intel_purge_vm_caches() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | prime_vgem.c | 271 int val = 1; /* by default, we assume GTT is coherent, hence the test */ in is_coherent() local 326 static bool prime_busy(int fd, bool excl) in prime_busy() 588 static bool has_prime_export(int fd) in has_prime_export() 598 static bool has_prime_import(int fd) in has_prime_import() 608 static uint32_t set_fb_on_crtc(int fd, int pipe, struct vgem_bo *bo, uint32_t fb_id) in set_fb_on_crtc() 680 static unsigned get_vblank(int fd, int pipe, unsigned flags) in get_vblank() 768 int fd; in test_flip() local
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-init.c | 614 int fd = open(fn2, O_RDONLY); local 891 s32 fd; local 1525 s32 fd, i; local 1567 s32 fd, i; local 1656 u32 val = 0; local 2124 int fd = open(x, O_CREAT | O_RDWR, 0644); local 2211 int fd = open(tmp, O_WRONLY | O_CREAT | O_EXCL, DEFAULT_PERMISSION); local 2226 int fd = open(tmp, O_WRONLY | O_CREAT, DEFAULT_PERMISSION); local 2243 int fd = open(tmp, O_WRONLY | O_CREAT, DEFAULT_PERMISSION); local 2261 s32 fd; local [all …]
|
H A D | afl-forkserver.c | 296 read_s32_timed(s32 fd, s32 *buf, u32 timeout_ms, volatile u8 *stop_soon_p) { in read_s32_timed() 1540 s32 fd = fsrv->out_fd; in afl_fsrv_write_to_testcase() local 1701 u32 idx, val; in afl_fsrv_run_target() local 1837 int fd = open(fn, O_CREAT | O_TRUNC | O_WRONLY, 0644); in afl_fsrv_run_target() local
|
H A D | afl-analyze.c | 180 s32 fd = open(in_file, O_RDONLY); in read_initial_file() local 265 static void show_char(u8 val) { in show_char() 338 u16 val = *(u16 *)(in_data + i); in dump_hex() local 364 u32 val = *(u32 *)(in_data + i); in dump_hex() local
|
/aosp_15_r20/system/core/libsparse/ |
H A D | backed_block.cpp | 39 int fd; member 41 } fd; member 43 uint32_t val; member 329 int backed_block_add_fd(struct backed_block_list* bbl, int fd, int64_t offset, uint64_t len, in backed_block_add_fd()
|
/aosp_15_r20/external/libcups/filter/ |
H A D | rastertolabel.c | 248 double val = atof(choice->choice); in StartPage() local 440 int val; /* Option value */ in EndPage() local 1091 int fd; /* File descriptor */ in main() local
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_gpu_frequency.c | 100 static void set_frequency(struct freq_info *freq_info, int val) in set_frequency() 111 int val; in get_frequency() local 284 int i, fd, try = 1, set_freq[MAX+1] = {0}; in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/examples/ |
D | gzjoin.c | 80 int fd; /* file descriptor */ member 147 unsigned long val; in bget4() local 245 local void put4(unsigned long val, FILE *out) in put4()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | test_flow_dissector.c | 185 uint16_t val, *ptr = (uint16_t *)ip6h; in ipv6_set_dsfield() local 396 int family, fd, ret; in setup_tx() local 446 int fd, ret; in setup_rx() local 462 static int do_tx(int fd, const char *pkt, int len) in do_tx() 475 static int do_poll(int fd, short events, int timeout) in do_poll() 492 static int do_rx(int fd) in do_rx()
|
/aosp_15_r20/external/libcups/cups/ |
H A D | snmp.c | 70 _cupsSNMPClose(int fd) /* I - SNMP socket file descriptor */ in _cupsSNMPClose() 297 int fd; /* SNMP socket file descriptor */ in _cupsSNMPOpen() local 298 int val; /* Socket option value */ in _cupsSNMPOpen() local 343 _cupsSNMPRead(int fd, /* I - SNMP socket file descriptor */ in _cupsSNMPRead() 548 _cupsSNMPWalk(int fd, /* I - SNMP socket */ in _cupsSNMPWalk() 639 int fd, /* I - SNMP socket */ in _cupsSNMPWrite()
|
/aosp_15_r20/external/bc/src/ |
H A D | file.c | 55 bc_file_ultoa(unsigned long long val, char buf[BC_FILE_ULL_LENGTH]) in bc_file_ultoa() 91 bc_file_output(int fd, const char* buf, size_t n) in bc_file_output() 470 bc_file_init(BcFile* f, int fd, char* buf, size_t cap, bool errors_fatal) in bc_file_init()
|
/aosp_15_r20/external/flashrom/ |
H A D | serial.c | 157 int serialport_config(fdtype fd, int baud) in serialport_config() 267 fdtype fd; in sp_openserport() local 323 void sp_set_pin(enum SP_PIN pin, int val) { in sp_set_pin()
|
/aosp_15_r20/external/iproute2/lib/ |
H A D | bpf.c | 143 static int bpf_map_update(int fd, const void *key, const void *value, in bpf_map_update() 165 static int bpf_prog_info_by_fd(int fd, struct bpf_prog_info *info, in bpf_prog_info_by_fd() 187 int fd, ret, dump_ok = 0; in bpf_dump_prog_info() local 388 static int bpf_derive_elf_map_from_fdinfo(int fd, struct bpf_elf_map *map, in bpf_derive_elf_map_from_fdinfo() 391 unsigned int val, owner_type = 0, owner_jited = 0; in bpf_derive_elf_map_from_fdinfo() local 431 static int bpf_map_selfcheck_pinned(int fd, const struct bpf_elf_map *map, in bpf_map_selfcheck_pinned() 1194 static int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin() 1429 static int bpf_place_pinned(int fd, const char *name, in bpf_place_pinned() 1450 static void bpf_prog_report(int fd, const char *section, in bpf_prog_report() 1473 int tries = 0, fd; in bpf_prog_attach() local [all …]
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | ifconfig.c | 102 static void display_ifconfig(char *name, int always, unsigned long long val[]) in display_ifconfig() 311 unsigned long long val[17]; in show_iface() local 446 int val, len = 0; in ifconfig_main() local 463 int fd; in ifconfig_main() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/secure_element/1.1/android.hardware.secure_element-V1.1-java/android_common/javac/ |
D | android.hardware.secure_element-V1.1-java.jar | ... android.os.RemoteException
android.os.NativeHandle fd
java.util.ArrayList options
android.os. ... |
/aosp_15_r20/external/erofs-utils/mkfs/ |
H A D | main.c | 243 static int erofs_mkfs_feat_set_legacy_compress(bool en, const char *val, in erofs_mkfs_feat_set_legacy_compress() 253 static int erofs_mkfs_feat_set_ztailpacking(bool en, const char *val, in erofs_mkfs_feat_set_ztailpacking() 262 static int erofs_mkfs_feat_set_fragments(bool en, const char *val, in erofs_mkfs_feat_set_fragments() 286 static int erofs_mkfs_feat_set_all_fragments(bool en, const char *val, in erofs_mkfs_feat_set_all_fragments() 293 static int erofs_mkfs_feat_set_dedupe(bool en, const char *val, in erofs_mkfs_feat_set_dedupe() 905 int fd = open(cfg.c_src_path, O_RDONLY); in mkfs_parse_options_cfg() local
|