Home
last modified time | relevance | path

Searched defs:file (Results 1126 – 1150 of 2274) sorted by relevance

1...<<41424344454647484950>>...91

/openbmc/qemu/scripts/simplebench/
H A Dbench_block_job.py141 def drv_qcow2(file): argument
/openbmc/linux/tools/objtool/
H A Dobjtool.c22 static struct objtool_file file; variable
/openbmc/linux/drivers/hwmon/pmbus/
H A Dacbel-fsg032.c18 static ssize_t acbel_fsg032_debugfs_read(struct file *file, char __user *buf, size_t count, in acbel_fsg032_debugfs_read()
/openbmc/openpower-proc-control/
H A Dtargeting.cpp74 for (auto& file : std::filesystem::directory_iterator(fsiSlaveBasePath)) in Targeting() local
/openbmc/linux/security/smack/
H A Dsmack_lsm.c223 static int smk_bu_file(struct file *file, int mode, int rc) in smk_bu_file()
248 #define smk_bu_file(file, mode, RC) (RC) argument
278 #define smk_bu_credfile(cred, file, mode, RC) (RC) argument
1656 static int smack_file_alloc_security(struct file *file) in smack_file_alloc_security()
1707 static int smack_file_lock(struct file *file, unsigned int cmd) in smack_file_lock()
1780 static int smack_mmap_file(struct file *file, in smack_mmap_file()
1887 static void smack_file_set_fowner(struct file *file) in smack_file_set_fowner()
1912 struct file *file; in smack_file_send_sigiotask() local
1945 static int smack_file_receive(struct file *file) in smack_file_receive()
2003 static int smack_file_open(struct file *file) in smack_file_open()
[all …]
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py381 def usable(self, file, ishtml=False): argument
519 def setCallgraphBlacklist(self, file): argument
564 def listFromFile(self, file): argument
573 def addFtraceFilterFunctions(self, file): argument
729 def setVal(self, val, file): argument
744 def getVal(self, file): argument
931 def configFile(self, file): argument
5587 def readFile(file): argument
6483 def configFromFile(file): argument
6969 file = sysvals.configFile(val) variable
[all …]
/openbmc/linux/sound/core/
H A Drawmidi.c89 static inline unsigned short snd_rawmidi_file_flags(struct file *file) in snd_rawmidi_file_flags()
445 static int snd_rawmidi_open(struct inode *inode, struct file *file) in snd_rawmidi_open()
618 static int snd_rawmidi_release(struct inode *inode, struct file *file) in snd_rawmidi_release()
912 static long snd_rawmidi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in snd_rawmidi_ioctl()
1301 static ssize_t snd_rawmidi_read(struct file *file, char __user *buf, size_t count, in snd_rawmidi_read()
1645 static ssize_t snd_rawmidi_write(struct file *file, const char __user *buf, in snd_rawmidi_write()
1719 static __poll_t snd_rawmidi_poll(struct file *file, poll_table *wait) in snd_rawmidi_poll()
H A Dhwdep_compat.c39 static long snd_hwdep_ioctl_compat(struct file * file, unsigned int cmd, in snd_hwdep_ioctl_compat()
/openbmc/linux/drivers/sbus/char/
H A Denvctrl.c537 envctrl_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in envctrl_read()
654 envctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in envctrl_ioctl()
697 envctrl_open(struct inode *inode, struct file *file) in envctrl_open()
707 envctrl_release(struct inode *inode, struct file *file) in envctrl_release()
/openbmc/linux/drivers/watchdog/
H A Dwatchdog_dev.c697 static ssize_t watchdog_write(struct file *file, const char __user *data, in watchdog_write()
750 static long watchdog_ioctl(struct file *file, unsigned int cmd, in watchdog_ioctl()
864 static int watchdog_open(struct inode *inode, struct file *file) in watchdog_open()
942 static int watchdog_release(struct inode *inode, struct file *file) in watchdog_release()
/openbmc/linux/include/linux/
H A Dfilelock.h191 static inline int fcntl_getlk(struct file *file, unsigned int cmd, in fcntl_getlk()
197 static inline int fcntl_setlk(unsigned int fd, struct file *file, in fcntl_setlk()
204 static inline int fcntl_getlk64(struct file *file, unsigned int cmd, in fcntl_getlk64()
210 static inline int fcntl_setlk64(unsigned int fd, struct file *file, in fcntl_setlk64()
/openbmc/linux/drivers/xen/xenfs/
H A Dsuper.c31 static ssize_t capabilities_read(struct file *file, char __user *buf, in capabilities_read()
/openbmc/u-boot/include/configs/
H A Ddragonboard410c.h53 #define REFLASH(file, part) \ argument
/openbmc/qemu/hw/core/
H A Dguest-loader.c85 char *file = s->kernel ? s->kernel : s->initrd; in guest_loader_realize() local
/openbmc/linux/sound/synth/emux/
H A Demux_hwdep.c79 snd_emux_hwdep_ioctl(struct snd_hwdep * hw, struct file *file, in snd_emux_hwdep_ioctl()
/openbmc/google-ipmi-sys/
H A Dutil.cpp40 nlohmann::json parseConfig(const std::string& file) in parseConfig()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_task_vma.c31 struct file *file; in proc_maps() local
/openbmc/linux/fs/ext2/
H A Dioctl.c144 long ext2_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext2_compat_ioctl()
/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h317 static inline bool vb2_queue_is_busy(struct vb2_queue *q, struct file *file) in vb2_queue_is_busy()
/openbmc/linux/fs/freevxfs/
H A Dvxfs_subr.c128 static int vxfs_read_folio(struct file *file, struct folio *folio) in vxfs_read_folio()
/openbmc/qemu/dump/
H A Ddump-hmp-cmds.c24 const char *file = qdict_get_str(qdict, "filename"); in hmp_dump_guest_memory() local
/openbmc/qemu/tcg/
H A Ddebuginfo.c51 const char *symbol, *file; in debuginfo_query() local
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-xdma.c570 static ssize_t aspeed_xdma_write(struct file *file, const char __user *buf, in aspeed_xdma_write()
620 static __poll_t aspeed_xdma_poll(struct file *file, in aspeed_xdma_poll()
651 static long aspeed_xdma_ioctl(struct file *file, unsigned int cmd, in aspeed_xdma_ioctl()
704 static int aspeed_xdma_mmap(struct file *file, struct vm_area_struct *vma) in aspeed_xdma_mmap()
752 static int aspeed_xdma_open(struct inode *inode, struct file *file) in aspeed_xdma_open()
768 static int aspeed_xdma_release(struct inode *inode, struct file *file) in aspeed_xdma_release()
/openbmc/linux/drivers/usb/gadget/udc/
H A Datmel_usba_udc.c37 static int queue_dbg_open(struct inode *inode, struct file *file) in queue_dbg_open()
84 static ssize_t queue_dbg_read(struct file *file, char __user *buf, in queue_dbg_read()
127 static int queue_dbg_release(struct inode *inode, struct file *file) in queue_dbg_release()
140 static int regs_dbg_open(struct inode *inode, struct file *file) in regs_dbg_open()
167 static ssize_t regs_dbg_read(struct file *file, char __user *buf, in regs_dbg_read()
182 static int regs_dbg_release(struct inode *inode, struct file *file) in regs_dbg_release()
/openbmc/linux/arch/um/drivers/
H A Dubd_kern.c142 char *file; member
156 char *file; member
241 char *file, *backing_file, *serial; in ubd_setup_common() local
500 char *file; in ubd_file_size() local
546 static int backing_file_mismatch(char *file, __u64 size, time64_t mtime) in backing_file_mismatch()
612 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file()

1...<<41424344454647484950>>...91