/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | tbldo.S | 86 .long serror |$04-0 ERROR - illegal extension 87 .long serror |$04-1 ERROR - illegal extension 88 .long serror |$04-2 ERROR - illegal extension 89 .long serror |$04-3 ERROR - illegal extension 90 .long serror |$04-4 ERROR - illegal extension 91 .long serror |$04-5 ERROR - illegal extension 92 .long serror |$04-6 ERROR - illegal extension 93 .long serror |$04-7 ERROR - illegal extension 95 .long serror |$05-0 ERROR - illegal extension 96 .long serror |$05-1 ERROR - illegal extension [all …]
|
D | do_func.S | 6 | extension word (except in the case of fmovecr and fsincos). 79 cmpil #0x38,%d0 |if the extension is >= $38,
|
/linux-2.4.37.9/Documentation/ |
D | binfmt_misc.txt | 11 bits) you have supplied. Binfmt_misc can also recognise a filename extension 20 - 'type' is the type of recognition. Give 'M' for magic and 'E' for extension. 26 If you chose filename extension matching, this is the extension to be
|
D | zorro.txt | 19 - Zorro III is a 32-bit extension of Zorro II, which is backwards compatible
|
D | java.txt | 359 extension. The directory containing the original .class file will be
|
D | modules.txt | 108 modprobe is a "wrapper" for (or extension to) "insmod".
|
/linux-2.4.37.9/arch/m68k/math-emu/ |
D | fp_decode.h | 133 | decode the 8bit diplacement from the brief extension word 139 | decode the index of the brief/full extension word 188 | get the extension word and test for brief or full extension type
|
/linux-2.4.37.9/fs/affs/ |
D | file.c | 141 key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_grow_extcache() 180 tmp = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_alloc_extblock() 183 AFFS_TAIL(sb, bh)->extension = cpu_to_be32(blocknr); in affs_alloc_extblock() 219 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 301 ext_key = be32_to_cpu(AFFS_TAIL(sb, bh)->extension); in affs_get_extblock_slow() 875 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate() 892 AFFS_TAIL(sb, ext_bh)->extension = 0; in affs_truncate() 928 ext_key = be32_to_cpu(AFFS_TAIL(sb, ext_bh)->extension); in affs_truncate()
|
D | Changes | 244 - truncate() didn't allocate an extension block
|
/linux-2.4.37.9/Documentation/isdn/ |
D | README.FAQ | 15 As the extension tells, the FAQ is in SGML format, and you can convert it
|
/linux-2.4.37.9/arch/sparc64/prom/ |
D | map.S | 27 srl %o2, 0, %o2 ! kill sign extension
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | 00-INDEX | 22 - info on the Compressed Volume Files extension to the FAT filesystem
|
D | vfat.txt | 119 unsigned char ext[3]; // file extension 121 unsigned char lcase; // Case for base and extension 133 The lcase field specifies if the base and/or the extension of an 8.3
|
D | fat_cvf.txt | 1 This is the main documentation for the CVF-FAT filesystem extension. 18Nov1998 18 CVF-FAT is a FAT filesystem extension that provides a generic interface for 59 The CVF-FAT extension currently adds the following options to the FAT
|
D | ntfs.txt | 93 - Writing of extension records is not supported properly. 136 mft extension code a bit (still incomplete though). 143 - Complete rewrite of $MFT extension and ntfs inode allocation code.
|
D | proc.txt | 750 needs to know magic numbers at the beginning or the filename extension of the 754 a binary format, including a magic with size (or the filename extension), 776 extension matching (give extension in place of magic). 806 binfmt_java, additionally recognizing the .html extension with no need to put
|
/linux-2.4.37.9/fs/fat/ |
D | misc.c | 58 int fat_is_binary(char conversion,char *extension) in fat_is_binary() argument 69 if (!strncmp(extension,walk,3)) return 0; in fat_is_binary()
|
D | inode.c | 862 static int is_exec(char *extension) in is_exec() argument 867 if (!strncmp(extension, walk, 3)) in is_exec()
|
/linux-2.4.37.9/include/linux/ |
D | amigaffs.h | 230 u32 extension; member
|
D | msdos_fs.h | 300 extern int fat_is_binary(char conversion, char *extension);
|
/linux-2.4.37.9/fs/ |
D | Config.in | 59 dep_mbool ' Transparent decompression extension' CONFIG_ZISOFS $CONFIG_ISO9660_FS
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | sab8253xfs.txt | 13 bus or whether they are connected via a PCI extension system such as the 384 extension of the synchronous TTY functionality. 452 requires an extension of the call out device arbitration logic. 475 extension of the synchronous network functionality. 1235 To facilitate user modification and extension of the ASLX driver, the
|
D | readme.txt | 51 interface for the Aurora WAN multiserver 3500 series extension boards.
|
/linux-2.4.37.9/Documentation/sound/ |
D | README.awe | 10 This is a sound driver extension for SoundBlaster AWE32 and other
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_proc.c | 1273 i2o_private extension[64]; in i2o_proc_read_priv_msgs() member 1296 len += sprintf(buf+len, "%0#9x ", result.extension[i].ext_instance); in i2o_proc_read_priv_msgs() 1297 len += sprintf(buf+len, "%0#6x ", result.extension[i].organization_id); in i2o_proc_read_priv_msgs() 1298 len += sprintf(buf+len, "%0#6x", result.extension[i].x_function_code); in i2o_proc_read_priv_msgs()
|