Home
last modified time | relevance | path

Searched refs:filename (Results 1 – 25 of 38) sorted by relevance

12

/Documentation/
Dkernel-doc-nano-HOWTO.txt324 !E<filename> is replaced by the documentation, in <filename>, for
328 !I<filename> is replaced by the documentation for functions that are
331 !D<filename> is used to name additional files to search for functions
334 !F<filename> <function [functions...]> is replaced by the
335 documentation, in <filename>, for the functions listed.
337 !P<filename> <section title> is replaced by the contents of the DOC:
338 section titled <section title> from <filename>.
Dbinfmt_misc.txt11 bits) you have supplied. Binfmt_misc can also recognise a filename extension
29 If you chose filename extension matching, this is the extension to be
108 Your interpreter should NOT look in the PATH for the filename; the kernel
109 passes it the full filename (or the file descriptor) to use. Using $PATH can
Djava.txt49 following (this is because Java is broken in case of the filename
103 # If no other possible filename exists
Dmutex-design.txt21 text data bss dec hex filename
DCodingStyle498 (let ((filename (buffer-file-name)))
500 (when (and filename
502 filename))
/Documentation/sysctl/
Dkernel.txt92 . core_pattern is used as a pattern template for the output filename;
98 the filename.
108 %e executable filename
118 The default coredump filename is "core". By setting
119 core_uses_pid to 1, the coredump filename becomes core.PID.
122 the filename.
/Documentation/early-userspace/
Dbuffer-format.txt34 cpio_file := ALGN(4) + cpio_header + filename + "\0" + ALGN(4) + data
65 c_namesize 8 bytes Length of filename, including final \0
81 If the filename is "TRAILER!!!" this is actually an end-of-archive
/Documentation/kbuild/
Dmodules.txt215 --> filename: Makefile
245 --> filename: Kbuild
249 --> filename: Makefile
266 --> filename: Kbuild
270 --> filename: Makefile
294 <filename>_shipped. In our example the blob is named
297 with the _shipped part stripped of the filename.
298 This allows the 8123_bin.o filename to be used in the assignment to
356 --> filename: Kbuild
Dkbuild.txt51 Specify an optional fixed part of the binutils filename.
52 CROSS_COMPILE can be a part of the filename or the full path.
Dkconfig.txt87 filename that contains config symbols that the user requires to be
89 filename, "make *config" checks for a file named
/Documentation/filesystems/
Dsquashfs.txt133 storing the index/filename mapping to the first directory header
135 and at lookup the index is scanned linearly looking for the first filename
136 alphabetically larger than the filename being looked up. At this point the
137 location of the metadata block the filename is in has been found.
Domfs.txt74 char i_name[OMFS_NAMELEN]; /* filename */
80 Lookup requires hashing the filename, then seeking across i_sibling pointers
DExporting16 problematic), there is no simple answer like 'filename'.
36 As normal access is by filename this prefix is created naturally and
Dvfat.txt46 encoding is used for user visible filename and 16 bit
76 option is set, then if the filename is
160 chaffee@bmrc.cs.berkeley.edu. Please specify the filename
Dinotify.txt43 from a given inotify instance. The filename is of dynamic length and follows
44 the struct. It is of size len. The filename is padded with null bytes to
Drelay.txt180 create_buf_file(filename, parent, mode, buf, is_global)
223 static struct dentry *create_buf_file_handler(const char *filename,
229 return debugfs_create_file(filename, mode, parent, buf,
/Documentation/video4linux/
Dextract_xc3028.pl23 my ($filename, $hash) = @_;
30 open(CMD, "md5sum ".$filename."|");
/Documentation/dvb/
Dget_dvb_firmware432 my ($filename, $hash) = @_;
435 open(CMD, "md5sum \"$filename\"|");
/Documentation/i2c/
Ddev-interface37 char filename[20];
39 snprintf(filename, 19, "/dev/i2c-%d", adapter_nr);
40 file = open(filename, O_RDWR);
/Documentation/netlabel/
Dcipso_ipv4.txt11 found in this directory, consult '00-INDEX' for the filename. While the IETF
/Documentation/scsi/
Ddc395x.txt96 filename COPYING. If you don't have it, please ask me to send you one by
/Documentation/sound/oss/
DREADME.modules52 options. To find the filename of the driver, look in
Dmwave119 c:\linux\boot\zImage.krn # First value must be filename of Linux kernel.
DPSS-updates71 path and filename the hardcoded value in the previous versions of this driver.
/Documentation/lguest/
Dlguest.c1694 static void setup_block_file(const char *filename) in setup_block_file() argument
1715 vblk->fd = open_or_die(filename, O_RDWR|O_LARGEFILE); in setup_block_file()

12