Searched refs:file (Results 226 - 250 of 3763) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dfsync.c8 * This file is distributed under the terms of the GNU General Public
29 * even pass file to fsync ?
32 int udf_fsync_file(struct file * file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dmkinstalldirs29 for file
31 if test -d "$file"; then
55 for file
57 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Dfile.c29 int jfs_fsync(struct file *file, struct dentry *dentry, int datasync) argument
46 static int jfs_open(struct inode *inode, struct file *file) argument
50 if ((rc = generic_file_open(inode, file)))
54 * We attempt to allow only one "active" file open per aggregate
58 * If the file is empty, it was probably just created and going
60 * file is actually grown.
62 if (S_ISREG(inode->i_mode) && file->f_mode & FMODE_WRITE &&
76 static int jfs_release(struct inode *inode, struct file *fil argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dmkinstalldirs40 for file
42 if test -d "$file"; then
68 for file
70 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dmkinstalldirs40 for file
42 if test -d "$file"; then
68 for file
70 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dbug.c8 CONFIG_DEBUG_BUGVERBOSE - emit full file+line information for each BUG
23 - NOTE: struct bug_entry does not have "file" or "line" entries
118 const char *file; local
128 file = NULL;
134 file = bug->file;
142 if (file)
144 file, line);
154 if (file)
156 file, lin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmsync.c13 #include <linux/file.h>
18 * MS_SYNC syncs the entire file - including mappings.
60 struct file *file; local
79 file = vma->vm_file;
81 if ((flags & MS_SYNC) && file &&
83 get_file(file);
85 error = do_fsync(file, 0);
86 fput(file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/build-aux/
H A Dmkinstalldirs40 for file
42 if test -d "$file"; then
68 for file
70 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dfile.c2 * SPU file system -- file contents
43 spufs_mem_open(struct inode *inode, struct file *file) argument
49 file->private_data = ctx;
57 spufs_mem_release(struct inode *inode, struct file *file) argument
79 spufs_mem_read(struct file *file, char __user *buffer, argument
82 struct spu_context *ctx = file
92 spufs_mem_write(struct file *file, const char __user *buffer, size_t size, loff_t *ppos) argument
170 spufs_mem_mmap(struct file *file, struct vm_area_struct *vma) argument
200 spufs_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
271 spufs_cntl_mmap(struct file *file, struct vm_area_struct *vma) argument
308 spufs_cntl_open(struct inode *inode, struct file *file) argument
323 spufs_cntl_release(struct inode *inode, struct file *file) argument
346 spufs_regs_open(struct inode *inode, struct file *file) argument
363 spufs_regs_read(struct file *file, char __user *buffer, size_t size, loff_t *pos) argument
376 spufs_regs_write(struct file *file, const char __user *buffer, size_t size, loff_t *pos) argument
414 spufs_fpcr_read(struct file *file, char __user * buffer, size_t size, loff_t * pos) argument
427 spufs_fpcr_write(struct file *file, const char __user * buffer, size_t size, loff_t * pos) argument
456 spufs_pipe_open(struct inode *inode, struct file *file) argument
472 spufs_mbox_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
519 spufs_mbox_stat_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
551 spufs_ibox_fasync(int fd, struct file *file, int on) argument
579 spufs_ibox_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
633 spufs_ibox_poll(struct file *file, poll_table *wait) argument
654 spufs_ibox_stat_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
684 spufs_wbox_fasync(int fd, struct file *file, int on) argument
715 spufs_wbox_write(struct file *file, const char __user *buf, size_t len, loff_t *pos) argument
766 spufs_wbox_poll(struct file *file, poll_table *wait) argument
787 spufs_wbox_stat_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
811 spufs_signal1_open(struct inode *inode, struct file *file) argument
825 spufs_signal1_release(struct inode *inode, struct file *file) argument
861 spufs_signal1_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
874 spufs_signal1_write(struct file *file, const char __user *buf, size_t len, loff_t *pos) argument
914 spufs_signal1_mmap(struct file *file, struct vm_area_struct *vma) argument
935 spufs_signal2_open(struct inode *inode, struct file *file) argument
949 spufs_signal2_release(struct inode *inode, struct file *file) argument
985 spufs_signal2_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
998 spufs_signal2_write(struct file *file, const char __user *buf, size_t len, loff_t *pos) argument
1039 spufs_signal2_mmap(struct file *file, struct vm_area_struct *vma) argument
1135 spufs_mss_mmap(struct file *file, struct vm_area_struct *vma) argument
1151 spufs_mss_open(struct inode *inode, struct file *file) argument
1166 spufs_mss_release(struct inode *inode, struct file *file) argument
1197 spufs_psmap_mmap(struct file *file, struct vm_area_struct *vma) argument
1210 spufs_psmap_open(struct inode *inode, struct file *file) argument
1224 spufs_psmap_release(struct inode *inode, struct file *file) argument
1257 spufs_mfc_mmap(struct file *file, struct vm_area_struct *vma) argument
1273 spufs_mfc_open(struct inode *inode, struct file *file) argument
1294 spufs_mfc_release(struct inode *inode, struct file *file) argument
1346 spufs_mfc_read(struct file *file, char __user *buffer, size_t size, loff_t *pos) argument
1468 spufs_mfc_write(struct file *file, const char __user *buffer, size_t size, loff_t *pos) argument
1511 spufs_mfc_poll(struct file *file,poll_table *wait) argument
1537 spufs_mfc_flush(struct file *file, fl_owner_t id) argument
1549 spufs_mfc_fsync(struct file *file, struct dentry *dentry, int datasync) argument
1555 spufs_mfc_fasync(int fd, struct file *file, int on) argument
1779 spufs_info_open(struct inode *inode, struct file *file) argument
1801 spufs_mbox_info_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
1839 spufs_ibox_info_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
1880 spufs_wbox_info_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
1930 spufs_dma_info_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
1984 spufs_proxydma_info_read(struct file *file, char __user *buf, size_t len, loff_t *pos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dgettextize.in19 # This file is meant for authors or maintainers which want to
290 # - configure_in name of configure.in/ac file.
343 # copies a file.
350 echo "Copying file $2"
353 echo "Copy file $2"
358 # links or copies a file.
366 ($try_ln_s && ln -s "$2" "$srcdir/$3" && echo "Symlinking file $3") 2>/dev/null ||
367 { echo "Copying file $3"; cp "$1" "$srcdir/$3"; }
370 echo "Symlink file $3"
372 echo "Copy file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Ddbminit.c1 /* dbminit.c - Open the file for dbm operations. This looks like the
4 /* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
18 along with GDBM; see the file COPYING. If not, write to
38 /* Initialize dbm system. FILE is a pointer to the file name. In
41 the same file names are used. Specifically, dbminit will use the file
42 name FILE.pag in its call to gdbm open. If the file (FILE.pag) has a
43 size of zero bytes, a file initialization procedure is performed,
44 setting up the initial structure in the file. Any error detected will
46 NOTE: file
[all...]
H A Ddbmopen.c1 /* dbmopen.c - Open the file for dbm operations. This looks like the
4 /* This file is part of GDBM, the GNU data base manager, by Philip A. Nelson.
18 along with GDBM; see the file COPYING. If not, write to
38 /* Initialize ndbm system. FILE is a pointer to the file name. In
41 the same file names are used. Specifically, dbminit will use the file
42 name FILE.pag in its call to gdbm open. If the file (FILE.pag) has a
43 size of zero bytes, a file initialization procedure is performed,
44 setting up the initial structure in the file. Any error detected will
46 NOTE: file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmklink.pl7 # Each other argument is a file name not containing / and
8 # names a file in the current directory.
11 # of the same name pointing to the local file.
50 my $file;
52 foreach $file (@files) {
55 unlink "$from/$file";
56 symlink("$to/$file", "$from/$file") or $err = " [$!]";
58 unlink "$from/$file";
59 open (OLD, "<$file") o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dexec.c38 static long execve1(char *file, char __user * __user *argv, argument
51 error = do_execve(file, argv, env, &current->thread.regs);
64 long um_execve(char *file, char __user *__user *argv, char __user *__user *env) argument
68 err = execve1(file, argv, env);
74 long sys_execve(char __user *file, char __user *__user *argv, argument
81 filename = getname(file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmklink.pl7 # Each other argument is a file name not containing / and
8 # names a file in the current directory.
11 # of the same name pointing to the local file.
52 my $file;
54 foreach $file (@files) {
57 unlink "$from/$file";
58 symlink("$to/$file", "$from/$file") or $err = " [$!]";
60 unlink "$from/$file";
61 open (OLD, "<$file") o
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dv9fs_vfs.h28 * we track the create fid here. When the file is opened, if fidopen is
32 * you lose the atomicity of file open
50 int v9fs_dir_release(struct inode *inode, struct file *filp);
51 int v9fs_file_open(struct inode *inode, struct file *file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysfs/
H A Dbin.c2 * bin.c - binary file operations for sysfs.
36 read(struct file * file, char __user * userbuf, size_t count, loff_t * off) argument
38 char *buffer = file->private_data;
39 struct dentry *dentry = file->f_path.dentry;
81 static ssize_t write(struct file * file, const char __user * userbuf, argument
84 char *buffer = file->private_data;
85 struct dentry *dentry = file->f_path.dentry;
107 static int mmap(struct file *fil argument
119 open(struct inode * inode, struct file * file) argument
155 release(struct inode * inode, struct file * file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlm.h34 struct file *file, struct file_lock *fl);
36 struct file *file, int cmd, struct file_lock *fl);
38 struct file *file, struct file_lock *fl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_tty.h123 extern int ircomm_tty_tiocmget(struct tty_struct *tty, struct file *file);
124 extern int ircomm_tty_tiocmset(struct tty_struct *tty, struct file *file,
126 extern int ircomm_tty_ioctl(struct tty_struct *tty, struct file *file,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dmisc.c39 void snd_verbose_printk(const char *file, int line, const char *format, ...) argument
46 printk("%sALSA %s:%d: ", tmp, file, line);
49 printk("ALSA %s:%d: ", file, line);
60 void snd_verbose_printd(const char *file, int line, const char *format, ...) argument
67 printk("%sALSA %s:%d: ", tmp, file, line);
70 printk(KERN_DEBUG "ALSA %s:%d: ", file, line);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.h34 struct file *file; /* file struct of client */ member in struct:snd_seq_user_client
96 struct file *file, int atomic, int hop);
97 int snd_seq_kernel_client_write_poll(int clientid, struct file *file, poll_table *wait);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dgzio.c5 * Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
49 #define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */
52 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */
53 #define COMMENT 0x10 /* bit 4 set: file comment present */
59 int z_eof; /* set if end of input file */
60 FILE *file; /* .gz file */ member in struct:gz_stream
66 int transparent; /* 1 if input file is not a .gz file */
68 z_off_t start; /* start of compressed data in file (heade
603 gzprintf(gzFile file, const char *format, ...) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Ducma.c6 * General Public License (GPL) Version 2, available from the file
55 struct file *filp;
68 struct ucma_file *file; member in struct:ucma_context
101 struct ucma_file *file)
108 else if (ctx->file != file)
113 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) argument
118 ctx = _ucma_find_context(id, file);
131 static struct ucma_context *ucma_alloc_ctx(struct ucma_file *file) argument
143 ctx->file
100 _ucma_find_context(int id, struct ucma_file *file) argument
292 ucma_get_event(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
351 ucma_create_id(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
461 ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
495 ucma_bind_addr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
514 ucma_resolve_addr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
536 ucma_resolve_route(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
584 ucma_query_route(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
649 ucma_connect(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
673 ucma_listen(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
694 ucma_accept(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
720 ucma_reject(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
739 ucma_disconnect(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
758 ucma_init_qp_attr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
795 ucma_notify(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
814 ucma_join_multicast(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
873 ucma_leave_multicast(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
948 struct ucma_file *file = filp->private_data; local
976 struct ucma_file *file = filp->private_data; local
989 struct ucma_file *file; local
1007 struct ucma_file *file = filp->private_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dgzio.c5 * Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
49 #define ASCII_FLAG 0x01 /* bit 0 set: file probably ascii text */
52 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */
53 #define COMMENT 0x10 /* bit 4 set: file comment present */
59 int z_eof; /* set if end of input file */
60 FILE *file; /* .gz file */ member in struct:gz_stream
66 int transparent; /* 1 if input file is not a .gz file */
68 z_off_t start; /* start of compressed data in file (heade
603 gzprintf(gzFile file, const char *format, ...) argument
[all...]

Completed in 290 milliseconds

1234567891011>>