Searched refs:file (Results 151 - 175 of 3763) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dvfs_dir.c4 * This file contains vfs directory ops for the 9P2000 protocol.
29 #include <linux/file.h>
44 * dt_type - return file type
64 * @filep: opened file structure
70 static int v9fs_dir_readdir(struct file *filp, void *dirent, filldir_t filldir)
75 struct v9fs_fid *file = filp->private_data; local
84 fid = file->fid;
86 if (file->rdir_fcall && (filp->f_pos != file->rdir_pos)) {
87 kfree(file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddnotify.h15 struct file * dn_filp;
25 extern void dnotify_flush(struct file *, fl_owner_t);
26 extern int fcntl_dirnotify(int, struct file *, unsigned long);
41 static inline void dnotify_flush(struct file *filp, fl_owner_t id)
45 static inline int fcntl_dirnotify(int fd, struct file *filp, unsigned long arg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Devent.c24 static int acpi_system_open_event(struct inode *inode, struct file *file) argument
42 acpi_system_read_event(struct file *file, char __user * buffer, size_t count, argument
55 if ((file->f_flags & O_NONBLOCK)
86 static int acpi_system_close_event(struct inode *inode, struct file *file) argument
94 static unsigned int acpi_system_poll_event(struct file *file, poll_table * wait) argument
96 poll_wait(file,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan42 my $file = readFile($inc) ;
43 StripCommentsAndStrings($file) ;
44 my $result = scan($name, $file) ;
54 my $file = shift ;
62 $file =~ s/\?\?=/#/g; # | ??=| #|
63 $file =~ s/\?\?\!/|/g; # | ??!| ||
64 $file =~ s/\?\?'/^/g; # | ??'| ^|
65 $file =~ s/\?\?\(/[/g; # | ??(| [|
66 $file =~ s/\?\?\)/]/g; # | ??)| ]|
67 $file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dhostaudio_kern.c70 /* /dev/dsp file operations */
72 static ssize_t hostaudio_read(struct file *file, char __user *buffer, argument
75 struct hostaudio_state *state = file->private_data;
99 static ssize_t hostaudio_write(struct file *file, const char __user *buffer, argument
102 struct hostaudio_state *state = file->private_data;
128 static unsigned int hostaudio_poll(struct file *file, argument
140 static int hostaudio_ioctl(struct inode *inode, struct file *fil argument
183 hostaudio_open(struct inode *inode, struct file *file) argument
210 hostaudio_release(struct inode *inode, struct file *file) argument
225 hostmixer_ioctl_mixdev(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) argument
237 hostmixer_open_mixdev(struct inode *inode, struct file *file) argument
266 hostmixer_release(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Deventfd.c8 #include <linux/file.h>
40 int eventfd_signal(struct file *file, int n) argument
42 struct eventfd_ctx *ctx = file->private_data;
58 static int eventfd_release(struct inode *inode, struct file *file) argument
60 kfree(file->private_data);
64 static unsigned int eventfd_poll(struct file *file, poll_table *wait) argument
66 struct eventfd_ctx *ctx = file
84 eventfd_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
131 eventfd_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
187 struct file *file; local
204 struct file *file; local
[all...]
H A Danon_inodes.c11 #include <linux/file.h>
56 * anon_inode_getfd - creates a new file instance by hooking it up to and
58 * of the file
60 * @pfd: [out] pointer to the file descriptor
62 * @pfile: [out] pointer to the file struct
63 * @name: [in] name of the "class" of the new file
64 * @fops [in] file operations for the new file
65 * @priv [in] private data for the new file (will be file'
80 struct file *file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
63 sn_force_interrupt_write_proc(struct file *file, const char __user *buffer, size_t count, loff_t *data) argument
75 sn_force_interrupt_open(struct inode *inode, struct file *file) argument
87 coherence_id_open(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfsctl.c74 static ssize_t write_svc(struct file *file, char *buf, size_t size);
75 static ssize_t write_add(struct file *file, char *buf, size_t size);
76 static ssize_t write_del(struct file *file, char *buf, size_t size);
77 static ssize_t write_export(struct file *file, char *buf, size_t size);
78 static ssize_t write_unexport(struct file *file, cha
112 nfsctl_transaction_write(struct file *file, const char __user *buf, size_t size, loff_t *pos) argument
133 nfsctl_transaction_read(struct file *file, char __user *buf, size_t size, loff_t *pos) argument
154 exports_open(struct inode *inode, struct file *file) argument
173 write_svc(struct file *file, char *buf, size_t size) argument
182 write_add(struct file *file, char *buf, size_t size) argument
191 write_del(struct file *file, char *buf, size_t size) argument
200 write_export(struct file *file, char *buf, size_t size) argument
209 write_unexport(struct file *file, char *buf, size_t size) argument
219 write_getfs(struct file *file, char *buf, size_t size) argument
253 write_getfd(struct file *file, char *buf, size_t size) argument
292 write_filehandle(struct file *file, char *buf, size_t size) argument
350 write_threads(struct file *file, char *buf, size_t size) argument
376 write_pool_threads(struct file *file, char *buf, size_t size) argument
438 write_versions(struct file *file, char *buf, size_t size) argument
501 write_ports(struct file *file, char *buf, size_t size) argument
563 write_maxblksize(struct file *file, char *buf, size_t size) argument
593 write_leasetime(struct file *file, char *buf, size_t size) argument
614 write_recoverydir(struct file *file, char *buf, size_t size) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dacct.c11 * This file implements BSD-style process accounting. Whenever any
13 * written to the file specified with the acct() system call. It is
20 * the file happened to be read-only. 2) If the accounting was suspended
43 * a struct file opened for write. Fixed. 2/6/2000, AV.
50 #include <linux/file.h>
77 static void do_acct_process(struct file *);
88 struct file *file; member in struct:acct_glbs
106 static int check_free_space(struct file *file) argument
175 acct_file_reopen(struct file *file) argument
207 struct file *file; local
422 do_acct_process(struct file *file) argument
580 struct file *file = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dutil.c42 const char *function, char *file, unsigned int line)
47 "GFS2: fsid=%s: function = %s, file = %s, line = %u\n",
49 sdp->sd_fsname, function, file, line);
61 const char *function, char *file, unsigned int line)
70 "GFS2: fsid=%s: function = %s, file = %s, line = %u\n",
72 sdp->sd_fsname, function, file, line);
91 char *file, unsigned int line)
96 "GFS2: fsid=%s: function = %s, file = %s, line = %u\n",
98 sdp->sd_fsname, function, file, line);
109 const char *function, char *file, unsigne
41 gfs2_assert_withdraw_i(struct gfs2_sbd *sdp, char *assertion, const char *function, char *file, unsigned int line) argument
60 gfs2_assert_warn_i(struct gfs2_sbd *sdp, char *assertion, const char *function, char *file, unsigned int line) argument
90 gfs2_consist_i(struct gfs2_sbd *sdp, int cluster_wide, const char *function, char *file, unsigned int line) argument
108 gfs2_consist_inode_i(struct gfs2_inode *ip, int cluster_wide, const char *function, char *file, unsigned int line) argument
130 gfs2_consist_rgrpd_i(struct gfs2_rgrpd *rgd, int cluster_wide, const char *function, char *file, unsigned int line) argument
151 gfs2_meta_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *type, const char *function, char *file, unsigned int line) argument
172 gfs2_metatype_check_ii(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, u16 t, const char *function, char *file, unsigned int line) argument
193 gfs2_io_error_i(struct gfs2_sbd *sdp, const char *function, char *file, unsigned int line) argument
211 gfs2_io_error_bh_i(struct gfs2_sbd *sdp, struct buffer_head *bh, const char *function, char *file, unsigned int line) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dminigzip.c9 * full-featured gzip. No attempt is made to deal with file systems
12 * real thing. On MSDOS, use only on file names without extension
35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
47 # define fileno(file) file->__file
80 void file_compress OF((char *file, char *mode));
81 void file_uncompress OF((char *file));
128 /* Try compressing the input file a
274 gzFile file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dminigzip.c9 * full-featured gzip. No attempt is made to deal with file systems
12 * real thing. On MSDOS, use only on file names without extension
35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
37 # define SET_BINARY_MODE(file)
47 # define fileno(file) file->__file
80 void file_compress OF((char *file, char *mode));
81 void file_uncompress OF((char *file));
128 /* Try compressing the input file a
274 gzFile file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsum.c3 * sum -- checksum and count the blocks in a file
13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
24 static unsigned sum_file(const char *file, const unsigned type) argument
33 if (NOT_LONE_DASH(file)) {
34 fd = open(file, O_RDONLY);
48 bb_perror_msg(file);
66 file = "";
70 printf("%d %ju %s\n", s, (total_bytes+511)/512, file);
72 printf("%05d %5ju %s\n", s, (total_bytes+1023)/1024, file);
93 - more than one file give
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A DMakefile.in20 # This file is part of avahi.
701 dist_files=`for file in $$list; do echo $$file; done | \
709 for file in $$dist_files; do \
710 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
711 if test -d $$d/$$file; then \
712 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
713 if test -d "$(distdir)/$$file"; then \
714 find "$(distdir)/$$file"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A DMakefile.in116 list='$(DISTFILES)'; for file in $$list; do \
117 case $$file in \
118 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
119 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
121 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
122 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
123 if test "$$dir" != "$$file"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A DMakefile.in116 list='$(DISTFILES)'; for file in $$list; do \
117 case $$file in \
118 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
119 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
121 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
122 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
123 if test "$$dir" != "$$file"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dsound_config.h9 * Version 2 (June 1991). See the "COPYING" file distributed with this software
115 static inline int translate_mode(struct file *file) argument
117 return file->f_mode;
122 static inline int translate_mode(struct file *file) argument
124 return ((file->f_mode & FMODE_READ) ? OPEN_READ : 0) |
125 ((file->f_mode & FMODE_WRITE) ? OPEN_WRITE : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-rtrack2.c125 static int vidioc_querycap(struct file *file, void *priv, argument
136 static int vidioc_s_tuner(struct file *file, void *priv, argument
152 static int vidioc_g_tuner(struct file *file, void *priv, argument
155 struct video_device *dev = video_devdata(file);
172 static int vidioc_s_frequency(struct file *file, void *priv, argument
175 struct video_device *dev = video_devdata(file);
183 vidioc_g_frequency(struct file *file, void *priv, struct v4l2_frequency *f) argument
194 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
209 vidioc_g_ctrl(struct file *file, void *priv, struct v4l2_control *ctrl) argument
229 vidioc_s_ctrl(struct file *file, void *priv, struct v4l2_control *ctrl) argument
252 vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a) argument
276 vidioc_s_audio(struct file *file, void *priv, struct v4l2_audio *a) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsectsize.c9 * This file may be redistributed under the terms of the GNU Public
37 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) argument
42 fd = open64(file, O_RDONLY);
44 fd = open(file, O_RDONLY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-pcm.c28 struct stat file; local
31 if( stat(filename, &file) != 0 )
37 psong->file_size = file.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.h1 /* Media file scanner
10 * This file is part of MiniDLNA.
63 is_video(const char * file);
66 is_audio(const char * file);
69 is_image(const char * file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-pcm.c27 struct stat file; local
30 if( stat(filename, &file) != 0 )
36 psong->file_size = file.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-pcm.c28 struct stat file; local
31 if( stat(filename, &file) != 0 )
37 psong->file_size = file.st_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_main.c10 * General Public License (GPL) Version 2, available from the file
45 #include <linux/file.h>
82 static ssize_t (*uverbs_cmd_table[])(struct ib_uverbs_file *file,
128 void ib_uverbs_release_ucq(struct ib_uverbs_file *file, argument
145 spin_lock_irq(&file->async_file->lock);
150 spin_unlock_irq(&file->async_file->lock);
153 void ib_uverbs_release_uevent(struct ib_uverbs_file *file, argument
158 spin_lock_irq(&file->async_file->lock);
163 spin_unlock_irq(&file->async_file->lock);
178 static int ib_uverbs_cleanup_ucontext(struct ib_uverbs_file *file, argument
253 struct ib_uverbs_file *file = local
265 struct ib_uverbs_event_file *file = filp->private_data; local
321 struct ib_uverbs_event_file *file = filp->private_data; local
335 struct ib_uverbs_event_file *file = local
343 struct ib_uverbs_event_file *file = filp->private_data; local
350 struct ib_uverbs_event_file *file = filp->private_data; local
383 struct ib_uverbs_event_file *file = cq_context; local
416 ib_uverbs_async_handler(struct ib_uverbs_file *file, __u64 element, __u64 event, struct list_head *obj_list, u32 *counter) argument
486 struct ib_uverbs_file *file = local
582 struct ib_uverbs_file *file = filp->private_data; local
610 struct ib_uverbs_file *file = filp->private_data; local
621 struct ib_uverbs_file *file; local
665 struct ib_uverbs_file *file = filp->private_data; local
[all...]

Completed in 381 milliseconds

1234567891011>>