Home
last modified time | relevance | path

Searched refs:file (Results 7251 - 7275 of 14116) sorted by relevance

1...<<291292293294295296297298299300>>...565

/third_party/skia/infra/bots/recipe_modules/build/
H A Dcmake.py3 # found in the LICENSE file.
24 api.file.ensure_directory('mkdirs out_dir', out_dir, mode=0o777)
/third_party/vk-gl-cts/framework/common/
H A DtcuDefs.cpp8 * you may not use this file except in compliance with the License.
20 * \file
58 static std::string formatError (const char* message, const char* expr, const char* file, int line) in formatError() argument
66 if (file) in formatError()
67 msg << " at " << de::FilePath(file).getBaseName() << ":" << line; in formatError()
72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() argument
73 : std::runtime_error(formatError(message, expr, file, line)) in Exception()
84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qpTestResult result) in TestException() argument
85 : Exception (formatError(message, expr, file, line)) in TestException()
96 TestError::TestError (const char* message, const char* expr, const char* file, in argument
100 TestError(const std::string& message, const char* expr, const char* file, int line) TestError() argument
110 InternalError(const char* message, const char* expr, const char* file, int line) InternalError() argument
115 InternalError(const std::string& message, const char* expr, const char* file, int line) InternalError() argument
125 ResourceError(const char* message, const char* expr, const char* file, int line) ResourceError() argument
135 NotSupportedError(const char* message, const char* expr, const char* file, int line) NotSupportedError() argument
140 NotSupportedError(const std::string& message, const char* expr, const char* file, int line) NotSupportedError() argument
[all...]
/third_party/vk-gl-cts/framework/xexml/
H A DxeDefs.hpp10 * you may not use this file except in compliance with the License.
22 * \file
38 Error (const char* message, const char* expr, const char* file, int line);
/kernel/linux/linux-6.6/net/smc/
H A Daf_smc.c264 if (smc->clcsock->file) { /* non-accepted sockets have no file yet */ in smc_restore_fallback_changes()
265 smc->clcsock->file->private_data = smc->sk.sk_socket; in smc_restore_fallback_changes()
266 smc->clcsock->file = NULL; in smc_restore_fallback_changes()
926 if (smc->sk.sk_socket && smc->sk.sk_socket->file) { in smc_switch_to_fallback()
927 smc->clcsock->file = smc->sk.sk_socket->file; in smc_switch_to_fallback()
928 smc->clcsock->file->private_data = smc->clcsock; in smc_switch_to_fallback()
1830 smc_sk(new_sk)->clcsock->file = new_sock->file; in smc_accept_dequeue()
2825 smc_poll(struct file *file, struct socket *sock, poll_table *wait) smc_poll() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c392 void si_add_arg_checked(struct ac_shader_args *args, enum ac_arg_regfile file, unsigned registers, in si_add_arg_checked() argument
396 ac_add_arg(args, file, registers, type, arg); in si_add_arg_checked()
962 FILE *file) in si_shader_dump_disassembly()
1009 if (file) { in si_shader_dump_disassembly()
1010 fprintf(file, "Shader %s disassembly:\n", name); in si_shader_dump_disassembly()
1011 fprintf(file, "%*s", (int)nbytes, disasm); in si_shader_dump_disassembly()
1097 static void si_shader_dump_stats(struct si_screen *sscreen, struct si_shader *shader, FILE *file, in si_shader_dump_stats() argument
1104 fprintf(file, in si_shader_dump_stats()
1111 fprintf(file, in si_shader_dump_stats()
1166 struct util_debug_callback *debug, FILE *file, boo in si_shader_dump()
958 si_shader_dump_disassembly(struct si_screen *screen, const struct si_shader_binary *binary, gl_shader_stage stage, unsigned wave_size, struct util_debug_callback *debug, const char *name, FILE *file) si_shader_dump_disassembly() argument
1165 si_shader_dump(struct si_screen *sscreen, struct si_shader *shader, struct util_debug_callback *debug, FILE *file, bool check_debug_option) si_shader_dump() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c191 sm1_dump_reg(BYTE file, INT index) in sm1_dump_reg() argument
193 switch (file) { in sm1_dump_reg()
213 DUMP("%c%i", sm1_file_char[file], index); in sm1_dump_reg()
222 BYTE file; member
240 BYTE file; member
281 if (param->file == NINED3DSPR_IMMEDIATE) { in sm1_dump_src_param()
292 DUMP("%c[", sm1_file_char[param->file]); in sm1_dump_src_param()
296 sm1_dump_reg(param->file, param->idx); in sm1_dump_src_param()
321 DUMP("%c[", sm1_file_char[param->file]); in sm1_dump_dst_param()
325 sm1_dump_reg(param->file, para in sm1_dump_dst_param()
988 nine_ureg_dst_register(unsigned file, int index) nine_ureg_dst_register() argument
[all...]
/kernel/linux/linux-5.10/virt/kvm/
H A Deventfd.c19 #include <linux/file.h>
234 irqfd_ptable_queue_proc(struct file *file, wait_queue_head_t *wqh, in irqfd_ptable_queue_proc() argument
309 if (!f.file) { in kvm_irqfd_assign()
314 eventfd = eventfd_ctx_fileget(f.file); in kvm_irqfd_assign()
401 events = vfs_poll(f.file, &irqfd->pt); in kvm_irqfd_assign()
423 * do not drop the file until the irqfd is fully initialized, otherwise in kvm_irqfd_assign()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dbook3s_64_vio.c21 #include <linux/file.h>
120 if (!f.file) in kvm_spapr_tce_attach_iommu_group()
125 if (stt == f.file->private_data) { in kvm_spapr_tce_attach_iommu_group()
252 static int kvm_spapr_tce_mmap(struct file *file, struct vm_area_struct *vma) in kvm_spapr_tce_mmap() argument
258 static int kvm_spapr_tce_release(struct inode *inode, struct file *filp) in kvm_spapr_tce_release()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c1170 static ssize_t mipi_dbi_debugfs_command_write(struct file *file, in mipi_dbi_debugfs_command_write() argument
1174 struct seq_file *m = file->private_data; in mipi_dbi_debugfs_command_write()
1275 struct file *file) in mipi_dbi_debugfs_command_open()
1277 return single_open(file, mipi_dbi_debugfs_command_show, in mipi_dbi_debugfs_command_open()
1294 * This function creates a 'command' debugfs file for sending commands to the
1274 mipi_dbi_debugfs_command_open(struct inode *inode, struct file *file) mipi_dbi_debugfs_command_open() argument
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtps65010.c64 struct dentry *file; member
286 static int dbg_tps_open(struct inode *inode, struct file *file) in dbg_tps_open() argument
288 return single_open(file, dbg_show, inode->i_private); in dbg_tps_open()
518 debugfs_remove(tps->file); in tps65010_remove()
619 tps->file = debugfs_create_file(DRIVER_NAME, S_IRUGO, NULL, in tps65010_probe()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-picolcd_debugfs.c32 static int picolcd_debug_reset_open(struct inode *inode, struct file *f) in picolcd_debug_reset_open()
37 static ssize_t picolcd_debug_reset_write(struct file *f, const char __user *user_buf, in picolcd_debug_reset_write()
70 * The "eeprom" file
72 static ssize_t picolcd_debug_eeprom_read(struct file *f, char __user *u, in picolcd_debug_eeprom_read()
111 static ssize_t picolcd_debug_eeprom_write(struct file *f, const char __user *u, in picolcd_debug_eeprom_write()
166 * The "flash" file
215 static ssize_t picolcd_debug_flash_read(struct file *f, char __user *u, in picolcd_debug_flash_read()
298 static ssize_t picolcd_debug_flash_write(struct file *f, const char __user *u, in picolcd_debug_flash_write()
/kernel/linux/linux-5.10/drivers/misc/
H A Dhpilo.c16 #include <linux/file.h>
438 static ssize_t ilo_read(struct file *fp, char __user *buf, in ilo_read()
488 static ssize_t ilo_write(struct file *fp, const char __user *buf, in ilo_write()
520 static __poll_t ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
535 static int ilo_close(struct inode *ip, struct file *fp) in ilo_close()
566 static int ilo_open(struct inode *ip, struct file *fp) in ilo_open()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c676 * @file: file pointer for the tty
685 int tty_mode_ioctl(struct tty_struct *tty, struct file *file, in tty_mode_ioctl() argument
693 BUG_ON(file == NULL); in tty_mode_ioctl()
859 int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, in n_tty_ioctl_helper() argument
905 return tty_mode_ioctl(tty, file, cmd, arg); in n_tty_ioctl_helper()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Ddebugfs.c22 * @file: The file to write to.
27 static ssize_t testmode_write(struct file *file, const char __user *ubuf, size_t in testmode_write() argument
30 struct seq_file *s = file->private_data; in testmode_write()
60 * @s: The seq file to write to.
103 static int testmode_open(struct inode *inode, struct file *file) in testmode_open() argument
105 return single_open(file, testmode_show, inode->i_private); in testmode_open()
119 * @seq: The seq file t
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Drndis.c46 * Windows hosts need an INF file like Documentation/usb/linux.inf
1158 static ssize_t rndis_proc_write(struct file *file, const char __user *buffer, in rndis_proc_write() argument
1161 rndis_params *p = PDE_DATA(file_inode(file)); in rndis_proc_write()
1203 static int rndis_proc_open(struct inode *inode, struct file *file) in rndis_proc_open() argument
1205 return single_open(file, rndis_proc_show, PDE_DATA(inode)); in rndis_proc_open()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_recent.c546 static int recent_seq_open(struct inode *inode, struct file *file) in recent_seq_open() argument
550 st = __seq_open_private(file, &recent_seq_ops, sizeof(*st)); in recent_seq_open()
559 recent_mt_proc_write(struct file *file, const char __user *input, in recent_mt_proc_write() argument
562 struct recent_table *t = PDE_DATA(file_inode(file)); in recent_mt_proc_write()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfssvc.c1108 int nfsd_pool_stats_open(struct inode *inode, struct file *file) in nfsd_pool_stats_open() argument
1120 ret = svc_pool_stats_open(nn->nfsd_serv, file); in nfsd_pool_stats_open()
1125 int nfsd_pool_stats_release(struct inode *inode, struct file *file) in nfsd_pool_stats_release() argument
1127 int ret = seq_release(inode, file); in nfsd_pool_stats_release()
/kernel/linux/linux-5.10/kernel/sched/
H A Ddebug.c125 sched_feat_write(struct file *filp, const char __user *ubuf, in sched_feat_write()
157 static int sched_feat_open(struct inode *inode, struct file *filp) in sched_feat_open()
857 static void *sched_debug_start(struct seq_file *file, loff_t *offset) in sched_debug_start() argument
879 static void *sched_debug_next(struct seq_file *file, void *data, loff_t *offset) in sched_debug_next() argument
882 return sched_debug_start(file, offset); in sched_debug_next()
885 static void sched_debug_stop(struct seq_file *file, void *data) in sched_debug_stop() argument
/kernel/linux/linux-5.10/net/mac80211/
H A Ddebugfs_netdev.c133 static ssize_t ieee80211_if_read_##name(struct file *file, \
137 return ieee80211_if_read(file->private_data, \
143 static ssize_t ieee80211_if_write_##name(struct file *file, \
147 return ieee80211_if_write(file->private_data, userbuf, count, \
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Duart.c402 static int gb_tty_open(struct tty_struct *tty, struct file *file) in gb_tty_open() argument
406 return tty_port_open(&gb_tty->port, tty, file); in gb_tty_open()
409 static void gb_tty_close(struct tty_struct *tty, struct file *file) in gb_tty_close() argument
413 tty_port_close(&gb_tty->port, tty, file); in gb_tty_close()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps65010.c64 struct dentry *file; member
286 static int dbg_tps_open(struct inode *inode, struct file *file) in dbg_tps_open() argument
288 return single_open(file, dbg_show, inode->i_private); in dbg_tps_open()
514 debugfs_remove(tps->file); in tps65010_remove()
614 tps->file = debugfs_create_file(DRIVER_NAME, S_IRUGO, NULL, in tps65010_probe()
/kernel/linux/linux-6.6/drivers/misc/
H A Dhpilo.c16 #include <linux/file.h>
434 static ssize_t ilo_read(struct file *fp, char __user *buf, in ilo_read()
484 static ssize_t ilo_write(struct file *fp, const char __user *buf, in ilo_write()
516 static __poll_t ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
531 static int ilo_close(struct inode *ip, struct file *fp) in ilo_close()
562 static int ilo_open(struct inode *ip, struct file *fp) in ilo_open()
/kernel/linux/linux-6.6/drivers/virt/coco/sev-guest/
H A Dsev-guest.c153 static inline struct snp_guest_dev *to_snp_dev(struct file *file) in to_snp_dev() argument
155 struct miscdevice *dev = file->private_data; in to_snp_dev()
634 static long snp_guest_ioctl(struct file *file, unsigned int ioctl, unsigned long arg) in snp_guest_ioctl() argument
636 struct snp_guest_dev *snp_dev = to_snp_dev(file); in snp_guest_ioctl()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsocinfo.c436 static int qcom_open_##name(struct inode *inode, struct file *file) \
438 return single_open(file, _func, inode->i_private); \
539 static int open_image_##type(struct inode *inode, struct file *file) \
541 return single_open(file, show_image_##type, inode->i_private); \
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Duart.c402 static int gb_tty_open(struct tty_struct *tty, struct file *file) in gb_tty_open() argument
406 return tty_port_open(&gb_tty->port, tty, file); in gb_tty_open()
409 static void gb_tty_close(struct tty_struct *tty, struct file *file) in gb_tty_close() argument
413 tty_port_close(&gb_tty->port, tty, file); in gb_tty_close()

Completed in 35 milliseconds

1...<<291292293294295296297298299300>>...565