Home
last modified time | relevance | path

Searched defs:file (Results 5401 - 5425 of 5608) sorted by relevance

1...<<211212213214215216217218219220>>...225

/third_party/openssl/apps/
H A Dcmp.c650 print_to_bio_out(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) print_to_bio_out() argument
656 print_to_bio_err(const char *func, const char *file, int line, OSSL_CMP_severity level, const char *msg) print_to_bio_err() argument
740 char *file; write_PKIMESSAGE() local
763 char *file; read_PKIMESSAGE() local
1622 const char *file = opt_newkey; setup_request_ctx() local
[all...]
H A Ds_server.c3299 BIO *file; www_body() local
[all...]
/third_party/openssl/apps/lib/
H A Dapps.c507 X509_REQ *load_csr(const char *file, int format, const char *desc) in load_csr() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp158 void WriteLine(Blob *blob, IdRef file, LiteralInteger line, LiteralInteger column) in WriteLine() argument
81 WriteSource(Blob *blob, spv::SourceLanguage sourceLanguage, LiteralInteger version, const IdRef *file, const LiteralString *source) WriteSource() argument
H A Dspirv_instruction_parser_autogen.cpp49 ParseSource(const uint32_t *_instruction, spv::SourceLanguage *sourceLanguage, LiteralInteger *version, IdRef *file, LiteralString *source) ParseSource() argument
124 ParseLine(const uint32_t *_instruction, IdRef *file, LiteralInteger *line, LiteralInteger *column) ParseLine() argument
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2918 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() argument
2929 FILE* file = sk_fopen("op_dump.txt", kWrite_SkFILE_Flag); in DumpOp() local
2933 void SkPathOpsDebug::DumpOp(FILE* file, const SkPath& one, const SkPath& two, SkPathOp op, in DumpOp() argument
2953 FILE* file = sk_fopen("simplify_dump.txt", kWrite_SkFILE_Flag); DumpSimplify() local
2957 DumpSimplify(FILE* file, const SkPath& path, const char* testName) DumpSimplify() argument
[all...]
/third_party/toybox/toys/pending/
H A Ddhcpd.c151 uint8_t file[128]; member
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c131 _xml_failure(XML_Parser parser, const char *file, int line) { in _xml_failure() argument
166 _expect_failure(const char *text, enum XML_Error errorCode, const char *errorMessage, const char *file, int lineno) _expect_failure() argument
593 _run_character_check(const char *text, const XML_Char *expected, const char *file, int line) _run_character_check() argument
610 _run_attribute_check(const char *text, const XML_Char *expected, const char *file, int line) _run_attribute_check() argument
639 _run_ext_character_check(const char *text, ExtTest *test_data, const XML_Char *expected, const char *file, int line) _run_ext_character_check() argument
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c1991 void loader_get_fullpath(const char *file, const char *in_dirs, size_t out_size, char *out_fullpath) { in loader_get_fullpath() argument
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.List listDirs (java.io.File) java.io.File file java.io. ...
/third_party/skia/platform_tools/android/apps/gradle/wrapper/
H A Dgradle-wrapper.jar ... java.util.List listDirs (java.io.File) java.io.File file java.io. ...
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c4179 static int dw_hdmi_status_open(struct inode *inode, struct file *file) in dw_hdmi_status_open() argument
4244 static int dw_hdmi_ctrl_open(struct inode *inode, struct file *file) in dw_hdmi_ctrl_open() argument
4249 static ssize_t dw_hdmi_ctrl_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) in dw_hdmi_ctrl_write() argument
4292 static int dw_hdmi_phy_open(struct inode *inode, struct file *fil argument
4297 dw_hdmi_phy_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) dw_hdmi_phy_write() argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h897 struct file *file; member
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c8233 void __might_sleep(const char *file, int line, int preempt_offset) in __might_sleep() argument
8250 void ___might_sleep(const char *file, int line, int preempt_offset) in ___might_sleep() argument
8301 void __cant_sleep(const char *file, int line, int preempt_offset) in __cant_sleep() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_common.c5866 void *file = NULL; dhd_parse_logstrs_file() local
6021 dhd_parse_map_file(osl_t *osh, void *file, uint32 *ramstart, uint32 *rodata_start, uint32 *rodata_end) dhd_parse_map_file() argument
6863 dhd_log_dump_ring_to_file(dhd_pub_t *dhdp, void *ring_ptr, void *file, unsigned long *file_posn, log_dump_section_hdr_t *sec_hdr, char *text_hdr, uint32 sec_type) dhd_log_dump_ring_to_file() argument
7375 void *file = NULL; dhd_print_fw_ver_from_file() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c857 static struct hisi_qm *file_to_qm(struct debugfs_file *file) in file_to_qm() argument
864 static u32 current_q_read(struct debugfs_file *file) in current_q_read() argument
871 static int current_q_write(struct debugfs_file *file, u32 val) in current_q_write() argument
890 static u32 clear_enable_read(struct debugfs_file *file) in clear_enable_read() argument
898 static int clear_enable_write(struct debugfs_file *file, u32 rd_clr_ctrl) in clear_enable_write() argument
913 struct debugfs_file *file = filp->private_data; qm_debug_read() local
939 struct debugfs_file *file = filp->private_data; qm_debug_write() local
1523 struct debugfs_file *file = qm->debug.files + index; qm_create_debugfs_file() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Daclocal.h815 void *file; member
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c600 struct file *file; member
2281 struct file *file; global() member
2658 struct file *file; binder_translate_fd() local
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c133 static long kvm_no_compat_ioctl(struct file *file, unsigned int ioctl, in kvm_no_compat_ioctl() argument
136 static int kvm_no_compat_open(struct inode *inode, struct file *file) in kvm_no_compat_open() argument
3171 kvm_vcpu_mmap(struct file *file, struct vm_area_struct *vma) kvm_vcpu_mmap() argument
4092 struct file *file; kvm_dev_ioctl_create_vm() local
4582 kvm_debugfs_open(struct inode *inode, struct file *file, int (*get)(void *, u64 *), int (*set)(void *, u64), const char *fmt) kvm_debugfs_open() argument
4608 kvm_debugfs_release(struct inode *inode, struct file *file) kvm_debugfs_release() argument
4698 kvm_stat_data_open(struct inode *inode, struct file *file) kvm_stat_data_open() argument
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Dmd.c6694 mdu_bitmap_file_t *file = NULL; /* too big for stack allocation */ get_bitmap_file() local
8380 md_seq_open(struct inode *inode, struct file *file) md_seq_open() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134.h734 static inline bool is_empress(struct file *file) in is_empress() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c3077 char file[80] = "?"; in brcmf_sdio_assert_info() local
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c309 ahd_assert_modes(struct ahd_softc *ahd, ahd_mode srcmode, ahd_mode dstmode, const char *file, int line) ahd_assert_modes() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Drenesas_usb3.c2509 static int renesas_usb3_b_device_open(struct inode *inode, struct file *file) in renesas_usb3_b_device_open() argument
2514 static ssize_t renesas_usb3_b_device_write(struct file *file, in renesas_usb3_b_device_write() argument
/kernel/linux/linux-5.10/include/net/
H A Dsock.h949 static inline void __receive_sock(struct file *file) in __receive_sock() argument

Completed in 118 milliseconds

1...<<211212213214215216217218219220>>...225