| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | pcsc_funcs.c | 512 struct scard_data * scard_init(const char *reader) in scard_init() argument
|
| /kernel/linux/common_modules/tzdriver/tlogger/ |
| H A D | tlogger.c | 176 struct tlogger_reader *reader = NULL; in get_reader_log() local 276 static ssize_t get_buffer_info(struct tlogger_reader *reader, in get_buffer_info() argument 309 get_last_read_pos(struct log_buffer_flag *log_flag, const struct tlogger_reader *reader, uint32_t *log_last_pos, uint32_t *is_read) get_last_read_pos() argument 350 proc_read_ret(uint32_t buf_written, const struct tlogger_reader *reader) proc_read_ret() argument 382 trigger_parse_log(char __user *buf, size_t count, uint32_t log_last_pos, struct log_buffer *log_buffer, struct tlogger_reader *reader) trigger_parse_log() argument 431 struct tlogger_reader *reader = NULL; process_tlogger_read() local 495 struct tlogger_reader *reader = NULL; process_tlogger_open() local 539 struct tlogger_reader *reader = NULL; process_tlogger_release() local 580 struct tlogger_reader *reader = NULL; process_tlogger_poll() local 620 struct tlogger_reader *reader = NULL; set_reader_cur_pos() local 643 struct tlogger_reader *reader = NULL; set_tlogcat_f_stat() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H A D | apm_32.c | 330 unsigned int reader: 1; member
|
| /kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
| H A D | remote.h | 100 static inline int advance_queue_reader(struct service_processor *sp, unsigned long reader) in advance_queue_reader() argument
|
| /kernel/linux/linux-5.10/net/sunrpc/ |
| H A D | cache.c | 785 int reader; /* if 0, then request */ member
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | session.c | 2157 struct reader { struct
|
| /kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
| H A D | remote.h | 100 static inline int advance_queue_reader(struct service_processor *sp, unsigned long reader) in advance_queue_reader() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | apm_32.c | 331 unsigned int reader: 1; member
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| H A D | cache.c | 800 int reader; /* if 0, then request */ member
|
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| H A D | maple.c | 34330 rcu_reader_setup(struct rcu_reader_struct *reader, unsigned int id, struct rcu_test_struct2 *test) rcu_reader_setup() argument 34345 struct rcu_reader_struct *reader = (struct rcu_reader_struct *)ptr; rcu_reader_fwd() local 34455 struct rcu_reader_struct *reader = (struct rcu_reader_struct *)ptr; rcu_reader_rev() local [all...] |
| /third_party/curl/lib/vquic/ |
| H A D | curl_ngtcp2.c | 1313 nghttp3_data_reader reader; in h3_stream_open() local
|
| H A D | curl_osslq.c | 1652 nghttp3_data_reader reader; in h3_stream_open() local
|
| /third_party/gn/src/gn/ |
| H A D | command_format.cc | 1261 base::JSONReader reader; in FormatJsonToString() local
|
| /third_party/backends/frontend/ |
| H A D | saned.c | 1654 int num_fds, be_fd = -1, reader, writer, bytes_in_buf, status_dirty = 0; in do_scan() local [all...] |
| /third_party/libabigail/tools/ |
| H A D | abipkgdiff.cc | 1349 abigail::elf_based_reader_sptr reader; in compare() local 1357 abigail::elf_based_reader_sptr reader = in compare() local 1456 abigail::elf_based_reader_sptr reader = compare() local 1614 abigail::elf_based_reader_sptr reader; compare_to_self() local 1621 abigail::elf_based_reader_sptr reader = compare_to_self() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-serialization.cc | 646 bool NativeModuleDeserializer::Read(Reader* reader) { in Read() argument 702 void NativeModuleDeserializer::ReadHeader(Reader* reader) { in ReadHeader() argument 706 ReadCode(int fn_index, Reader* reader) ReadCode() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.c | 492 struct blob_reader reader; in llvmpipe_create_compute_state() local
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 2502 struct blob_reader reader; in iris_create_compute_state() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_pair_schedule.c | 415 struct schedule_instruction * reader = read_ptr->Item; in notify_sem_wait() local 968 struct rc_reader reader = sched_inst->GlobalReaders.Readers[i]; in convert_rgb_to_alpha() local 1128 add_tex_reader( struct schedule_state * s, struct schedule_instruction * writer, struct schedule_instruction * reader) add_tex_reader() argument 1146 struct reg_value_reader * reader; scan_read() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-tools-utils.cc | 2784 abigail::elf_based_reader_sptr reader = in build_corpus_group_from_kernel_dist_under() local
|
| /third_party/rust/crates/either/src/ |
| H A D | lib.rs | 1371 let mut reader = if use_empty { in seek() variables 1399 let mut reader = if use_stdio { in read_write() variables
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_events.py | 401 def reader(): function 1482 def reader(data): function 1548 def reader(data): function 1605 def reader(data): function [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_csv.py | 498 reader = csv.reader(fileobj, dialect=space()) global() variable in TestDialectRegistry.test_space_dialect.space [all...] |
| /third_party/python/Modules/_io/ |
| H A D | bufferedio.c | 2063 buffered *reader; global() member 2088 _io_BufferedRWPair___init___impl(rwpair *self, PyObject *reader, PyObject *writer, Py_ssize_t buffer_size) _io_BufferedRWPair___init___impl() argument [all...] |
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl.cc | 37 namespace reader { namespace
|