Searched refs:file (Results 251 - 275 of 3763) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmenu.c16 struct file *file_list;
17 struct file *current_file;
33 menu->file = current_file;
73 current_entry->file->name, current_entry->lineno,
84 prop->file = current_file;
270 struct file *file_lookup(const char *name)
272 struct file *file; local
274 for (file = file_list; file; fil
289 struct file *file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivasi.c72 static ssize_t um_idi_read(struct file *file, char __user *buf, size_t count,
74 static ssize_t um_idi_write(struct file *file, const char __user *buf,
76 static unsigned int um_idi_poll(struct file *file, poll_table * wait);
77 static int um_idi_open(struct inode *inode, struct file *file);
78 static int um_idi_release(struct inode *inode, struct file *file);
230 um_idi_read(struct file *file, char __user *buf, size_t count, loff_t * offset) argument
290 um_idi_open_adapter(struct file *file, int adapter_nr) argument
311 um_idi_write(struct file *file, const char __user *buf, size_t count, loff_t * offset) argument
369 um_idi_poll(struct file *file, poll_table * wait) argument
401 um_idi_open(struct inode *inode, struct file *file) argument
407 um_idi_release(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmisc.c2 * This file is part of mtools.
72 static void get_mcwd_file_name(char *file) argument
82 strncpy(file, homedir, MAXPATHLEN-6);
83 file[MAXPATHLEN-6]='\0';
84 strcat( file, "/.mcwd");
86 strncpy(file, mcwd_path, MAXPATHLEN);
87 file[MAXPATHLEN]='\0';
93 char file[MAXPATHLEN+1]; local
94 get_mcwd_file_name(file);
95 unlink(file);
101 char file[MAXPATHLEN+1]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dmsr.c48 static loff_t msr_seek(struct file *file, loff_t offset, int orig) argument
55 file->f_pos = offset;
56 ret = file->f_pos;
59 file->f_pos += offset;
60 ret = file->f_pos;
66 static ssize_t msr_read(struct file *file, char __user * buf, argument
72 int cpu = iminor(file->f_path.dentry->d_inode);
90 static ssize_t msr_write(struct file *fil argument
114 msr_open(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dradeon_ioc32.c2 * \file radeon_ioc32.c
60 static int compat_radeon_cp_init(struct file *file, unsigned int cmd, argument
95 return drm_ioctl(file->f_path.dentry->d_inode, file,
108 static int compat_radeon_cp_clear(struct file *file, unsigned int cmd, argument
128 return drm_ioctl(file->f_path.dentry->d_inode, file,
136 static int compat_radeon_cp_stipple(struct file *fil argument
171 compat_radeon_cp_texture(struct file *file, unsigned int cmd, unsigned long arg) argument
220 compat_radeon_cp_vertex2(struct file *file, unsigned int cmd, unsigned long arg) argument
252 compat_radeon_cp_cmdbuf(struct file *file, unsigned int cmd, unsigned long arg) argument
280 compat_radeon_cp_getparam(struct file *file, unsigned int cmd, unsigned long arg) argument
307 compat_radeon_mem_alloc(struct file *file, unsigned int cmd, unsigned long arg) argument
333 compat_radeon_irq_emit(struct file *file, unsigned int cmd, unsigned long arg) argument
359 compat_radeon_cp_setparam(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dproc.c23 static int afs_proc_cells_open(struct inode *inode, struct file *file);
28 static ssize_t afs_proc_cells_write(struct file *file, const char __user *buf,
46 static int afs_proc_rootcell_open(struct inode *inode, struct file *file);
47 static int afs_proc_rootcell_release(struct inode *inode, struct file *file);
48 static ssize_t afs_proc_rootcell_read(struct file *file, cha
183 afs_proc_cells_open(struct inode *inode, struct file *file) argument
269 afs_proc_cells_write(struct file *file, const char __user *buf, size_t size, loff_t *_pos) argument
346 afs_proc_rootcell_open(struct inode *inode, struct file *file) argument
351 afs_proc_rootcell_release(struct inode *inode, struct file *file) argument
356 afs_proc_rootcell_read(struct file *file, char __user *buf, size_t size, loff_t *_pos) argument
366 afs_proc_rootcell_write(struct file *file, const char __user *buf, size_t size, loff_t *_pos) argument
472 afs_proc_cell_volumes_open(struct inode *inode, struct file *file) argument
495 afs_proc_cell_volumes_release(struct inode *inode, struct file *file) argument
597 afs_proc_cell_vlservers_open(struct inode *inode, struct file *file) argument
620 afs_proc_cell_vlservers_release(struct inode *inode, struct file *file) argument
702 afs_proc_cell_servers_open(struct inode *inode, struct file *file) argument
724 afs_proc_cell_servers_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 Dreaddir.c13 #include <linux/file.h>
22 int vfs_readdir(struct file *file, filldir_t filler, void *buf) argument
24 struct inode *inode = file->f_path.dentry->d_inode;
26 if (!file->f_op || !file->f_op->readdir)
29 res = security_file_permission(file, MAY_READ);
36 res = file->f_op->readdir(file, buf, filler);
37 file_accessed(file);
103 struct file * file; local
185 struct file * file; local
269 struct file * file; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Ddebugfs_sta.c21 static ssize_t sta_ ##name## _read(struct file *file, \
26 struct sta_info *sta = file->private_data; \
37 static ssize_t sta_##name##_read(struct file *file, \
41 struct sta_info *sta = file->private_data; \
85 static ssize_t sta_flags_read(struct file *file, char __user *userbuf, argument
89 struct sta_info *sta = file->private_data;
104 static ssize_t sta_num_ps_buf_frames_read(struct file *fil argument
116 sta_last_ack_rssi_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
129 sta_last_ack_ms_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
141 sta_inactive_ms_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
152 sta_last_seq_ctrl_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
167 sta_wme_rx_queue_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
181 sta_wme_tx_queue_read(struct file *file, char __user *userbuf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h5 * This file has definitions for some important file table
14 * the file limit at runtime and only root can increase the per-process
30 #define SEEK_SET 0 /* seek relative to beginning of file */
31 #define SEEK_CUR 1 /* seek relative to current file position */
32 #define SEEK_END 2 /* seek relative to end of file */
144 #define S_APPEND 4 /* Append-only file */
145 #define S_IMMUTABLE 8 /* Immutable file */
149 #define S_NOCMTIME 128 /* Do not update file c/mtime */
154 * Note that nosuid etc flags are inode-specific: setting some file
702 struct file { struct
1259 file_accessed(struct file *file) argument
1656 allow_write_access(struct file *file) argument
1961 simple_transaction_set(struct file *file, size_t n) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/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 case $file in
112 set fnord $file
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dxmltest.sh14 # output differs are prefixed with "Output differs:", and a diff file
34 # RunXmlwfNotWF file reldir
37 file="$1"
39 $XMLWF -p "$file" > outfile || return $?
42 echo "Expected well-formed: $reldir$file"
49 # RunXmlwfWF file reldir
52 file="$1"
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
57 if [ -f "out/$file" ] ; then
58 diff "$OUTPUT$reldir$file" "ou
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dutil.c34 log_string, label, func, file, line, buf); \
51 void _log(const char *func, const char *file, int line, const char *format, ...) argument
60 void _warn(const char *func, const char *file, int line, const char *format, ...) argument
70 void _fatal(const char *func, const char *file, int line, const char *format, ...) argument
80 /*** connect a file to a file descriptor **************************************/
84 FILE *file = NULL; local
85 file = fopen(path, mode);
86 if (file != NULL && dup2(fileno(file), f
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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");
85 seq_printf(file, "-----------------------------------------\n");
86 seq_printf(file, "Way %d\n", way);
87 seq_printf(file, "-----------------------------------------\n");
99 seq_printf(file, "%3d: %c 0x%lx\n",
112 static int cache_debugfs_open(struct inode *inode, struct file *fil argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dgpio.c46 gpio_open(struct inode *inode, struct file * file) argument
56 gpio_release(struct inode *inode, struct file * file) argument
63 gpio_read(struct file *file, char *buf, size_t count, loff_t *ppos) argument
67 switch (MINOR(file->f_dentry->d_inode->i_rdev)) {
91 gpio_write(struct file *file, const char *buf, size_t count, loff_t *ppos) argument
98 switch (MINOR(file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Devent_buffer.c2 * @file event_buffer.c
5 * @remark Read the file COPYING
40 * sleeping on the read() of the file.
99 static int event_buffer_open(struct inode * inode, struct file * file) argument
111 * the open event file
114 file->private_data = dcookie_register();
115 if (!file->private_data)
128 dcookie_unregister(file->private_data);
135 static int event_buffer_release(struct inode * inode, struct file * fil argument
147 event_buffer_read(struct file * file, char __user * buf, size_t count, loff_t * offset) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dnommu.c36 * display a single VMA to a sequenced file
41 struct file *file; local
46 file = vma->vm_file;
48 if (file) {
65 if (file) {
70 seq_path(m, file->f_path.mnt, file->f_path.dentry, "");
126 static int proc_nommu_vma_list_open(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dattr.c22 struct hfs_cat_file *file; local
37 file = &rec.file;
41 memcpy(&file->UsrWds.fdType, value, 4);
46 memcpy(&file->UsrWds.fdCreator, value, 4);
65 struct hfs_cat_file *file; local
82 file = &rec.file;
86 memcpy(value, &file->UsrWds.fdType, 4);
92 memcpy(value, &file
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
24 leading file name components.
59 for file
61 if test -d "$file"; then
107 for file
109 case $file in
115 set fnord $file
157 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
24 leading file name components.
59 for file
61 if test -d "$file"; then
107 for file
109 case $file in
115 set fnord $file
157 # eval: (add-hook 'write-file-hooks 'time-stamp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_file.c50 struct file gfs2_internal_file_sentinel = {
89 * gfs2_llseek - seek to a location in a file
90 * @file: the file
94 * SEEK_END requires the glock for the file because it references the
95 * file's size.
100 static loff_t gfs2_llseek(struct file *file, loff_t offset, int origin) argument
102 struct gfs2_inode *ip = GFS2_I(file->f_mapping->host);
110 error = remote_llseek(file, offse
128 gfs2_readdir(struct file *file, void *dirent, filldir_t filldir) argument
345 gfs2_mmap(struct file *file, struct vm_area_struct *vma) argument
380 gfs2_open(struct inode *inode, struct file *file) argument
434 gfs2_close(struct inode *inode, struct file *file) argument
469 gfs2_fsync(struct file *file, struct dentry *dentry, int datasync) argument
500 gfs2_lock(struct file *file, int cmd, struct file_lock *fl) argument
535 do_flock(struct file *file, int cmd, struct file_lock *fl) argument
584 do_unflock(struct file *file, struct file_lock *fl) argument
605 gfs2_flock(struct file *file, int cmd, struct file_lock *fl) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_ca.c87 * CI link layer file ops
123 static int ci_ll_reset(struct dvb_ringbuffer *cibuf, struct file *file, argument
149 static ssize_t ci_ll_write(struct dvb_ringbuffer *cibuf, struct file *file, argument
153 int non_blocking = file->f_flags & O_NONBLOCK;
188 static ssize_t ci_ll_read(struct dvb_ringbuffer *cibuf, struct file *file, argument
192 int non_blocking = file->f_flags & O_NONBLOCK;
214 static int dvb_ca_open(struct inode *inode, struct file *fil argument
228 dvb_ca_poll(struct file *file, poll_table *wait) argument
250 dvb_ca_ioctl(struct inode *inode, struct file *file, unsigned int cmd, void *parg) argument
328 dvb_ca_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
338 dvb_ca_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c6 * General Public License (GPL) Version 2, available from the file
58 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) argument
63 iter = ipoib_mcast_iter_init(file->private);
77 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, argument
92 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) argument
97 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) argument
113 seq_printf(file,
134 static int ipoib_mcg_open(struct inode *inode, struct file *file) argument
139 ret = seq_open(file,
157 ipoib_path_seq_start(struct seq_file *file, loff_t *pos) argument
176 ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, loff_t *pos) argument
191 ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) argument
196 ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) argument
240 ipoib_path_open(struct inode *inode, struct file *file) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A DMakefile.in295 @list='$(DISTFILES)'; for file in $$list; do \
296 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
297 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
298 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
304 if test -d $$d/$$file; then \
305 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
306 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
308 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
310 test -f $(distdir)/$$file \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dav_inherit.h1 /* This file is automatically generated. Do not edit. */
2 S_(SECCLASS_DIR, file, 0x00020000UL)
3 S_(SECCLASS_FILE, file, 0x00020000UL)
4 S_(SECCLASS_LNK_FILE, file, 0x00020000UL)
5 S_(SECCLASS_CHR_FILE, file, 0x00020000UL)
6 S_(SECCLASS_BLK_FILE, file, 0x00020000UL)
7 S_(SECCLASS_SOCK_FILE, file, 0x00020000UL)
8 S_(SECCLASS_FIFO_FILE, file, 0x00020000UL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dgettextize19 # 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...]

Completed in 319 milliseconds

<<11121314151617181920>>