Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 91) sorted by relevance

1234

/linux-2.4.37.9/scripts/
Dkernel-doc277 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/
Dnvram.c146 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/
Dia32_ldt.c95 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/
Dldt.c81 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/
DMakefile46 --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/
DMakefile49 --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/
DMakefile39 --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/
Dldt.c186 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/
Dldt.h20 unsigned int contents:2; member
/linux-2.4.37.9/include/asm-x86_64/
Dldt.h23 unsigned int contents:2; member
/linux-2.4.37.9/arch/ppc/boot/simple/
DMakefile132 --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/
Dzero-page.txt4 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/
Dentry26.S69 ldr r5, [sp, #60] @ get contents of PC
Dentry.S77 ldr r5, [sp, #60] @ get contents of PC;
/linux-2.4.37.9/Documentation/s390/
DTAPE70 - create a LINUX directory (somedir) with the contents of the filesystem
72 cp contents somedir
Dc7000.txt78 "ifcfg-ci0". The contents are as follows:
/linux-2.4.37.9/arch/m68k/fpsp040/
Dx_ovfl.S8 | or when storing to memory, the contents of a floating-point
Dsto_res.S8 | are then restored to the original contents.
/linux-2.4.37.9/arch/ppc64/boot/
DMakefile32 OBJCOPYFLAGS = contents,alloc,load,readonly,data
/linux-2.4.37.9/Documentation/
Dexception.txt53 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)
Dsvga.txt174 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.
Dmandatory.txt75 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/
Dx25.txt40 The contents of the Subject line are ignored.
/linux-2.4.37.9/drivers/atm/
Dnicstarmac.copyright30 * copy small buffer contents to head of large buffer.
/linux-2.4.37.9/Documentation/sound/
DOPL3-SA2180 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

1234