Home
last modified time | relevance | path

Searched refs:extension (Results 1 – 25 of 45) sorted by relevance

12

/linux-2.4.37.9/arch/m68k/fpsp040/
Dtbldo.S86 .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 …]
Ddo_func.S6 | 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/
Dbinfmt_misc.txt11 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
Dzorro.txt19 - Zorro III is a 32-bit extension of Zorro II, which is backwards compatible
Djava.txt359 extension. The directory containing the original .class file will be
Dmodules.txt108 modprobe is a "wrapper" for (or extension to) "insmod".
/linux-2.4.37.9/arch/m68k/math-emu/
Dfp_decode.h133 | 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/
Dfile.c141 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()
DChanges244 - truncate() didn't allocate an extension block
/linux-2.4.37.9/Documentation/isdn/
DREADME.FAQ15 As the extension tells, the FAQ is in SGML format, and you can convert it
/linux-2.4.37.9/arch/sparc64/prom/
Dmap.S27 srl %o2, 0, %o2 ! kill sign extension
/linux-2.4.37.9/Documentation/filesystems/
D00-INDEX22 - info on the Compressed Volume Files extension to the FAT filesystem
Dvfat.txt119 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
Dfat_cvf.txt1 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
Dntfs.txt93 - 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.
Dproc.txt750 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/
Dmisc.c58 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()
Dinode.c862 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/
Damigaffs.h230 u32 extension; member
Dmsdos_fs.h300 extern int fat_is_binary(char conversion, char *extension);
/linux-2.4.37.9/fs/
DConfig.in59 dep_mbool ' Transparent decompression extension' CONFIG_ZISOFS $CONFIG_ISO9660_FS
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xfs.txt13 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
Dreadme.txt51 interface for the Aurora WAN multiserver 3500 series extension boards.
/linux-2.4.37.9/Documentation/sound/
DREADME.awe10 This is a sound driver extension for SoundBlaster AWE32 and other
/linux-2.4.37.9/drivers/message/i2o/
Di2o_proc.c1273 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()

12