Home
last modified time | relevance | path

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

123456789

/linux-2.6.39/scripts/
Dkernel-doc296 my $contents = "";
379 my $contents = join "\n", @_;
384 $constants{$name} = $contents;
388 $parameterdescs{$name} = $contents;
393 $parameterdescs{$name} = $contents;
401 $sections{$name} = $contents;
412 my $contents = join "\n", @_;
422 dump_section($file, $name, $contents);
442 my $contents = join "\n",@_;
452 $contents = local_unescape($contents);
[all …]
/linux-2.6.39/drivers/char/
Dnvram.c127 static void mach_proc_infos(unsigned char *contents, struct seq_file *seq,
235 unsigned char contents[NVRAM_BYTES]; in nvram_read() local
244 for (tmp = contents; count-- > 0 && i < NVRAM_BYTES; ++i, ++tmp) in nvram_read()
249 if (copy_to_user(buf, contents, tmp - contents)) in nvram_read()
254 return tmp - contents; in nvram_read()
264 unsigned char contents[NVRAM_BYTES]; in nvram_write() local
276 if (copy_from_user(contents, buf, count)) in nvram_write()
284 for (tmp = contents; count--; ++i, ++tmp) in nvram_write()
293 return tmp - contents; in nvram_write()
390 unsigned char contents[NVRAM_BYTES]; in nvram_proc_read() local
[all …]
/linux-2.6.39/fs/hppfs/
Dhppfs.c26 char contents[PAGE_SIZE - sizeof(struct list_head)]; member
33 struct hppfs_data *contents; member
257 if (hppfs->contents != NULL) { in hppfs_read()
263 data = hppfs->contents; in hppfs_read()
265 while (off >= sizeof(data->contents)) { in hppfs_read()
268 off -= sizeof(data->contents); in hppfs_read()
273 rem = copy_to_user(buf, &data->contents[off], count); in hppfs_read()
363 while ((n = read_proc(proc_file, data->contents, in hppfs_get_data()
364 sizeof(data->contents), NULL, 0)) > 0) in hppfs_get_data()
365 os_write_file(fd, data->contents, n); in hppfs_get_data()
[all …]
/linux-2.6.39/tools/perf/util/
Dxyarray.h9 char contents[]; member
17 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
/linux-2.6.39/arch/xtensa/boot/boot-elf/
DMakefile28 --set-section-flags image=contents,alloc,load,load,data \
38 --set-section-flags .initrd=contents,alloc,load,load,data \
42 --set-section-flags image=contents,alloc,load,load,data \
/linux-2.6.39/arch/um/sys-i386/shared/sysdep/
Dhost_ldt.h17 ((info)->contents << 10) | \
27 (info)->contents == 0 && \
Dtls.h15 unsigned int contents:2; member
/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/
Dhost_ldt.h19 ((info)->contents << 10) | \
30 (info)->contents == 0 && \
Dtls.h15 unsigned int contents:2; member
/linux-2.6.39/fs/nls/
DKconfig47 only, not to the file contents. You can include several codepages;
59 only, not to the file contents. You can include several codepages;
71 only, not to the file contents. You can include several codepages;
84 only, not to the file contents. You can include several codepages;
100 only, not to the file contents. You can include several codepages;
115 only, not to the file contents. You can include several codepages;
126 only, not to the file contents. You can include several codepages;
137 only, not to the file contents. You can include several codepages;
148 only, not to the file contents. You can include several codepages;
159 only, not to the file contents. You can include several codepages;
[all …]
/linux-2.6.39/Documentation/early-userspace/
Dbuffer-format.txt9 (initramfs) protocol. The initramfs contents is passed using the same
10 memory buffer protocol used by the initrd protocol, but the contents
69 The c_mode field matches the contents of st_mode returned by stat(2)
92 contents; if the file contents is not included, the c_filesize field
DREADME47 A source directory will have it and all of its contents packaged. The
72 the contents are scanned, uid/gid translation is performed, and
75 contents of the file are simply copied to the output. All of the output
76 directives from directory scanning and file contents copying are
/linux-2.6.39/Documentation/power/
Dstates.txt35 placed in self-refresh mode to retain its contents.
56 of writing memory contents to disk. On resume, this is read and memory
63 the firmware will also handle restoring memory contents on resume.
66 to write memory contents to free swap space. swsusp has some restrictive
/linux-2.6.39/arch/x86/include/asm/
Dldt.h25 unsigned int contents:2; member
/linux-2.6.39/arch/um/include/asm/
Ddesc.h9 (info)->contents == 0 && \
/linux-2.6.39/Documentation/
Disapnp.txt13 The regular files contain the contents of ISA PnP registers for
/linux-2.6.39/arch/xtensa/boot/ramdisk/
DMakefile21 --set-section-flags .initrd=contents,alloc,load,load,data \
/linux-2.6.39/tools/perf/Documentation/
Dperf-archive.txt16 with the buildids found so that analisys of perf.data contents can be possible
/linux-2.6.39/Documentation/vm/
Dhighmem.txt92 wants to access the contents of a page that might be allocated from high memory
99 /* Gain access to the contents of that page. */
102 /* Do something to the contents of that page. */
132 a pointer to the page contents rather than juggling mappings about. In such a
/linux-2.6.39/arch/xtensa/boot/boot-redboot/
DMakefile30 --set-section-flags image=contents,alloc,load,load,data \
/linux-2.6.39/Documentation/ABI/testing/
Dsysfs-platform-at9112 contents of mailbox 0 may be send under certain
Dsysfs-ocfs246 This file is read-only. Its contents may change as
62 the cluster stack in use. The contents may change
/linux-2.6.39/Documentation/ABI/stable/
Dsysfs-module15 documentation as to the contents of these parameters and
/linux-2.6.39/Documentation/misc-devices/
Deeprom56 effective for decoding the contents of EEPROMs on DIMMs.
87 to change the contents of the EEPROMs (on DIMMs anyway) also makes it easy
/linux-2.6.39/arch/arm/nwfpe/
Dentry.S80 ldr r5, [sp, #S_PC] @ get contents of PC;

123456789