Home
last modified time | relevance | path

Searched refs:outside (Results 1 – 25 of 113) sorted by relevance

12345

/linux-3.4.99/lib/
DKconfig40 modules require CRC-CCITT functions, but a module built outside
48 modules require CRC16 functions, but a module built outside
63 modules require CRC ITU-T V.41 functions, but a module built outside
73 modules require CRC32/CRC32c functions, but a module built outside
138 modules require CRC7 functions, but a module built outside
148 modules require CRC32c functions, but a module built outside the
341 modules require averaging functions, but a module built outside
/linux-3.4.99/net/
DKconfig123 the outside, your box can "masquerade" as that computer, i.e. it
124 forwards the traffic to the intended outside destination, but
126 firewall box itself. It works both ways: if the outside host
129 are completely invisible to the outside world, even though they can
130 reach the outside and can receive replies. It is even possible to
136 the local network tries to connect to an outside host, your Linux
/linux-3.4.99/Documentation/ABI/obsolete/
Dsysfs-class-rfkill19 transmitter is forced off by something outside of
/linux-3.4.99/Documentation/networking/
Dip_dynaddr.txt11 internal host does retransmission) until a packet from outside is
/linux-3.4.99/arch/um/
DKconfig.net13 machines on the outside world.
46 outside world, say Y to this, the Daemon Transport and/or the
83 outside world), and/or the Daemon transport (to network multiple
185 to the outside world that the host user is permitted, and unlike
/linux-3.4.99/fs/ext3/
Dresize.c17 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) macro
64 else if (outside(input->block_bitmap, start, end)) in verify_group_input()
68 else if (outside(input->inode_bitmap, start, end)) in verify_group_input()
72 else if (outside(input->inode_table, start, end) || in verify_group_input()
73 outside(itend - 1, start, end)) in verify_group_input()
/linux-3.4.99/Documentation/scsi/
Dsym53c500_cs.txt6 (2) deprecated PCMCIA support outside the kernel.
/linux-3.4.99/Documentation/virtual/kvm/
Dmsr.txt8 0x4b564d00 to 0x4b564dff. There are MSRs outside this area,
121 This MSR falls outside the reserved KVM range and may be removed in the
131 This MSR falls outside the reserved KVM range and may be removed in the
/linux-3.4.99/Documentation/ABI/stable/
Dsysfs-class-rfkill54 The transmitter is forced off by something outside of
/linux-3.4.99/arch/blackfin/
DADI_BSD.txt2 and is included here, so people understand which code they can use outside
/linux-3.4.99/Documentation/
Dxz.txt17 latest version and also information about using the code outside
97 outside the Linux kernel.
Ddma-buf-sharing.txt34 - *may* be exported to user space using "mmap" *ONLY* by exporter, outside of
263 access outside of the range or with a different direction (read instead of
295 dma_buf kmap calls outside of the range specified in begin_cpu_access are
298 data outside of the range (in these partial chunks).
Dzorro.txt20 with Zorro II. The Zorro III address space lies outside the first 16 MB.
/linux-3.4.99/Documentation/i2c/
Dfault-codes68 with block size outside the range of 1-32 bytes.
116 (from the SMBus slave) is outside the range 1-32 bytes.
/linux-3.4.99/drivers/usb/
DREADME21 but just standardized outside of the www.usb.org team.
/linux-3.4.99/Documentation/video4linux/
DREADME.pvrusb249 nothing to do with the API published by the driver to the outside
119 of the hardware. Nobody outside of the core hardware-handling
140 environment. The "all" version is intended for use outside of
Dsn9c102.txt298 0x0A [7:0] Y sum outside Auto-Exposure area (low-byte)
299 0x0B [7:0] Y sum outside Auto-Exposure area (high-byte)
330 0x0B [7:0] Y sum outside Auto-Exposure area (low-byte)
331 0x0C [7:0] Y sum outside Auto-Exposure area (high-byte)
/linux-3.4.99/fs/ext4/
Dresize.c48 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) macro
93 else if (outside(input->block_bitmap, start, end)) in verify_group_input()
96 else if (outside(input->inode_bitmap, start, end)) in verify_group_input()
99 else if (outside(input->inode_table, start, end) || in verify_group_input()
100 outside(itend - 1, start, end)) in verify_group_input()
/linux-3.4.99/Documentation/devicetree/bindings/c6x/
Dinterrupt.txt9 sources coming from outside the core.
/linux-3.4.99/arch/powerpc/boot/dts/
Dwii.dts20 * contiguous RAM range and will BUG() if the memreserve is outside
/linux-3.4.99/Documentation/arm/
DSetup11 should not be referenced outside of arch/arm/kernel/setup.c:setup_arch().
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-class-uwb_rc57 1 - scan outside BP
/linux-3.4.99/Documentation/rapidio/
Dsysfs.txt60 outside the scope of this document.
/linux-3.4.99/Documentation/arm/Samsung-S3C24XX/
DOverview.txt133 should keep this in mind before altering items outside of their own
295 exported outside arch/arm/mach-s3c2410/, or exported to
/linux-3.4.99/Documentation/driver-model/
Dplatform.txt36 discovery/enumeration is handled outside the drivers, and drivers
117 outside the driver. This will usually be cleanup, since such drivers

12345