Searched defs:file (Results 1 - 25 of 175) sorted by relevance

1234567

/arch/avr32/kernel/
H A Dsys_avr32.c10 int kernel_execve(const char *file, argument
15 register long sc1 asm("r12") = (long)file;
/arch/x86/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/arm/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/avr32/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/ia64/include/asm/
H A Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/m32r/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/m68k/include/asm/
H A Dfb.h11 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
17 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/mips/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/parisc/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/powerpc/include/asm/
H A Dbug.h20 .macro EMIT_BUG_ENTRY addr,file,line,flags variable
27 5002: .asciz "\file"
31 .macro EMIT_BUG_ENTRY addr,file,line,flags
120 .macro EMIT_BUG_ENTRY addr,file,line,flags
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
11 vma->vm_page_prot = phys_mem_access_prot(file, off >> PAGE_SHIFT,
/arch/sh/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/alpha/kernel/
H A Dbinfmt_loader.c3 #include <linux/file.h>
12 struct file *file; local
21 allow_write_access(bprm->file);
22 fput(bprm->file);
23 bprm->file = NULL;
27 file = open_exec("/sbin/loader");
28 retval = PTR_ERR(file);
29 if (IS_ERR(file))
35 bprm->file
[all...]
/arch/sparc/include/asm/
H A Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/arm/mach-msm/
H A Dlast_radio_log.c31 static ssize_t last_radio_log_read(struct file *file, char __user *buf, argument
/arch/blackfin/mach-bf561/
H A Dcoreb.c26 coreb_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
/arch/ia64/kernel/
H A Delfcore.c14 int elf_core_write_extra_phdrs(struct file *file, loff_t offset, size_t *size, argument
39 if (*size > limit || !dump_write(file, &phdr, sizeof(phdr)))
45 int elf_core_write_extra_data(struct file *file, size_t *size, argument
58 if (*size > limit || !dump_write(file, addr, memsz))
/arch/m68k/fpsp040/
H A Dfpsp.h8 | For details on the license for this file, please see the
9 | file, README, in this same directory. variable
/arch/powerpc/kernel/
H A Dproc_powerpc.c32 static loff_t page_map_seek( struct file *file, loff_t off, int whence) argument
35 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
42 new = file->f_pos + off;
52 return (file->f_pos = new);
55 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, argument
58 struct proc_dir_entry *dp = PDE(file->f_path.dentry->d_inode);
62 static int page_map_mmap( struct file *file, struc argument
[all...]
/arch/sh/mm/
H A Dasids-debugfs.c8 * Provides a debugfs file that lists out the ASIDs currently associated
15 * This file is subject to the terms and conditions of the GNU General Public
16 * License. See the file "COPYING" in the main directory of this archive
27 static int asids_seq_show(struct seq_file *file, void *iter) argument
40 seq_printf(file, "%5d : %04lx\n", pid,
49 static int asids_debugfs_open(struct inode *inode, struct file *file) argument
51 return single_open(file, asids_seq_show, inode->i_private);
/arch/um/drivers/
H A Dcow_sys.h30 static inline int cow_file_size(char *file, unsigned long long *size_out) argument
32 return os_file_size(file, size_out);
/arch/um/kernel/
H A Dexec.c47 static long execve1(const char *file, argument
53 error = do_execve(file, argv, env, &current->thread.regs);
65 long um_execve(const char *file, const char __user *const __user *argv, const char __user *const __user *env) argument
69 err = execve1(file, argv, env);
75 long sys_execve(const char __user *file, const char __user *const __user *argv, argument
81 filename = getname(file);
/arch/um/os-Linux/
H A Dexecvp.c5 This file is part of the GNU C Library.
39 int execvp_noalloc(char *buf, const char *file, char *const argv[]) argument
41 if (*file == '\0') {
45 if (strchr (file, '/') != NULL) {
47 execv(file, argv);
56 len = strlen(file) + 1;
58 /* Copy the file name at the top. */
59 name = memcpy(buf + pathlen + 1, file, len);
99 /* Those errors indicate the file is missing or not executable
115 /* Some other error means we found an executable file, bu
[all...]
/arch/x86/um/
H A Delfcore.c14 int elf_core_write_extra_phdrs(struct file *file, loff_t offset, size_t *size, argument
37 || !dump_write(file, &phdr, sizeof(phdr)))
44 int elf_core_write_extra_data(struct file *file, size_t *size, argument
61 || !dump_write(file, addr, filesz))
/arch/cris/arch-v32/kernel/
H A Dtraps.c137 void do_BUG(char *file, unsigned int line) argument
139 printk("kernel BUG at %s:%d!\n", file, line);

Completed in 604 milliseconds

1234567