/linux-2.4.37.9/scripts/ |
D | kernel-doc | 277 my $contents = ""; 342 my $contents = join "\n", @_; 347 $constants{$name} = $contents; 351 $parameterdescs{$name} = $contents; 354 $sections{$name} = $contents; 371 my $contents = join "\n",@_; 382 foreach $line (split "\n", $contents) { 1544 $contents = ""; 1589 if ($contents ne "") { 1590 $contents =~ s/\&/\\\\\\amp;/g; [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | nvram.c | 146 static int mach_proc_infos(unsigned char *contents, char *buffer, int *len, 254 unsigned char contents[NVRAM_BYTES]; in nvram_read() local 267 for (tmp = contents; count-- > 0 && i < NVRAM_BYTES; ++i, ++tmp) in nvram_read() 272 if (copy_to_user(buf, contents, tmp - contents)) in nvram_read() 277 return tmp - contents; in nvram_read() 287 unsigned char contents[NVRAM_BYTES]; in nvram_write() local 297 if (copy_from_user(contents, buf, len)) in nvram_write() 305 for (tmp = contents; count-- > 0 && i < NVRAM_BYTES; ++i, ++tmp) in nvram_write() 314 return tmp - contents; in nvram_write() 413 unsigned char contents[NVRAM_BYTES]; in nvram_read_proc() local [all …]
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | ia32_ldt.c | 95 if (ldt_info.contents == 3) { in write_ldt() 103 && (oldmode || (ldt_info.contents == 0 && ldt_info.read_exec_only == 1 in write_ldt() 112 | (ldt_info.contents << 2)) | 1, in write_ldt()
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | ldt.c | 81 if (ldt_info.contents == 3) { in write_ldt() 110 (ldt_info.contents == 0 && in write_ldt() 129 (ldt_info.contents << 10) | in write_ldt()
|
/linux-2.4.37.9/arch/ppc/boot/chrp/ |
D | Makefile | 46 --set-section-flags=.image=contents,alloc,load,readonly,data 50 --set-section-flags=.sysmap=contents,alloc,load,readonly,data 62 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data
|
/linux-2.4.37.9/arch/ppc/boot/prep/ |
D | Makefile | 49 --set-section-flags=.image=contents,alloc,load,readonly,data \ 60 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data \ 62 --set-section-flags=.image=contents,alloc,load,readonly,data \
|
/linux-2.4.37.9/arch/ppc/boot/pmac/ |
D | Makefile | 39 --set-section-flags=.image=contents,alloc,load,readonly,data 43 --set-section-flags=.sysmap=contents,alloc,load,readonly,data 70 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data 98 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | ldt.c | 186 if (ldt_info.contents == 3) { in write_ldt() 205 (ldt_info.contents == 0 && in write_ldt() 223 (ldt_info.contents << 10) | in write_ldt()
|
/linux-2.4.37.9/include/asm-i386/ |
D | ldt.h | 20 unsigned int contents:2; member
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | ldt.h | 23 unsigned int contents:2; member
|
/linux-2.4.37.9/arch/ppc/boot/simple/ |
D | Makefile | 132 --set-section-flags=.image=contents,alloc,load,readonly,data \ 142 --set-section-flags=.ramdisk=contents,alloc,load,readonly,data \ 144 --set-section-flags=.image=contents,alloc,load,readonly,data \
|
/linux-2.4.37.9/Documentation/i386/ |
D | zero-page.txt | 4 The contents of empty_zero_page are used to pass parameters from the 22 0x90000 + contents of CL_OFFSET
|
/linux-2.4.37.9/arch/arm/nwfpe/ |
D | entry26.S | 69 ldr r5, [sp, #60] @ get contents of PC
|
D | entry.S | 77 ldr r5, [sp, #60] @ get contents of PC;
|
/linux-2.4.37.9/Documentation/s390/ |
D | TAPE | 70 - create a LINUX directory (somedir) with the contents of the filesystem 72 cp contents somedir
|
D | c7000.txt | 78 "ifcfg-ci0". The contents are as follows:
|
/linux-2.4.37.9/arch/m68k/fpsp040/ |
D | x_ovfl.S | 8 | or when storing to memory, the contents of a floating-point
|
D | sto_res.S | 8 | are then restored to the original contents.
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | Makefile | 32 OBJCOPYFLAGS = contents,alloc,load,readonly,data
|
/linux-2.4.37.9/Documentation/ |
D | exception.txt | 53 Since we jump to the contents of fixup, fixup obviously points 211 > objdump --full-contents --section=__ex_table vmlinux 269 exception table (i.e. the contents of the ELF section __ex_table)
|
D | svga.txt | 174 CONFIG_VIDEO_RETAIN - enables retaining of screen contents when switching 242 Screen contents retained during mode changes. 246 these changes. Unfortunately, screen contents retaining works 256 contents done as first.
|
D | mandatory.txt | 75 modify the contents of the file. 130 Those which modify a file's contents, not just the inode. That gives read(),
|
/linux-2.4.37.9/Documentation/networking/ |
D | x25.txt | 40 The contents of the Subject line are ignored.
|
/linux-2.4.37.9/drivers/atm/ |
D | nicstarmac.copyright | 30 * copy small buffer contents to head of large buffer.
|
/linux-2.4.37.9/Documentation/sound/ |
D | OPL3-SA2 | 180 another device for an I/O port or interrupt. Checking the contents of 184 If you still cannot get the module to load, look at the contents of
|