Searched refs:files (Results 226 - 250 of 709) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dlibfs.c377 int simple_fill_super(struct super_block *s, int magic, struct tree_descr *files) argument
394 * because the root inode is 1, the files array must not contain an
410 for (i = 0; !files->name || files->name[0]; i++, files++) {
411 if (!files->name)
416 printk(KERN_WARNING "%s: %s passed in a files array"
420 dentry = d_alloc_name(root, files->name);
426 inode->i_mode = S_IFREG | files->mode;
430 inode->i_fop = files
[all...]
H A Dquota_v1.c45 if (!sb_dqopt(dquot->dq_sb)->files[type])
73 if (sb_dqopt(dquot->dq_sb)->files[type])
105 struct inode *inode = sb_dqopt(sb)->files[type];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/old/os2/
H A DMakefile.os2104 files=""; \
105 for f in $(DISTFILES); do files="$$files $$d/$$f"; done; \
107 GZIP=-9 $(TAR) chofz $$d/$$d.tar.gz $$files; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/SGI/
H A Dinst.msg7 echo Your /etc/services and /etc/inetd.conf files have
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dinit.c295 mfile = card->files;
400 if (card->files == NULL)
420 wait_event(card->shutdown_sleep, card->files == NULL);
703 mfile->next = card->files;
704 card->files = mfile;
718 * If all files are removed and snd_card_free_when_closed() was
730 mfile = card->files;
736 card->files = mfile->next;
748 if (card->files == NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A DMakefile13 # Core Fast -> U160 files
26 # Core U320 files
43 clean-files := aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
44 clean-files += aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
46 # Dependencies for generated files need to be listed explicitly
64 # Create a dependency chain in generated files
85 # Create a dependency chain in generated files
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Duser.c7 * processes, files etc the user has claimed, in order to be
46 .files = ATOMIC_INIT(0),
141 atomic_set(&new->files, 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A DVC-32.pl129 local($target,$files,$dep_libs,$libs,$sha1file,$openssl)=@_;
134 $ret.="$target: $files $dep_libs\n";
136 $ret.=" \$(APP_EX_OBJ) $files $libs\n<<\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A DMakefile20 clean-files := spu_save_dump.h spu_restore_dump.h
22 # Compile SPU files
28 # Assemble SPU files
H A Dinode.c177 static int spufs_fill_dir(struct dentry *dir, struct tree_descr *files, argument
183 while (files->name && files->name[0]) {
185 dentry = d_alloc_name(dir, files->name);
188 ret = spufs_new_file(dir->d_sb, dentry, files->ops,
189 files->mode & mode, ctx);
192 files++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/genksyms/
H A DMakefile10 # dependencies on generated files need to be listed explicitly
45 clean-files += parse.output
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/package/
H A Dbuilddeb95 files version $version
110 files version $version
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/logo/
H A DMakefile19 # Use logo-cfiles to retrieve list of .c files to be built
55 clean-files := *.o *_mono.c *_vga16.c *_clut224.c *_gray256.c
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/
H A Dopenssl.spec57 static libraries and header files required when developing applications.
60 Summary: OpenSSL miscellaneous files
78 documentation and POD files from which the man pages were produced.
113 %files
128 %files devel
137 %files doc
165 - Make defattr is set for files in all packages so packages built as
166 non-root will still be installed with files owned by root.
189 - Added attributes for all files
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/
H A Dopenssl.spec57 static libraries and header files required when developing applications.
60 Summary: OpenSSL miscellaneous files
78 documentation and POD files from which the man pages were produced.
113 %files
127 %files devel
136 %files doc
166 - Make defattr is set for files in all packages so packages built as
167 non-root will still be installed with files owned by root.
190 - Added attributes for all files
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/proc/
H A Dbase.c29 * rss information for executables and library files.
1224 struct files_struct *files = NULL; local
1229 files = get_files_struct(task);
1232 if (files) {
1237 spin_lock(&files->file_lock);
1238 file = fcheck_files(files, fd);
1250 spin_unlock(&files->file_lock);
1251 put_files_struct(files);
1254 spin_unlock(&files->file_lock);
1255 put_files_struct(files);
1271 struct files_struct *files; local
1312 struct files_struct *files; local
1389 struct files_struct * files; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/doc/
H A DMakefile.in101 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
103 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
104 END { for (dir in files) print dir, files[dir] }'
553 @echo "it deletes files that may require special tools to rebuild."
587 while read files; do \
588 echo " $(INSTALL_DATA) $$files '
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-qt/
H A DMakefile.in100 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
102 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
103 END { for (dir in files) print dir, files[dir] }'
514 while read files; do \
515 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avahiqt3includedir)'"; \
516 $(INSTALL_HEADER) $$files "
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/lfs/
H A DMakefile89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
355 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
357 if ($$2 == $$4) { files[d] = files[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.in92 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
94 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
95 END { for (dir in files) print dir, files[dir] }'
370 while read files; do \
371 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
372 $(INSTALL_DATA) $$files "
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/archlinux/
H A DMakefile.in89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
364 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366 if ($$2 == $$4) { files[d] = files[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/darwin/
H A DMakefile.in89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
364 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366 if ($$2 == $$4) { files[d] = files[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/debian/
H A DMakefile.in89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
364 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366 if ($$2 == $$4) { files[d] = files[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/fedora/
H A DMakefile.in89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
355 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
357 if ($$2 == $$4) { files[d] = files[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/freebsd/
H A DMakefile.in89 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
91 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
92 END { for (dir in files) print dir, files[dir] }'
364 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
366 if ($$2 == $$4) { files[d] = files[
[all...]

Completed in 329 milliseconds

1234567891011>>