Searched refs:filename (Results 1 – 25 of 38) sorted by relevance
12
/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 324 !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>.
|
D | binfmt_misc.txt | 11 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
|
D | java.txt | 49 following (this is because Java is broken in case of the filename 103 # If no other possible filename exists
|
D | mutex-design.txt | 21 text data bss dec hex filename
|
D | CodingStyle | 498 (let ((filename (buffer-file-name))) 500 (when (and filename 502 filename))
|
/Documentation/sysctl/ |
D | kernel.txt | 92 . 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/ |
D | buffer-format.txt | 34 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/ |
D | modules.txt | 215 --> 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
|
D | kbuild.txt | 51 Specify an optional fixed part of the binutils filename. 52 CROSS_COMPILE can be a part of the filename or the full path.
|
D | kconfig.txt | 87 filename that contains config symbols that the user requires to be 89 filename, "make *config" checks for a file named
|
/Documentation/filesystems/ |
D | squashfs.txt | 133 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.
|
D | omfs.txt | 74 char i_name[OMFS_NAMELEN]; /* filename */ 80 Lookup requires hashing the filename, then seeking across i_sibling pointers
|
D | Exporting | 16 problematic), there is no simple answer like 'filename'. 36 As normal access is by filename this prefix is created naturally and
|
D | vfat.txt | 46 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
|
D | inotify.txt | 43 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
|
D | relay.txt | 180 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/ |
D | extract_xc3028.pl | 23 my ($filename, $hash) = @_; 30 open(CMD, "md5sum ".$filename."|");
|
/Documentation/dvb/ |
D | get_dvb_firmware | 432 my ($filename, $hash) = @_; 435 open(CMD, "md5sum \"$filename\"|");
|
/Documentation/i2c/ |
D | dev-interface | 37 char filename[20]; 39 snprintf(filename, 19, "/dev/i2c-%d", adapter_nr); 40 file = open(filename, O_RDWR);
|
/Documentation/netlabel/ |
D | cipso_ipv4.txt | 11 found in this directory, consult '00-INDEX' for the filename. While the IETF
|
/Documentation/scsi/ |
D | dc395x.txt | 96 filename COPYING. If you don't have it, please ask me to send you one by
|
/Documentation/sound/oss/ |
D | README.modules | 52 options. To find the filename of the driver, look in
|
D | mwave | 119 c:\linux\boot\zImage.krn # First value must be filename of Linux kernel.
|
D | PSS-updates | 71 path and filename the hardcoded value in the previous versions of this driver.
|
/Documentation/lguest/ |
D | lguest.c | 1694 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