Searched refs:file (Results 351 - 375 of 3763) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-cadet.c339 cadet_read(struct file *file, char __user *data, size_t count, loff_t *ppos) argument
356 if (file->f_flags & O_NONBLOCK)
369 static int vidioc_querycap(struct file *file, void *priv, argument
381 static int vidioc_g_tuner(struct file *file, void *priv, argument
417 static int vidioc_s_tuner(struct file *file, void *priv, argument
426 static int vidioc_g_frequency(struct file *fil argument
436 vidioc_s_frequency(struct file *file, void *priv, struct v4l2_frequency *f) argument
449 vidioc_queryctrl(struct file *file, void *priv, struct v4l2_queryctrl *qc) argument
464 vidioc_g_ctrl(struct file *file, void *priv, struct v4l2_control *ctrl) argument
480 vidioc_s_ctrl(struct file *file, void *priv, struct v4l2_control *ctrl) argument
499 vidioc_g_audio(struct file *file, void *priv, struct v4l2_audio *a) argument
522 vidioc_s_audio(struct file *file, void *priv, struct v4l2_audio *a) argument
531 cadet_open(struct inode *inode, struct file *file) argument
539 cadet_release(struct inode *inode, struct file *file) argument
550 cadet_poll(struct file *file, struct poll_table_struct *wait) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dalphanum.c18 void print_seg(char *file, int line) argument
24 mach_alphanum(i, file[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dnsc_gpio.c3 National Semiconductor common GPIO device-file/VFS methods.
41 ssize_t nsc_gpio_write(struct file *file, const char __user *data, argument
44 unsigned m = iminor(file->f_path.dentry->d_inode);
45 struct nsc_gpio_ops *amp = file->private_data;
104 ssize_t nsc_gpio_read(struct file *file, char __user * buf, argument
107 unsigned m = iminor(file->f_path.dentry->d_inode);
109 struct nsc_gpio_ops *amp = file->private_data;
118 /* common file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dumid.c81 char file[256]; local
96 if (len > sizeof(file)) {
101 sprintf(file, "%s/%s", dir, ent->d_name);
102 if (unlink(file) < 0 && errno != ENOENT) {
132 char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\0")]; local
136 n = snprintf(file, sizeof(file), "%s/pid", dir);
137 if(n >= sizeof(file)){
144 fd = open(file, O_RDONLY);
148 printk("is_umdir_used : couldn't open pid file '
206 char file[strlen(uml_dir) + UMID_LEN + sizeof("/pid\\0")]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/scripts/
H A DMakefile.rules8 USER_OBJS := $(foreach file,$(USER_OBJS),$(obj)/$(file))
17 UNPROFILE_OBJS := $(foreach file,$(UNPROFILE_OBJS),$(obj)/$(file))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Drte_cb_leds.c7 * This file is subject to the terms and conditions of the GNU General
8 * Public License. See the file COPYING in the main directory of this
84 static ssize_t leds_dev_read (struct file *file, char *buf, size_t len,
95 static ssize_t leds_dev_write (struct file *file, const char *buf, size_t len,
106 static loff_t leds_dev_lseek (struct file *file, loff_t offs, int whence)
109 offs += file->f_pos; /* relative */
116 file
83 leds_dev_read(struct file *file, char *buf, size_t len, loff_t *pos) argument
94 leds_dev_write(struct file *file, const char *buf, size_t len, loff_t *pos) argument
105 leds_dev_lseek(struct file *file, loff_t offs, int whence) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/basler/excite/
H A Dexcite_iodev.c37 static int iodev_open(struct inode *, struct file *);
38 static int iodev_release(struct inode *, struct file *);
39 static ssize_t iodev_read(struct file *, char __user *, size_t s, loff_t *);
40 static unsigned int iodev_poll(struct file *, struct poll_table_struct *);
111 static int iodev_open(struct inode *i, struct file *f)
117 static int iodev_release(struct inode *i, struct file *f)
127 iodev_read(struct file *f, char __user *d, size_t s, loff_t *o)
141 static unsigned int iodev_poll(struct file *f, struct poll_table_struct *p)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/math-emu/
H A Dhppa.h23 PA header file -- do not include this header file for non-PA builds.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Decryptfs_kernel.h181 struct file *lower_file;
216 * This is the primary struct associated with each encrypted file.
296 /* file private data. */
298 struct file *wfi_file;
337 ecryptfs_file_to_private(struct file *file) argument
339 return (struct ecryptfs_file_info *)file->private_data;
343 ecryptfs_set_file_private(struct file *file, argument
346 file
349 ecryptfs_file_to_lower(struct file *file) argument
355 ecryptfs_set_file_lower(struct file *file, struct file *lower_file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dfsync.c45 int ext3_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
64 * ext3_force_commit will write the file data into the journal and
76 * The VFS has written the file data. If the inode is unaltered
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dfsync.c45 int ext4_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
64 * ext4_force_commit will write the file data into the journal and
76 * The VFS has written the file data. If the inode is unaltered
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Dflash.c39 flash_mmap(struct file *file, struct vm_area_struct *vma) argument
83 flash_llseek(struct file *file, long long offset, int origin) argument
88 file->f_pos = offset;
91 file->f_pos += offset;
92 if (file->f_pos > flash.read_size)
93 file->f_pos = flash.read_size;
96 file->f_pos = flash.read_size;
103 return file
107 flash_read(struct file * file, char __user * buf, size_t count, loff_t *ppos) argument
128 flash_open(struct inode *inode, struct file *file) argument
137 flash_release(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/sysv/
H A Dfile.c2 * linux/fs/sysv/file.c
4 * minix/file.c
7 * coh/file.c
10 * sysv/file.c
13 * SystemV/Coherent regular file handling primitives
38 int sysv_sync_file(struct file * file, struct dentry *dentry, int datasync) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_inode.h22 extern int jfs_fsync(struct file *, struct dentry *, int);
23 extern int jfs_ioctl(struct inode *, struct file *,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dfgets_str.c8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
16 char *xmalloc_fgets_str(FILE *file, const char *terminating_string) argument
26 ch = fgetc(file);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Daddgroup.c9 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
45 /* append a new user to the passwd file */
48 FILE *file; local
57 file = xfopen(bb_path_group_file, "a");
59 fprintf(file, "%s:x:%d:\n", group, gr.gr_gid);
61 fclose(file);
63 file = fopen_or_warn(bb_path_gshadow_file, "a");
64 if (file) {
65 fprintf(file, "%s:!::\n", group);
67 fclose(file);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkmod.h50 struct file;
52 struct file **filp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
21 leading file name components.
56 for file
58 if test -d "$file"; then
104 for file
106 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
146 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/build-aux/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
21 leading file name components.
56 for file
58 if test -d "$file"; then
104 for file
106 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
146 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckversion.pl12 foreach $file (@ARGV)
14 # Open this file.
15 open(FILE, $file) || die "Can't open $file: $!\n";
52 print "$file: $.: need linux/version.h\n";
57 print "$file: $iLinuxVersion linux/version.h not needed.\n";
63 print "$file: version use is OK ($iLinuxVersion)\n";
66 print "$file: version use is OK (none)\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dmidi.c88 static int emu10k1_midi_open(struct inode *inode, struct file *file) argument
115 while (card->open_mode & (file->f_mode << FMODE_MIDI_SHIFT)) {
116 if (file->f_flags & O_NONBLOCK) {
143 if (file->f_mode & FMODE_READ) {
171 if (file->f_mode & FMODE_WRITE) {
183 file->private_data = (void *) midi_dev;
185 card->open_mode |= (file->f_mode << FMODE_MIDI_SHIFT) & (FMODE_MIDI_READ | FMODE_MIDI_WRITE);
189 return nonseekable_open(inode, file);
192 static int emu10k1_midi_release(struct inode *inode, struct file *fil argument
248 emu10k1_midi_read(struct file *file, char __user *buffer, size_t count, loff_t * pos) argument
320 emu10k1_midi_write(struct file *file, const char __user *buffer, size_t count, loff_t * pos) argument
366 emu10k1_midi_poll(struct file *file, struct poll_table_struct *wait) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c14 * Licensed under GPLv2 or later, see file License in this tarball for details.
64 FILE *file; local
96 file = stdin;
98 file = fopen_or_warn(*argv, "r");
99 if (!file)
103 fstat(fileno(file), &st);
112 while (spaces || (c = getc(file)) != EOF) {
121 (int) (ftello(file)*100 / st.st_size),
173 * c : the character we are reading from the file being "mored"
178 * allows the user to quit while in the middle of a file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_gpio.c45 gpio_open(struct inode *inode, struct file * file) argument
52 gpio_release(struct inode *inode, struct file * file) argument
60 gpio_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
64 gpio_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dopen.c9 #include <linux/file.h>
159 struct file * file; local
164 file = fget(fd);
165 if (!file)
167 error = vfs_statfs_native(file->f_path.dentry, &tmp);
170 fput(file);
177 struct file * file; local
185 file
292 struct file * file; local
440 struct file *file; local
498 struct file * file; local
657 struct file * file; local
939 fd_install(unsigned int fd, struct file * file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dv4l1-compat.c28 #include <linux/file.h>
62 struct file *file,
71 err = drv(inode, file, VIDIOC_QUERYCTRL, &qctrl2);
78 err = drv(inode, file, VIDIOC_G_CTRL, &ctrl2);
92 struct file *file,
102 err = drv(inode, file, VIDIOC_QUERYCTRL, &qctrl2);
121 err = drv(inode, file, VIDIOC_S_CTRL, &ctrl2);
204 static int poll_one(struct file *fil argument
61 get_v4l_control(struct inode *inode, struct file *file, int cid, v4l2_kioctl drv) argument
91 set_v4l_control(struct inode *inode, struct file *file, int cid, int value, v4l2_kioctl drv) argument
230 count_inputs(struct inode *inode, struct file *file, v4l2_kioctl drv) argument
246 check_size(struct inode *inode, struct file *file, v4l2_kioctl drv, int *maxw, int *maxh) argument
281 v4l_compat_translate_ioctl(struct inode *inode, struct file *file, int cmd, void *arg, v4l2_kioctl drv) argument
[all...]

Completed in 310 milliseconds

<<11121314151617181920>>