Searched refs:file (Results 1 - 25 of 431) sorted by relevance

1234567891011>>

/arch/x86/um/vdso/
H A Dcheckundef.sh3 file="$2"
4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
8 echo "$file: undefined symbols found" >&2
/arch/x86/vdso/
H A Dcheckundef.sh3 file="$2"
4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
8 echo "$file: undefined symbols found" >&2
/arch/x86/boot/
H A Dmtools.conf.in2 # mtools configuration file for "make (b)zdisk"
7 file="/dev/fd0"
11 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=18 filter
15 file="@OBJ@/fdimage" cylinders=80 heads=2 sectors=36 filter
/arch/blackfin/boot/
H A Dinstall.sh5 # This file is subject to the terms and conditions of the GNU General Public
6 # License. See the file "COPYING" in the main directory of this archive
18 # $2 - kernel image file
19 # $3 - kernel map file
26 echo " *** Missing file: $1" 1>&2
47 local file=$1
48 [ -f ${file} ] || return 0
49 local stamp=$(stat -c %Y ${file} 2>/dev/null)
50 mv ${file} ${file}
[all...]
/arch/powerpc/include/asm/
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/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/ia64/sn/kernel/sn2/
H A Dsn_proc_fs.c2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
21 static int partition_id_open(struct inode *inode, struct file *file) argument
23 return single_open(file, partition_id_show, NULL);
32 static int system_serial_number_open(struct inode *inode, struct file *file) argument
34 return single_open(file, system_serial_number_show, NULL);
43 static int licenseID_open(struct inode *inode, struct file *file) argument
55 coherence_id_open(struct inode *inode, struct file *file) argument
[all...]
/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/powerpc/kernel/
H A Dproc_powerpc.c32 static loff_t page_map_seek(struct file *file, loff_t off, int whence) argument
34 return fixed_size_llseek(file, off, whence, PAGE_SIZE);
37 static ssize_t page_map_read( struct file *file, char __user *buf, size_t nbytes, argument
41 PDE_DATA(file_inode(file)), PAGE_SIZE);
44 static int page_map_mmap( struct file *file, struct vm_area_struct *vma ) argument
50 __pa(PDE_DATA(file_inode(file))) >> PAGE_SHIFT,
/arch/tile/gxio/
H A Dtrio.c30 char file[32]; local
33 snprintf(file, sizeof(file), "trio/%d/iorpc", trio_index);
34 fd = hv_dev_open((HV_VirtAddr) file, 0);
H A Dusb_host.c32 char file[32]; local
36 snprintf(file, sizeof(file), "usb_host/%d/iorpc/ehci",
39 snprintf(file, sizeof(file), "usb_host/%d/iorpc/ohci",
42 fd = hv_dev_open((HV_VirtAddr) file, 0);
/arch/arm/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/arm64/include/asm/
H A Dfb.h23 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/m32r/include/asm/
H A Dfb.h8 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/sh/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/x86/include/asm/
H A Dfb.h8 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/sh/mm/
H A Dcache-debugfs.c6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
25 static int cache_seq_show(struct seq_file *file, void *iter) argument
27 unsigned int cache_type = (unsigned int)file->private;
43 seq_printf(file, "disabled\n");
70 seq_printf(file, "-----------------------------------------\n");
71 seq_printf(file, "Way %d\n", way);
72 seq_printf(file, "-----------------------------------------\n");
84 seq_printf(file, "%3d: %c 0x%lx\n",
97 static int cache_debugfs_open(struct inode *inode, struct file *fil argument
[all...]
/arch/um/drivers/
H A Dhostaudio_kern.c68 /* /dev/dsp file operations */
70 static ssize_t hostaudio_read(struct file *file, char __user *buffer, argument
73 struct hostaudio_state *state = file->private_data;
97 static ssize_t hostaudio_write(struct file *file, const char __user *buffer, argument
100 struct hostaudio_state *state = file->private_data;
126 static unsigned int hostaudio_poll(struct file *file, argument
138 static long hostaudio_ioctl(struct file *fil argument
181 hostaudio_open(struct inode *inode, struct file *file) argument
217 hostaudio_release(struct inode *inode, struct file *file) argument
232 hostmixer_ioctl_mixdev(struct file *file, unsigned int cmd, unsigned long arg) argument
244 hostmixer_open_mixdev(struct inode *inode, struct file *file) argument
282 hostmixer_release(struct inode *inode, struct file *file) argument
[all...]
H A Dharddog_kern.c65 static int harddog_open(struct inode *inode, struct file *file) argument
88 return nonseekable_open(inode, file);
97 static int harddog_release(struct inode *inode, struct file *file) argument
117 static ssize_t harddog_write(struct file *file, const char __user *data, size_t len, argument
128 static int harddog_ioctl_unlocked(struct file *file, argument
152 static long harddog_ioctl(struct file *fil argument
[all...]
H A Dmmapper_kern.c28 static ssize_t mmapper_read(struct file *file, char __user *buf, size_t count, argument
34 static ssize_t mmapper_write(struct file *file, const char __user *buf, argument
43 static long mmapper_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
48 static int mmapper_mmap(struct file *file, struct vm_area_struct *vma) argument
72 static int mmapper_open(struct inode *inode, struct file *file) argument
77 mmapper_release(struct inode *inode, struct file *file) argument
[all...]
/arch/ia64/include/asm/
H A Dfb.h9 static inline void fb_pgprotect(struct file *file, struct vm_area_struct *vma, argument
/arch/parisc/
H A Ddefpalo.conf1 # This a generic Palo configuration file. For more information about how
4 # Most people using 'make palo' want a bootable file, usable for
14 --ramdisk=ram-disk-image-file

Completed in 445 milliseconds

1234567891011>>