/external/grub/docs/ |
D | menu.lst | 17 kernel /boot/gnumach.gz root=hd0s1 23 kernel /vmlinuz root=/dev/hdb1 29 kernel /boot/loader.gz 34 kernel --type=netbsd /boot/knetbsd.gz 36 # For booting Mach (getting kernel from floppy) 40 kernel (fd0)/boot/kernel root=hd0s3 46 kernel /boot/loader 51 kernel --type=netbsd /netbsd 56 kernel --type=netbsd /bsd
|
D | Makefile.in | 42 EXTRA_PROGRAMS = kernel$(EXEEXT) 43 @BUILD_EXAMPLE_KERNEL_TRUE@noinst_PROGRAMS = kernel$(EXEEXT) 58 am__kernel_SOURCES_DIST = boot.S kernel.c multiboot.h 59 am__objects_1 = boot.$(OBJEXT) kernel-kernel.$(OBJEXT) 206 EXAMPLES = boot.S kernel.c multiboot.h 207 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi 257 kernel$(EXEEXT): $(kernel_OBJECTS) $(kernel_DEPENDENCIES) 258 @rm -f kernel$(EXEEXT) 267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel-kernel.Po@am__quote@ 289 kernel-kernel.o: kernel.c [all …]
|
D | Makefile.am | 3 EXAMPLES = boot.S kernel.c multiboot.h 4 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi 9 EXTRA_PROGRAMS = kernel program 13 noinst_PROGRAMS = kernel program
|
D | grub.texi | 32 * mbchk: (grub)Invoking mbchk. Check for the format of a Multiboot kernel 147 control to an operating system @dfn{kernel} software (such as Linux or 148 GNU Mach). The kernel, in turn, initializes the rest of the operating 161 filesystems and kernel executable formats, so you can load an arbitrary 163 position of your kernel on the disk. Thus you can load the kernel 165 kernel resides. 170 specification and file name of the kernel manually. In the menu 225 Rich functionality to support kernel experts and designers. 295 pathological cases where loading a very badly organized ELF kernel might 298 It is conceivable that some kernel modules should be loaded in a [all …]
|
/external/qemu/docs/ |
D | KERNEL.TXT | 9 git clone git://android.git.kernel.org/kernel/common.git kernel-common 10 cd kernel-common 16 make goldfish_defconfig # configure the kernel 23 emulator -kernel path/to/your/new/zImage <other-options>
|
D | CPU-EMULATION.TXT | 22 emulated CPU: one for translated kernel code, and one for translated 59 instructions that correspond to kernel code, and the other for instructions 62 This means that a memory load in the kernel will not be translated into the 87 the Android-emulator-specific kernel image. The corresponding sources are 89 git://android.git.kernel.org/kernel/common.git. You can have a look at 90 arch/arm/mach-goldfish/ for the corresponding kernel driver sources.
|
/external/oprofile/daemon/ |
D | opd_mangling.c | 46 if (!separate_kernel && !(separate_lib && !sf->kernel)) in get_dep_name() 77 if (sf->kernel) { in mangle_filename() 78 values.image_name = sf->kernel->name; in mangle_filename() 109 if (last->kernel) { in mangle_filename() 110 values.cg_image_name = last->kernel->name; in mangle_filename() 182 if (!sf->kernel) in opd_open_sample_file() 185 binary = sf->kernel->name; in opd_open_sample_file() 195 !!sf->kernel, last ? !!last->kernel : 0, in opd_open_sample_file()
|
D | opd_sfile.c | 89 if (sf->kernel != ki) in do_match() 132 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel, in sfile_equal() 140 if (sf->kernel) { in is_sf_ignored() 141 if (!is_image_ignored(sf->kernel->name)) in is_sf_ignored() 180 sf->kernel = ki; in create_sfile() 347 } else if (sf->kernel) { in verbose_print_sample() 348 printf("kern (name %s, 0x%llx-0x%llx), ", sf->kernel->name, in verbose_print_sample() 349 sf->kernel->start, sf->kernel->end); in verbose_print_sample() 386 if (trans->current->kernel) in sfile_log_arc() 387 from -= trans->current->kernel->start; in sfile_log_arc() [all …]
|
/external/netperf/ |
D | netcpu_kstat10.c | 47 uint64_t kernel; member 65 "\t kernel %llu\n",counters[instance].kernel); in print_cpu_time_counters() 152 counters[cpu_num].kernel = knp->value.ui64; in get_cpu_counters() 387 delta_cpu_counters[i].kernel = ending_cpu_counters[i].kernel - in calc_cpu_util_internal() 388 starting_cpu_counters[i].kernel; in calc_cpu_util_internal() 400 delta_cpu_counters[i].kernel; in calc_cpu_util_internal() 423 "\t delta[%d].kernel %llu\n",i,delta_cpu_counters[i].kernel); in calc_cpu_util_internal() 442 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / total_cpu_nsec; in calc_cpu_util_internal() 476 corrected_cpu_counters[i].kernel = delta_cpu_counters[i].kernel - in calc_cpu_util_internal() 497 corrected_cpu_counters[i].kernel + in calc_cpu_util_internal() [all …]
|
D | netcpu_pstatnew.c | 44 uint64_t kernel; member 122 res[i].kernel = (((uint64_t)psp[i].psp_systemcycles.psc_hi << 32) + in get_cpu_counters() 128 res[i].kernel); in get_cpu_counters() 165 "\t kernel %llu\n",counters[instance].kernel); in print_cpu_time_counters() 258 delta_cpu_counters[i].kernel = ending_cpu_counters[i].kernel - in calc_cpu_util_internal() 259 starting_cpu_counters[i].kernel; in calc_cpu_util_internal() 272 delta_cpu_counters[i].kernel + in calc_cpu_util_internal() 298 fraction_kernel = (double) delta_cpu_counters[i].kernel / in calc_cpu_util_internal() 343 (delta_cpu_counters[i].kernel * CALC_ACCURACY) / sanity_cpu_cycles; in calc_cpu_util_internal()
|
/external/libpcap/ |
D | README.linux | 2 the "packet" protocol must be supported by your kernel. If it is not, 13 You must configure the kernel with the CONFIG_PACKET option for this 15 the 2.0[.x] kernel: 21 protocol implemented in the kernel, e.g. tcpdump. If you want them 25 code which can be inserted in and removed from the running kernel 31 and the note for the 2.2[.x] kernel says: 37 protocol implemented in the kernel, e.g. tcpdump. If you want them 40 running kernel whenever you want). If you want to compile it as a 48 executed in the kernel, so that packets that don't pass the filter won't 49 be copied from the kernel to the program, rather than having all packets [all …]
|
D | README | 60 Although most packet capture interfaces support in-kernel filtering, 61 libpcap utilizes in-kernel filtering only for the BPF interface. 66 with the underlying kernel subsystem, but this is not yet implemented. 71 can add BPF filter support to Ultrix using the kernel source and/or 76 Linux, in the 2.2 kernel and later kernels, has a "Socket Filter"
|
/external/openssl/crypto/rand/ |
D | rand_win.c | 240 HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL")); in RAND_poll() local 448 if (kernel) in RAND_poll() 469 GetProcAddress(kernel, "CreateToolhelp32Snapshot"); in RAND_poll() 471 GetProcAddress(kernel, "CloseToolhelp32Snapshot"); in RAND_poll() 472 heap_first = (HEAP32FIRST) GetProcAddress(kernel, "Heap32First"); in RAND_poll() 473 heap_next = (HEAP32NEXT) GetProcAddress(kernel, "Heap32Next"); in RAND_poll() 474 heaplist_first = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListFirst"); in RAND_poll() 475 heaplist_next = (HEAP32LIST) GetProcAddress(kernel, "Heap32ListNext"); in RAND_poll() 476 process_first = (PROCESS32) GetProcAddress(kernel, "Process32First"); in RAND_poll() 477 process_next = (PROCESS32) GetProcAddress(kernel, "Process32Next"); in RAND_poll() [all …]
|
/external/strace/ |
D | README-linux | 7 you use recent kernel headers. Strace needs those to get the proper data 8 structures and constatns used by the kernel, since these can be 10 will need at least a 2.2.7 or newer kernel. 16 There are three ways to compile strace with other kernel headers: 21 * you can tell make where your kernel sources are. For example if you 31 corresponding directories in your kernel source-tree.
|
/external/blktrace/ |
D | README | 4 Written by Jens Axboe <axboe@kernel.dk> (initial version and kernel support), 14 blktrace was integrated into the mainline kernel between 2.6.16 and 2.6.17-rc1. 15 The target trace needs to run on a kernel at least that new. 17 git://git.kernel.dk/blktrace.git 21 http://brick.kernel.dk/snaps/ 23 The snapshots include the full git object database as well. kernel.org has 27 git://git.kernel.dk/blktrace.git 32 http://git.kernel.dk/ 42 -r Path to mounted debugfs, defaults to /sys/kernel/debug. 176 The list is called linux-btrace@vger.kernel.org, subscribe by sending [all …]
|
D | btrace.spec | 19 URL: http://brick.kernel.dk/snaps 32 Jens Axboe <axboe@kernel.dk>
|
/external/iptables/ |
D | INSTALL | 4 in the official kernel. Those are now (as of iptables-1.2.7) kept 9 % make KERNEL_DIR=<<where-you-built-your-kernel>> 12 # make install KERNEL_DIR=<<where-you-built-your-kernel>> 22 1) This package requires a 2.4.4 kernel, or above. 24 2) If you get the kernel directory wrong, you may see a message like: 25 Please try `make KERNEL_DIR=path-to-correct-kernel'
|
/external/iptables/extensions/ |
D | libipt_ULOG.man | 2 target is set for a rule, the Linux kernel will multicast this packet 23 Number of packet to queue inside kernel. Setting this value to, e.g. 10 24 accumulates ten packets inside the kernel and transmits them as one
|
D | libipt_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 2 for a rule, the Linux kernel will print some information on all 3 matching packets (like most IP header fields) via the kernel log
|
D | libip6t_LOG.man | 1 Turn on kernel logging of matching packets. When this option is set 2 for a rule, the Linux kernel will print some information on all 3 matching packets (like most IPv6 IPv6-header fields) via the kernel log
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 36 Enable NAT-Traversal. This needs kernel support, which is 37 available on Linux. On NetBSD, NAT-Traversal kernel support 44 sets IKE ports in SAD and SPD so that the kernel is 46 Some kernel will not cope with that ports. Use that 72 --with-kernel-headers: 73 Supply the location of Linux kernel headers.
|
/external/webkit/WebCore/svg/graphics/filters/ |
D | SVGFEConvolveMatrix.cpp | 66 const Vector<float>& FEConvolveMatrix::kernel() const in kernel() function in WebCore::FEConvolveMatrix 71 void FEConvolveMatrix::setKernel(const Vector<float>& kernel) in setKernel() argument 73 m_kernelMatrix = kernel; in setKernel()
|
/external/blktrace/btt/ |
D | README | 12 The list is called linux-btrace@vger.kernel.org, subscribe by sending 13 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
|
/external/genext2fs/ |
D | mkbootimg_ext2.sh | 13 --kernel) 86 cp -f $KERNEL $TMPDIR/kernel
|
/external/blktrace/doc/ |
D | blktrace.tex | 36 \item[Kernel patch] A patch to the Linux kernel which includes the 37 kernel event logging interfaces, and patches to areas within the block 38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel, 41 \item[blktrace] A utility which transfers event traces from the kernel 51 The blktrace and blkparse utilities and associated kernel patch are provided 54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt 65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git… 68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt 73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel} 75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where [all …]
|