Home
last modified time | relevance | path

Searched +defs:val +defs:fds (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dpsock_fanout.c68 int fd, val, err; in sock_fanout_open() local
199 int val = TPACKET_V2; in sock_fanout_open_ring() local
235 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read()
269 int fds[2]; in test_control_group() local
306 int fds[3]; in test_control_group_max_num_members() local
356 int fds[3]; in test_unique_fanout_group_ids() local
414 int fds[2], fds_udp[2][2], ret; in test_datapath() local
H A Dudpgso_bench_tx.c241 struct pollfd fds = {0}; in flush_errqueue() local
530 int level, name, val; in set_pmtu_discover() local
548 int val = SOF_TIMESTAMPING_OPT_CMSG | SOF_TIMESTAMPING_OPT_ID | in set_tx_timestamping() local
619 int fd, i, val, ret; in main() local
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dbackend_client.rs52 let val = self.recv_reply::<VhostUserU64>(&hdr)?; in get_features() localVariable
60 let val = VhostUserU64::new(features); in set_features() localVariable
114 let val = VhostUserU64::new(base); in set_log_base() localVariable
133 let fds = [fd]; in set_log_fd() localVariable
140 let val = VhostUserVringState::new(queue_index as u32, num.into()); in set_vring_num() localVariable
151 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr() localVariable
159 let val = VhostUserVringState::new(queue_index as u32, base.into()); in set_vring_base() localVariable
277 let val = self.recv_reply::<VhostUserU64>(&hdr)?; in get_protocol_features() localVariable
291 let val = VhostUserU64::new(features.bits()); in set_protocol_features() localVariable
306 let val = self.recv_reply::<VhostUserU64>(&hdr)?; in get_queue_num() localVariable
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmaster.rs155 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_features() localVariable
163 let val = VhostUserU64::new(features); in set_features() localVariable
217 let val = VhostUserU64::new(base); in set_log_base() localVariable
241 let fds = [fd]; in set_log_fd() localVariable
253 let val = VhostUserVringState::new(queue_index as u32, num.into()); in set_vring_num() localVariable
267 let val = VhostUserVringAddr::from_config_data(queue_index as u32, config_data); in set_vring_addr() localVariable
279 let val = VhostUserVringState::new(queue_index as u32, base.into()); in set_vring_base() localVariable
340 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_protocol_features() localVariable
353 let val = VhostUserU64::new(features.bits()); in set_protocol_features() localVariable
367 let val = node.recv_reply::<VhostUserU64>(&hdr)?; in get_queue_num() localVariable
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/binder/include/binder/
DParcel.h584 const Flattenable<T>& val; variable
596 virtual status_t flatten(void* buffer, size_t size, int* fds, size_t count) const { in flatten()
599 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { in unflatten()
632 status_t Parcel::write(const Flattenable<T>& val) { in write()
638 status_t Parcel::write(const LightFlattenable<T>& val) { in write()
659 status_t Parcel::read(Flattenable<T>& val) const { in read()
665 status_t Parcel::read(LightFlattenable<T>& val) const { in read()
686 status_t Parcel::writeVectorSize(const std::vector<T>& val) { in writeVectorSize()
694 status_t Parcel::writeVectorSize(const std::unique_ptr<std::vector<T>>& val) { in writeVectorSize()
703 status_t Parcel::resizeOutVector(std::vector<T>* val) const { in resizeOutVector()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/binder/include/binder/
DParcel.h584 const Flattenable<T>& val; variable
596 virtual status_t flatten(void* buffer, size_t size, int* fds, size_t count) const { in flatten()
599 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { in unflatten()
632 status_t Parcel::write(const Flattenable<T>& val) { in write()
638 status_t Parcel::write(const LightFlattenable<T>& val) { in write()
659 status_t Parcel::read(Flattenable<T>& val) const { in read()
665 status_t Parcel::read(LightFlattenable<T>& val) const { in read()
686 status_t Parcel::writeVectorSize(const std::vector<T>& val) { in writeVectorSize()
694 status_t Parcel::writeVectorSize(const std::unique_ptr<std::vector<T>>& val) { in writeVectorSize()
703 status_t Parcel::resizeOutVector(std::vector<T>* val) const { in resizeOutVector()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/binder/include/binder/
DParcel.h584 const Flattenable<T>& val; variable
596 virtual status_t flatten(void* buffer, size_t size, int* fds, size_t count) const { in flatten()
599 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { in unflatten()
632 status_t Parcel::write(const Flattenable<T>& val) { in write()
638 status_t Parcel::write(const LightFlattenable<T>& val) { in write()
659 status_t Parcel::read(Flattenable<T>& val) const { in read()
665 status_t Parcel::read(LightFlattenable<T>& val) const { in read()
686 status_t Parcel::writeVectorSize(const std::vector<T>& val) { in writeVectorSize()
694 status_t Parcel::writeVectorSize(const std::unique_ptr<std::vector<T>>& val) { in writeVectorSize()
703 status_t Parcel::resizeOutVector(std::vector<T>* val) const { in resizeOutVector()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/binder/include/binder/
DParcel.h584 const Flattenable<T>& val; variable
596 virtual status_t flatten(void* buffer, size_t size, int* fds, size_t count) const { in flatten()
599 virtual status_t unflatten(void const* buffer, size_t size, int const* fds, size_t count) { in unflatten()
632 status_t Parcel::write(const Flattenable<T>& val) { in write()
638 status_t Parcel::write(const LightFlattenable<T>& val) { in write()
659 status_t Parcel::read(Flattenable<T>& val) const { in read()
665 status_t Parcel::read(LightFlattenable<T>& val) const { in read()
686 status_t Parcel::writeVectorSize(const std::vector<T>& val) { in writeVectorSize()
694 status_t Parcel::writeVectorSize(const std::unique_ptr<std::vector<T>>& val) { in writeVectorSize()
703 status_t Parcel::resizeOutVector(std::vector<T>* val) const { in resizeOutVector()
[all …]
/aosp_15_r20/external/bpftool/src/
H A Dcommon.c706 int parse_u32_arg(int *argc, char ***argv, __u32 *val, const char *what) in parse_u32_arg()
734 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag()
802 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds()
870 int *fds = NULL; in prog_parse_fd() local
895 static int map_fd_by_name(char *name, int **fds) in map_fd_by_name()
953 int map_parse_fds(int *argc, char ***argv, int **fds) in map_parse_fds()
1007 int *fds = NULL; in map_parse_fd() local
H A Dmap.c298 static char **parse_bytes(char **argv, const char *name, unsigned char *val, in parse_bytes()
633 int *fds = NULL; in do_show_subset() local
768 static int maps_have_btf(int *fds, int nb_fds) in maps_have_btf()
901 int *fds = NULL; in do_dump() local
/aosp_15_r20/external/liburing/test/
H A Daccept.c44 static void close_fds(int fds[], int nr) in close_fds()
152 int32_t val = 1; in start_accept_listen() local
177 int32_t val; in set_client_fd() local
374 int *fds, i, ret; in test_accept_many() local
/aosp_15_r20/external/strace/tests-m32/
H A Dfanotify_mark.c87 kernel_ulong_t val; member
92 uint64_t val; member
106 static const kernel_ulong_t fds[] = { in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dfanotify_mark.c87 kernel_ulong_t val; member
92 uint64_t val; member
106 static const kernel_ulong_t fds[] = { in main() local
/aosp_15_r20/external/strace/tests/
H A Dfanotify_mark.c87 kernel_ulong_t val; member
92 uint64_t val; member
106 static const kernel_ulong_t fds[] = { in main() local
/aosp_15_r20/external/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c98 int fds[2]; in main() local
497 unsigned long val; in get_num_switches() local
518 static void use_fpu_value(double val) in use_fpu_value()
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Datrace_wrapper.cc109 struct pollfd fds[kFdCount]{}; in ExecvAtrace() struct
174 bool IsSdkGreaterOrEqualThan(uint32_t val) { in IsSdkGreaterOrEqualThan()
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Dexecutor.c25 int *fds; member
140 int val; in handle_lockdep() local
354 bool open_output_files(int dirfd, int *fds, bool write) in open_output_files()
370 void close_outputs(int *fds) in close_outputs()
/aosp_15_r20/external/libcups/cups/
H A Dhttp-addrlist.c59 int val; /* Socket option value */ in httpAddrConnect2() local
67 fds[100]; /* Socket file descriptors */ in httpAddrConnect2() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs169 let fds = { in connect_timeout() localVariable
170 let mut fds = unsafe { mem::zeroed::<c::fd_set>() }; in connect_timeout() localVariable
411 let val: c::linger = net::getsockopt(self, c::SOL_SOCKET, c::SO_LINGER)?; in linger() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs169 let fds = { in connect_timeout() localVariable
170 let mut fds = unsafe { mem::zeroed::<c::fd_set>() }; in connect_timeout() localVariable
411 let val: c::linger = net::getsockopt(self, c::SOL_SOCKET, c::SO_LINGER)?; in linger() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs169 let fds = { in connect_timeout() localVariable
170 let mut fds = unsafe { mem::zeroed::<c::fd_set>() }; in connect_timeout() localVariable
411 let val: c::linger = net::getsockopt(self, c::SOL_SOCKET, c::SO_LINGER)?; in linger() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs169 let fds = { in connect_timeout() localVariable
170 let mut fds = unsafe { mem::zeroed::<c::fd_set>() }; in connect_timeout() localVariable
411 let val: c::linger = net::getsockopt(self, c::SOL_SOCKET, c::SO_LINGER)?; in linger() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dnet.rs169 let fds = { in connect_timeout() localVariable
170 let mut fds = unsafe { mem::zeroed::<c::fd_set>() }; in connect_timeout() localVariable
411 let val: c::linger = net::getsockopt(self, c::SOL_SOCKET, c::SO_LINGER)?; in linger() localVariable
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Dbinder_ndk.cpp238 auto fds = android::getRandomFds(&provider); in __anonf7253a450b02() local
249 int32_t val = provider.ConsumeIntegral<int32_t>(); in __anonf7253a450c02() local
H A Dbinder.cpp432 bool val = provider.ConsumeBool(); in __anon5d41f7091a02() local
437 bool val = provider.ConsumeBool(); in __anon5d41f7091b02() local
487 std::vector<unique_fd> fds = android::getRandomFds(&provider); in __anon5d41f7092302() local

12345678910>>...16