/linux-3.3/Documentation/x86/ |
D | zero-page.txt | 12 000/040 ALL screen_info Text mode or frame buffer information 14 040/014 ALL apm_bios_info APM BIOS information (struct apm_bios_info) 15 058/008 ALL tboot_addr Physical address of tboot shared page 16 060/010 ALL ist_info Intel SpeedStep (IST) BIOS support information 18 080/010 ALL hd0_info hd0 disk parameter, OBSOLETE!! 19 090/010 ALL hd1_info hd1 disk parameter, OBSOLETE!! 20 0A0/010 ALL sys_desc_table System description table (struct sys_desc_table) 21 0B0/010 ALL olpc_ofw_header OLPC's OpenFirmware CIF and friends 22 140/080 ALL edid_info Video mode setup (struct edid_info) 23 1C0/020 ALL efi_info EFI 32 information (struct efi_info) [all …]
|
/linux-3.3/include/net/netfilter/ |
D | nf_conntrack_tuple.h | 25 #define NF_CT_TUPLE_L3SIZE ARRAY_SIZE(((union nf_inet_addr *)NULL)->all) 44 __be16 all; member 86 &t->src.u3.ip, ntohs(t->src.u.all), in nf_ct_dump_tuple_ip() 87 &t->dst.u3.ip, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ip() 96 t->src.u3.all, ntohs(t->src.u.all), in nf_ct_dump_tuple_ipv6() 97 t->dst.u3.all, ntohs(t->dst.u.all)); in nf_ct_dump_tuple_ipv6() 127 t1->src.u.all == t2->src.u.all && in __nf_ct_tuple_src_equal() 135 t1->dst.u.all == t2->dst.u.all && in __nf_ct_tuple_dst_equal() 151 m1->src.u.all == m2->src.u.all); in nf_ct_tuple_mask_equal() 162 if ((t1->src.u3.all[count] ^ t2->src.u3.all[count]) & in nf_ct_tuple_src_mask_cmp() [all …]
|
/linux-3.3/Documentation/ioctl/ |
D | ioctl-number.txt | 39 convention at all. 69 0x02 all linux/fd.h 70 0x03 all linux/hdreg.h 72 0x06 all linux/lp.h 73 0x09 all linux/raid/md_u.h 75 0x12 all linux/fs.h 77 0x1b all InfiniBand Subsystem <http://infiniband.sourceforge.net/> 78 0x20 all drivers/cdrom/cm206.h 79 0x22 all scsi/sg.h 89 '8' all SNP8023 advanced NIC card [all …]
|
/linux-3.3/net/ipv4/netfilter/ |
D | nf_nat_proto_common.c | 30 port = tuple->src.u.all; in nf_nat_proto_in_range() 32 port = tuple->dst.u.all; in nf_nat_proto_in_range() 34 return ntohs(port) >= ntohs(min->all) && in nf_nat_proto_in_range() 35 ntohs(port) <= ntohs(max->all); in nf_nat_proto_in_range() 50 portptr = &tuple->src.u.all; in nf_nat_proto_unique_tuple() 52 portptr = &tuple->dst.u.all; in nf_nat_proto_unique_tuple() 74 min = ntohs(range->min.all); in nf_nat_proto_unique_tuple() 75 range_size = ntohs(range->max.all) - min + 1; in nf_nat_proto_unique_tuple() 81 ? tuple->dst.u.all in nf_nat_proto_unique_tuple() 82 : tuple->src.u.all); in nf_nat_proto_unique_tuple() [all …]
|
/linux-3.3/Documentation/ |
D | SubmitChecklist | 7 These are all above and beyond the documentation that is provided in 32 You should be able to justify all violations that remain in 37 7: All new Kconfig options have help text. 57 and CONFIG_DEBUG_OBJECTS_RCU_HEAD all simultaneously enabled. 65 15: All codepaths have been exercised with all lockdep features enabled. 67 16: All new /proc entries are documented under Documentation/ 69 17: All new kernel boot parameters are documented in 72 18: All new module parameters are documented with MODULE_PARM_DESC() 74 19: All new userspace interfaces are documented in Documentation/ABI/. 79 20: Check that it all passes `make headers_check'. [all …]
|
D | stable_api_nonsense.txt | 2 (all of your questions answered and then some) 23 tree, all of which has made Linux into such a strong, stable, and mature 34 all. 42 are real, and you do need to be aware of them at all times.) 63 - Some functions may not be implemented at all, (i.e. some locks 79 Linux distribution release contains a number of different kernels, all 100 function parameters may be reworked. If this happens, all of the 110 increased the throughput of all USB drivers such that we are now 111 running almost all USB devices at their maximum speed possible. 113 USB core by USB drivers so that all drivers now needed to provide [all …]
|
D | gcov.txt | 34 * debugging (has this line been reached at all?) 59 on all architectures. 76 For all files in one directory: 96 Parent directory for all gcov-related files. 99 Global reset file: resets all coverage data to zero when 146 - all C source files + headers 149 - all C source files + headers 150 - all .gcda and .gcno files 151 - all links to directories 164 - all .gcda files [all …]
|
/linux-3.3/drivers/block/ |
D | DAC960.h | 2558 unsigned int All; member 2582 unsigned int All; member 2603 unsigned int All; member 2620 unsigned int All; member 2639 InboundDoorBellRegister.All = 0; in DAC960_GEM_HardwareMailboxNewCommand() 2641 writel(InboundDoorBellRegister.All, in DAC960_GEM_HardwareMailboxNewCommand() 2649 InboundDoorBellRegister.All = 0; in DAC960_GEM_AcknowledgeHardwareMailboxStatus() 2651 writel(InboundDoorBellRegister.All, in DAC960_GEM_AcknowledgeHardwareMailboxStatus() 2659 InboundDoorBellRegister.All = 0; in DAC960_GEM_GenerateInterrupt() 2661 writel(InboundDoorBellRegister.All, in DAC960_GEM_GenerateInterrupt() [all …]
|
/linux-3.3/scripts/ |
D | mkmakefile | 45 .PHONY: all \$(MAKECMDGOALS) 47 all := \$(filter-out all Makefile,\$(MAKECMDGOALS)) 49 all: 50 \$(Q)\$(MAKE) \$(MAKEARGS) \$(all) 54 \$(all): all 57 %/: all
|
/linux-3.3/Documentation/PCI/ |
D | pci-error-recovery.txt | 18 halting all I/O to it. The goal of a disconnection is to avoid system 30 is reported as soon as possible to all affected device drivers, 46 After a reset and/or a re-enabling of I/O, all drivers are 48 that may be required. After these have all completed, a final 56 through a large number of contortions to complete recovery. Almost all 102 A driver does not have to implement all of these callbacks; however, 118 is isolated, in that all I/O is blocked: all reads return 0xffffffff, 119 all writes are ignored. 137 All drivers participating in this system must implement this call. 148 Driver returns this if it doesn't want to recover at all. [all …]
|
/linux-3.3/Documentation/s390/ |
D | CommonIO | 11 * cio_ignore = {all} | 27 You can use the 'all' keyword to ignore all devices. 33 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device 36 cio_ignore=all,!0.0.4711,!0.0.fd00-0.0.fd02 37 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02. 49 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 50 "free all" will un-ignore all ignored devices, 60 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored 83 All devices ignored but still registered and not online (= not in use) 92 A write request to this file is blocked until all queued cio actions are
|
/linux-3.3/Documentation/isdn/ |
D | README.diversion | 5 document. The diversion services may be used with all cards supported by 49 as normally done by isdn phones. In this case all incoming calls 50 with a special (or all) service identifiers are forwarded if the 56 In this case all incoming calls are checked by rules that may be 62 matches to all filtered calls or only those when all B-channel resources 66 All incoming calls matching a rule except the ignore rule a reported and 77 driver for passive isdn cards. All HiSax supported cards may be used for 85 The dynamic diversion services may be used in all countries if the provider 98 After having properly activated a make modules and make modules_install all 113 output redirected to a file. Then all actions of the module are logged. [all …]
|
/linux-3.3/Documentation/trace/ |
D | events.txt | 13 Not all tracepoints can be traced using the event tracing system; 33 all the events. ] 40 To disable all events, echo an empty line to the set_event file: 44 To enable all events, echo '*:*' or '*:' to the set_event file: 51 file. All of the events in a subsystem can be specified via the syntax 52 "<subsystem>:*"; for example, to enable all irq events, you can use the 71 To enable all events in sched subsystem: 75 To enable all events: 81 0 - all events this file affects are disabled 82 1 - all events this file affects are enabled [all …]
|
/linux-3.3/Documentation/scsi/ |
D | scsi_eh.txt | 50 For all non-EH commands, scsi_done() is the completion callback. It 132 scmd to be issued from blk queue to the host; eventually, all scmds on 136 If all scmds either complete or fail, the number of in-flight scmds 139 SCSI EH thread can expect that all in-flight commands have failed and 148 occur at any time. Of course, all such completions are ignored as the 167 handling. As such, it should do all choirs SCSI midlayer 179 (*QUESTION* why is it needed? All operations will be blocked 182 4. Kicks queues in all devices on the host in the asses 210 all unrecovered devices. 219 scmds. e.g. resetting a device recovers all failed scmds on the [all …]
|
/linux-3.3/Documentation/networking/ |
D | ipv6.txt | 16 Specifies whether to load the IPv6 module, but disable all 39 on all interfaces. This might be used when one does not wish 46 IPv6 address autoconfiguration is disabled on all interfaces. 52 IPv6 address autoconfiguration is enabled on all interfaces. 58 Specifies whether to disable IPv6 on all interfaces. 64 IPv6 is enabled on all interfaces. 69 IPv6 is disabled on all interfaces.
|
D | batman-adv.txt | 11 virtual network switch of all nodes participating. Therefore all 12 nodes appear to be link local, thus all higher operating proto- 53 Repeat this step for all interfaces you wish to add. Now batman 67 All mesh wide settings can be found in batman's own interface 83 Some of the files contain all sort of status information regard- 111 All interfaces added to batman advanced are not relevant any 124 Note: In order to avoid problems remove all IP addresses previ- 178 All error messages, warnings and information messages are sent to 182 or /var/log/syslog. All batman-adv messages are prefixed with 201 0 - All debug output disabled [all …]
|
/linux-3.3/drivers/macintosh/ |
D | windfarm_pm121.c | 258 /* All sys loops. Note the HD before the OD loop in order to have it 321 /* CPUFREQ has no correction (and is not implemented at all) */ 357 * loop params. Some data are not set, there are common to all loop 826 /* If entering failure mode, clamp cpufreq and ramp all in pm121_tick() 837 * all fans on next iteration in pm121_tick() 877 int all = 1; in pm121_new_control() local 882 all = pm121_register_control(ct, "optical-drive-fan", FAN_OD) && all; in pm121_new_control() 883 all = pm121_register_control(ct, "hard-drive-fan", FAN_HD) && all; in pm121_new_control() 884 all = pm121_register_control(ct, "cpu-fan", FAN_CPU) && all; in pm121_new_control() 885 all = pm121_register_control(ct, "cpufreq-clamp", CPUFREQ) && all; in pm121_new_control() [all …]
|
/linux-3.3/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 95 LED's at the general ports, these bits are used for all kinds of 96 stuff. If you don't know what to use, it is always safe to put all 117 LED's at the general ports, these bits are used for all kinds of 118 stuff. If you don't know what to use, it is always safe to put all 139 LED's at the general ports, these bits are used for all kinds of 140 stuff. If you don't know what to use, it is always safe to put all 161 LED's at the general ports, these bits are used for all kinds of 162 stuff. If you don't know what to use, it is always safe to put all 183 LED's at the general ports, these bits are used for all kinds of 184 stuff. If you don't know what to use, it is always safe to put all [all …]
|
/linux-3.3/Documentation/arm/msm/ |
D | gpiomux.txt | 16 As the msm family evolved this became problematic. Not all pins 17 have sleep settings, not all peripheral processors will accept requests 18 to apply said sleep settings, and not all msm targets have their gpio 20 behavior on all targets, drivers are forced to ignore this parameter, 23 The 'direction' flag: for all mux-settings other than raw-gpio (0), 34 - A consistent interface across all generations of msm. Drivers can expect 44 - 0 means 'do nothing': all flags are designed so that the default memset-zero 73 'suspended' configurations. All other gpios, which were left unconfigured, 88 All of the GPIOMUX_VALID flags may seem like unnecessary overhead, but 89 they address some important issues. As unused entries (all those [all …]
|
/linux-3.3/arch/s390/include/asm/ |
D | zcrypt.h | 42 * - All key parts are right justified in their fields, padded on 62 * - All key parts are right justified in their fields, padded on 84 * Note that all shorts and ints are big-endian. 85 * All pointer fields are 16 bytes long, and mean nothing. 188 * all devices. 199 * depth of all devices. 211 * Return an integer count of the number of entries sent to all 223 * Return an integer count of all device types together. 226 * Return an integer count of all PCICAs. 229 * Return an integer count of all PCICCs. [all …]
|
/linux-3.3/arch/mn10300/mm/ |
D | cache-smp-flush.c | 3 * Copyright (C) 2010 Red Hat, Inc. All Rights Reserved. 18 * Flush the data cache on all CPUs. 34 * Flush a range of addresses in the data cache on all CPUs covering 54 * Flush a range of addresses in the data cache on all CPUs, between start and 72 * Flush a range of addresses in the data cache on all CPUs, between start and 88 * Flush and invalidate the data cache on all CPUs. 105 * Flush and invalidate a range of addresses in the data cache on all CPUs 126 * Flush and invalidate a range of addresses in the data cache on all CPUs, 145 * Flush and invalidate a range of addresses in the data cache on all CPUs,
|
D | cache-smp-inv.c | 3 * Copyright (C) 2010 Red Hat, Inc. All Rights Reserved. 18 * Invalidate the instruction cache on all CPUs. 34 * Invalidate a range of addresses in the instruction cache on all CPUs 54 * Invalidate a range of addresses in the instruction cache on all CPUs, 72 * Invalidate a range of addresses in the instruction cache on all CPUs, 88 * Invalidate the data cache on all CPUs. 104 * Invalidate a range of addresses in the data cache on all CPUs covering the 124 * Invalidate a range of addresses in the data cache on all CPUs, between start 142 * Invalidate a range of addresses in the data cache on all CPUs, between start
|
/linux-3.3/arch/x86/boot/compressed/ |
D | Makefile | 43 targets += vmlinux.bin.all vmlinux.relocs relocs 51 vmlinux.bin.all-y := $(obj)/vmlinux.bin 52 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs 54 $(obj)/vmlinux.bin.gz: $(vmlinux.bin.all-y) FORCE 56 $(obj)/vmlinux.bin.bz2: $(vmlinux.bin.all-y) FORCE 58 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 60 $(obj)/vmlinux.bin.xz: $(vmlinux.bin.all-y) FORCE 62 $(obj)/vmlinux.bin.lzo: $(vmlinux.bin.all-y) FORCE
|
/linux-3.3/Documentation/filesystems/ |
D | sharedsubtree.txt | 39 2a) A shared mount can be replicated to as many mountpoints and all the 79 All slave mounts have a master mount which is a shared. 166 propagated to the other mount at /cdrom in all the other clone 261 /mnt or /tmp reflect in all the other mounts of its peer 368 are created and mounted at the dentry 'b' on all mounts where 'B' 377 are created and mounted at the dentry 'b' on all mounts where 'B' 378 propagates to. A new propagation tree is set containing all new mounts 385 'C3' ... are created and mounted at the dentry 'b' on all mounts where 408 'Z'. All mount/unmount events on 'Z' propagates to 'A' and 'C'. But 418 replicates all the mounts in the tree belonging to the specified mount. [all …]
|
/linux-3.3/drivers/scsi/isci/ |
D | unsolicited_frame_control.h | 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 26 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 27 * All rights reserved. 129 * Once all of the frame before this one are freed it will go to 164 * This structure contains all of the unsolicited frame header information. 185 * This structure contains all of the unsolicited frame buffer (actual payload) 207 * This object maintains all of the unsolicited frame address table specific 230 * This object contains all of the data necessary to handle unsolicited frames. 241 * This field contains all of the unsolicited frame header 247 * This field contains all of the unsolicited frame buffer [all …]
|