/linux-4.4.14/security/apparmor/ |
D | file.c | 137 sa.aad->fs.request = sa.aad->fs.request & ~perms->allow; in aa_audit_file() 152 sa.aad->fs.denied = sa.aad->fs.request & ~perms->allow; in aa_audit_file() 207 perms.allow = map_old_perms(dfa_user_allow(dfa, state)); in compute_perms() 212 perms.allow = map_old_perms(dfa_other_allow(dfa, state)); in compute_perms() 217 perms.allow |= AA_MAY_META_READ; in compute_perms() 221 perms.allow |= AA_MAY_CHANGE_PROFILE; in compute_perms() 223 perms.allow |= AA_MAY_ONEXEC; in compute_perms() 295 perms.allow = request; in aa_path_perm() 300 if (request & ~perms.allow) in aa_path_perm() 383 if (!(lperms.allow & AA_MAY_LINK)) in aa_path_link() [all …]
|
D | domain.c | 105 perms.allow = AA_MAY_CHANGE_PROFILE | AA_MAY_ONEXEC; in change_profile_perms() 402 if (!(perms.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds() 414 if (!(cp.allow & AA_MAY_ONEXEC)) in apparmor_bprm_set_creds() 420 if (perms.allow & MAY_EXEC) { in apparmor_bprm_set_creds() 439 perms.allow &= ~MAY_EXEC; in apparmor_bprm_set_creds() 804 if (!(perms.allow & request)) { in aa_change_profile()
|
D | lsm.c | 123 *effective = cap_intersect(*effective, profile->caps.allow); in apparmor_capget() 124 *permitted = cap_intersect(*permitted, profile->caps.allow); in apparmor_capget() 381 fcxt->allow = MAY_EXEC | MAY_READ | AA_EXEC_MMAP; in apparmor_file_open() 393 fcxt->allow = aa_map_file_to_perms(file); in apparmor_file_open() 438 ((fprofile != profile) || (mask & ~fcxt->allow))) in common_file_perm()
|
D | capability.c | 119 return cap_raised(profile->caps.allow, cap) ? 0 : -EPERM; in profile_capable()
|
D | policy_unpack.c | 543 if (!unpack_u32(e, &(profile->caps.allow.cap[0]), NULL)) in unpack_profile() 554 if (!unpack_u32(e, &(profile->caps.allow.cap[1]), NULL)) in unpack_profile()
|
/linux-4.4.14/drivers/misc/cb710/ |
D | debug.c | 16 static const u16 allow[CB710_REG_COUNT/16] = { variable 20 static const char *const prefix[ARRAY_SIZE(allow)] = { 29 return ((allow[block] >> offset) & mask) == mask; in allow_reg_read() 38 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \ 66 for (i = 0; i < ARRAY_SIZE(allow); ++i, reg += 16/(t/8)) { \
|
/linux-4.4.14/Documentation/cgroups/ |
D | devices.txt | 20 An entry is added using devices.allow, and removed using 23 echo 'c 1:3 mr' > /sys/fs/cgroup/1/devices.allow 32 echo a > /sys/fs/cgroup/1/devices.allow 67 A allow "b 8:* rwm", "c 116:1 rw" 92 # echo "c *:3 rwm" >A/devices.allow 100 # echo "c 2:3 rwm" >B/devices.allow 101 # echo "c 50:3 r" >B/devices.allow 103 # echo "c *:3 rwm" >B/devices.allow 105 Allowing or denying all by writing 'a' to devices.allow or devices.deny will
|
D | net_prio.txt | 4 The Network priority cgroup provides an interface to allow an administrator to
|
/linux-4.4.14/tools/build/ |
D | Makefile | 8 define allow-override 14 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 15 $(call allow-override,LD,$(CROSS_COMPILE)ld)
|
D | Build.include | 91 # - BUILD_STR macro to allow '-D"$(variable)"' constructs
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 11 define allow-override 18 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 19 $(call allow-override,AR,$(CROSS_COMPILE)ar) 20 $(call allow-override,LD,$(CROSS_COMPILE)ld)
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 67 exception handler which will allow kgdb to step through a 87 0x0002 - allow arbitrary reads from memory and symbol lookup 88 0x0004 - allow arbitrary writes to memory 89 0x0008 - allow current register state to be inspected 90 0x0010 - allow current register state to be modified 91 0x0020 - allow passive inspection (backtrace, process list, lsmod) 92 0x0040 - allow flow control management (breakpoint, single step) 94 0x0100 - allow machine to be rebooted
|
D | Kconfig.kmemcheck | 76 bool "kmemcheck: allow partially uninitialized memory" 86 bool "kmemcheck: allow bit-field manipulation"
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | pm.c | 71 #define any_allowed(mask, allow) (((mask) & (allow)) != (allow)) argument
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4acl.c | 422 u32 allow; member 487 state->mask.allow |= astate->allow; in add_to_mask() 521 low_mode_from_nfs4(state->owner.allow, &pace->e_perm, flags); in posix_state_to_acl() 526 low_mode_from_nfs4(state->users->aces[i].perms.allow, in posix_state_to_acl() 534 low_mode_from_nfs4(state->group.allow, &pace->e_perm, flags); in posix_state_to_acl() 540 low_mode_from_nfs4(state->groups->aces[i].perms.allow, in posix_state_to_acl() 549 low_mode_from_nfs4(state->mask.allow, &pace->e_perm, flags); in posix_state_to_acl() 554 low_mode_from_nfs4(state->other.allow, &pace->e_perm, flags); in posix_state_to_acl() 562 astate->allow |= mask & ~astate->deny; in allow_bits() 568 astate->deny |= mask & ~astate->allow; in deny_bits() [all …]
|
D | Kconfig | 11 Choose Y here if you want to allow other computers to access 102 support for NFS version 4. Security labels allow security modules like
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-iommu | 7 given IOMMU here to allow association of IOMMU to 16 given device here to allow association of device to
|
D | sysfs-driver-pciback | 7 the format of DDDD:BB:DD.F-REG:SIZE:MASK will allow the guest 12 will allow the guest to read and write to the configuration
|
D | sysfs-module | 30 the host controller would allow allocating more than 100
|
D | dev-kmsg | 45 sequence numbers allow to calculate the amount of lost 46 messages, in case the buffer gets overwritten. And they allow
|
D | sysfs-class-net-cdc_ncm | 28 maximum value supported by the device. Must allow at 44 maximum value supported by the device. Must allow at
|
D | sysfs-firmware-acpi | 38 devices and will allow those devices to be ejected with 52 (0) the ACPI subsystem will allow devices to be hot-removed even
|
D | sysfs-bus-pci-devices-cciss | 69 honored. This is to allow, for example, kexec tools to be able
|
D | sysfs-class-net | 47 Bitmask to allow forwarding of link local frames with address 81 allow this attribute to be written to force a link state for
|
/linux-4.4.14/tools/lib/traceevent/ |
D | Makefile | 17 define allow-override 24 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 25 $(call allow-override,AR,$(CROSS_COMPILE)ar) 26 $(call allow-override,NM,$(CROSS_COMPILE)nm)
|
/linux-4.4.14/tools/lib/bpf/ |
D | Makefile | 15 define allow-override 22 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 23 $(call allow-override,AR,$(CROSS_COMPILE)ar)
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 13 - regulator-allow-bypass: allow the regulator to go into bypass mode 14 - regulator-allow-set-load: allow the regulator performance level to be configured
|
D | pwm-regulator.txt | 11 allow finer grained voltage selection are ignored and
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | al,alpine.txt | 21 enable-method: must be "al,alpine-smp" to allow smp [1] 74 The System-Fabric Service Registers allow various operation on CPU and
|
/linux-4.4.14/security/apparmor/include/ |
D | capability.h | 32 kernel_cap_t allow; member
|
D | file.h | 88 u32 allow; member 97 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
|
D | context.h | 35 u16 allow; member
|
/linux-4.4.14/Documentation/isdn/ |
D | README.pcbit | 20 allow you to load the firmware after a hard reset. 31 allow normal operation. Plans for the future include cooperation with
|
D | README.mISDN | 3 It was designed to allow a broad range of applications and interfaces
|
/linux-4.4.14/net/batman-adv/ |
D | bridge_loop_avoidance.c | 1485 goto allow; in batadv_bla_rx() 1503 goto allow; in batadv_bla_rx() 1511 goto allow; in batadv_bla_rx() 1531 goto allow; in batadv_bla_rx() 1533 allow: in batadv_bla_rx() 1579 goto allow; in batadv_bla_tx() 1598 goto allow; in batadv_bla_tx() 1609 goto allow; in batadv_bla_tx() 1622 goto allow; in batadv_bla_tx() 1624 allow: in batadv_bla_tx()
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbexec.c | 508 u8 allow; in acpi_db_method_thread() local 571 allow = 0; in acpi_db_method_thread() 579 allow = 1; in acpi_db_method_thread() 584 if (allow) { in acpi_db_method_thread()
|
/linux-4.4.14/Documentation/networking/ |
D | ipddp.txt | 13 Through this driver you can either allow your Linux box to communicate 61 IP networks. Although it has been used on EtherTalk networks to allow 64 Encapsulation has been used to allow a Linux box stuck on a LocalTalk
|
D | netdevices.txt | 31 header. Devices should allow for the 4 byte VLAN header as well. 41 buffers, but the device should allow packets with VLAN header. With 42 standard Ethernet mtu of 1500 bytes, the device should allow up to
|
D | x25.txt | 5 Packet Layer and a LAPB module to allow for "normal" X.25 to be run using 19 written which will allow X.25 to be run over an Ethernet (or Token Ring) and
|
D | igbvf.txt | 28 not supplying patches against the kernel source to allow for static linking
|
D | tproxy.txt | 25 modify your application to allow it to send datagrams _from_ non-local IP
|
/linux-4.4.14/drivers/staging/android/ |
D | Kconfig | 27 Unlike generic gpio is to allow programs to access and manipulate gpio 28 registers from user space, timed output/gpio is a system to allow changing
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 4 a. ir-kbd-i2c needs a module parameter added to allow the user to tell 25 to perform Z8 chip resets via GPIO manipulations. This would allow lirc_zilog
|
D | Kconfig | 11 allow control of your Linux system via remote control.
|
/linux-4.4.14/samples/ |
D | Kconfig | 18 This config option will allow you to build a number of 45 This config option will allow you to build a number of
|
/linux-4.4.14/Documentation/netlabel/ |
D | introduction.txt | 29 The communication layer exists to allow NetLabel configuration and monitoring 41 LSM independent which should allow multiple LSMs to leverage the same code
|
D | lsm_interface.txt | 29 These are the functions which allow the LSM developer to manipulate the labels
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | ring.txt | 6 comments in the source code. Note that some drivers allow buffer 22 The function pointers within here are used to allow the core to handle
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | TODO | 4 - allow simultaneous XO-1 and XO-1.5 support
|
/linux-4.4.14/drivers/parport/ |
D | BUGS-parport | 3 o lp doesn't allow you to read status while printing is in progress (is
|
/linux-4.4.14/drivers/usb/serial/ |
D | oti6858.c | 267 u8 *allow; in send_data() local 287 allow = kmalloc(1, GFP_KERNEL); in send_data() 288 if (!allow) in send_data() 295 count, 0, allow, 1, 100); in send_data() 296 if (result != 1 || *allow != 0) in send_data() 298 kfree(allow); in send_data()
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 188 struct sock_filter allow[] = { in TEST() local 199 filter[i] = allow[0]; in TEST() 225 struct sock_filter allow[] = { in TEST() local 236 filter[i] = allow[0]; in TEST() 737 struct sock_fprog allow; in FIXTURE_DATA() local 784 FILTER_ALLOC(allow); in FIXTURE_SETUP() 794 FILTER_FREE(allow); in FIXTURE_TEARDOWN() 810 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->allow); in TEST_F() 834 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->allow); in TEST_F_SIGNAL() 861 ret = prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, &self->allow); in TEST_F_SIGNAL() [all …]
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | sleep.S | 59 @@ load UART to allow us to print the two characters for
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | ti-keystone-devctrl.txt | 4 the status of its peripherals. This node is intended to allow access to
|
D | qcom,tcsr.txt | 4 functions for their peripherals. This node is intended to allow access to these
|
D | qcom-pm8xxx.txt | 76 - allow-set-time:
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | o2cb | 7 and can be written into with the strings "allow", "deny", or
|
/linux-4.4.14/arch/x86/lguest/ |
D | Kconfig | 10 allow your kernel to boot under lguest. This option will increase
|
/linux-4.4.14/arch/x86/configs/ |
D | xen.config | 6 # These enable us to allow some of the
|
/linux-4.4.14/Documentation/power/regulator/ |
D | regulator.txt | 4 The regulator driver interface is relatively simple and designed to allow
|
D | overview.txt | 10 The intention is to allow systems to dynamically control regulator power output 140 allow consumers complete control over their supply voltage and current
|
/linux-4.4.14/arch/arm/lib/ |
D | backtrace.S | 73 subne r0, sv_pc, #4 @ allow for mov 74 subeq r0, sv_pc, #8 @ allow for mov + stmia
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 31 2) Add sysfs elements necessary to allow device agnostic 55 intention is to allow for more than one software ring
|
/linux-4.4.14/drivers/block/zram/ |
D | Kconfig | 10 itself. These disks allow very fast I/O and compression provides
|
/linux-4.4.14/arch/unicore32/lib/ |
D | backtrace.S | 69 sub r0, sv_pc, #4 @ allow for mov 72 sub r0, sv_pc, #8 @ allow for mov + stmia
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 20 - #address-cells: Must be set to 2 to allow memory address translation 21 - #size-cells: Must be set to 1 to allow CS address passing
|
D | ti-gpmc.txt | 19 - #address-cells: Must be set to 2 to allow memory address translation 20 - #size-cells: Must be set to 1 to allow CS address passing
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-davinci.txt | 14 registers. PFUNC registers allow to switch I2C pins to function as
|
/linux-4.4.14/kernel/configs/ |
D | xen.config | 1 # global stuff - these enable us to allow some
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | marvell-armada-370-neta.txt | 12 - tx-csum-limit: maximum mtu supported by port that allow TX checksum.
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | fsl,pci.txt | 8 The property defined below will allow a PCI-X bridge to be used for bus
|
D | layerscape-pci.txt | 11 which can allow determining the underlying DesignWare PCIe controller version
|
/linux-4.4.14/net/mpls/ |
D | Kconfig | 21 This is helper module to allow segmentation of non-MPLS GSO packets
|
/linux-4.4.14/net/dcb/ |
D | Kconfig | 10 DCB is a collection of Ethernet enhancements which allow DCB capable
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 51 allow user to change the channel map dynamically. 68 have {FL/FR/RL/RR} channel map, _PAIRED type would allow you to swap 69 only {RL/RR/FL/FR} while _VAR type would allow even swapping FL and
|
D | Jack-Controls.txt | 16 This can be combined with UCM to allow userspace to route audio more
|
D | README.maya44 | 85 The Maya44 card (or more exactly, the Wolfson WM8776 codecs) allow a maximum sampling rate of 192 k… 138 These switches allow a direct digital routing from the ADCs to the DACs.
|
/linux-4.4.14/net/ipv6/ |
D | mip6.c | 191 int allow = 0; in mip6_report_rl_allow() local 202 allow = 1; in mip6_report_rl_allow() 205 return allow; in mip6_report_rl_allow()
|
/linux-4.4.14/Documentation/fb/ |
D | deferred_io.txt | 24 As can be seen from above, one benefit is roughly to allow bursty framebuffer 38 say diagonally shifting RGB, this may then be a mechanism for you to allow
|
D | udlfb.txt | 49 interface to allow mmap clients to report damage, for the benefit 80 framebuffers that need damage info). These damage notifications allow
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 93 Linux/390 common device support (CDS) provides to allow for device specific 96 implementation to allow to drive a specific hardware device on the ESA/390 107 that may or may not allow for shared interrupts, DMA processing, etc.. Instead, 118 cascaded 8259 programmable interrupt controllers (PICs), that allow for a 123 interrupts, and therewith allow for shared IRQs. However, if multiple devices 147 In order to allow for easy I/O initiation the CDS layer provides a 232 DOIO_DENY_PREFETCH - don't allow for CCW prefetch; usually 260 DOIO_EARLY_NOTIFICATION - allow for early interrupt notification 368 can handle lost data on the network to allow for enhanced I/O processing.
|
/linux-4.4.14/arch/s390/ |
D | Kconfig.debug | 13 disabled, you allow userspace access to all memory, including
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | moxa,moxart-clock.txt | 7 MOXA ART SoCs allow to determine PLL output and APB frequencies
|
D | mvebu-core-clock.txt | 3 Marvell MVEBU SoCs usually allow to determine core clock frequencies by
|
/linux-4.4.14/drivers/staging/panel/ |
D | lcd-panel-cgram.txt | 1 Some LCDs allow you to define up to 8 characters, mapped to ASCII
|
/linux-4.4.14/tools/perf/ |
D | Makefile.perf | 125 define allow-override 132 $(call allow-override,CC,$(CROSS_COMPILE)gcc) 133 $(call allow-override,AR,$(CROSS_COMPILE)ar) 134 $(call allow-override,LD,$(CROSS_COMPILE)ld)
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | README | 7 in memory itself. These disks allow very fast I/O and compression provides
|
/linux-4.4.14/fs/bfs/ |
D | Kconfig | 6 allow the bootloader access to the kernel image and other important
|
/linux-4.4.14/arch/x86/boot/ |
D | pmjump.S | 65 # Clear registers to allow for future extensions to the
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 10 * Remap address space to allow devices to access physical memory ranges that 48 This may also apply to multiple master IOMMU devices that do not allow the 56 - #iommu-cells = <4>: Some IOMMU devices allow the DMA window for masters to
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/fsl/ |
D | bman-portals.txt | 12 Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
|
/linux-4.4.14/arch/cris/ |
D | Kconfig.debug | 38 delivering a terminating SIGSEGV to allow debugging with gdb.
|
/linux-4.4.14/Documentation/usb/ |
D | authorization.txt | 7 not) in a system. This feature will allow you to implement a lock-down 96 There is a similar approach to allow or deny specific USB interfaces.
|
D | CREDITS | 98 way to acknowledge the importance of Linux and to allow 115 allow a driver to be written. 174 and that's good to allow for vendor specific quirks on the
|
D | wusb-cbaf | 44 If we allow the device to connect, set a random new CDID and CK
|
/linux-4.4.14/include/linux/regulator/ |
D | consumer.h | 243 int regulator_allow_bypass(struct regulator *regulator, bool allow); 492 bool allow) in regulator_allow_bypass() argument
|
/linux-4.4.14/fs/affs/ |
D | Changes | 100 - Changed partition checker to allow devices 167 - Added dentry callbacks to allow the dcache to 256 casing any more (though mv(1) still won't allow 316 - Fixed a nasty bug which didn't allow read-only
|
/linux-4.4.14/drivers/net/can/softing/ |
D | Kconfig | 13 The API of the card does not allow fine control per bus, but
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | Kconfig | 8 Say 'Y' here to allow you to select framebuffer drivers for
|
/linux-4.4.14/drivers/usb/usbip/ |
D | Kconfig | 5 This enables pushing USB packets over IP to allow remote
|
/linux-4.4.14/Documentation/acpi/apei/ |
D | einj.txt | 107 to 1 skips the trigger phase, which *may* allow the user to cause the 144 An ACPI 5.0 BIOS may also allow vendor-specific errors to be injected. 146 from the BIOS that hopefully will allow an application wishing to use
|
/linux-4.4.14/arch/x86/xen/ |
D | Kconfig | 14 This is the Linux Xen port. Enabling this will allow the
|
/linux-4.4.14/fs/gfs2/ |
D | Kconfig | 13 a lock module to allow the computers coordinate their I/O so
|
/linux-4.4.14/Documentation/hwmon/ |
D | da9055 | 13 multiplexer. The analogue input multiplexer will allow conversion of up to 5
|
D | userspace-tools | 15 Core set of utilities that will allow you to obtain health information,
|
D | da9052 | 13 multiplexer. The analogue input multiplexer will allow conversion of up to 10
|
D | ltc4261 | 17 The LTC4261/LTC4261-2 negative voltage Hot Swap controllers allow a board
|
D | adt7462 | 20 configurations. This driver does not allow one to configure the chip; that is
|
D | adm1275 | 32 allow a circuit board to be removed from or inserted into a live backplane.
|
/linux-4.4.14/Documentation/trace/ |
D | events-nmi.txt | 17 and this tracepoint will allow you to drill down and get some
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | TODO | 55 allow better permission checking when UIDs differ on the server 73 t) allow setting more NTFS/SMB3 file attributes remotely (currently limited to compressed
|
D | README | 117 allow adding entries to a file to the /etc/permissions file to achieve the 175 supported this feature. Samba server does not allow symlinks that refer to files 245 the Server's registry. Samba starting with version 3.10 will allow such 364 nosuid Do not allow remote executables with the suid bit 395 client and server system do not match closely enough to allow 465 noacl Do not allow setfacl and getfacl calls on this mount 470 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs 570 will allow the cifs client to check for leases (only) locally 624 allowable flags if you want to allow mounts to servers 678 protocol enhancements that allow CIFS servers
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | boost.txt | 51 To allow the user to toggle the boosting functionality, the cpufreq core 61 whole system (0) or will allow the software or hardware to boost at will
|
D | cpu-drivers.txt | 80 "struct freq_attr" which allow to 152 only allow the CPU to be set to one frequency. For these, you use the 223 As most cpufreq processors only allow for being set to a few specific
|
D | intel-pstate.txt | 56 For legacy mode debugfs files have also been added to allow tuning of
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 62 arbiters responsibility to allow this request to flow through to REQ and 63 not allow the other request to hold REQ asserted. The decision lock may
|
/linux-4.4.14/drivers/net/hippi/ |
D | Kconfig | 34 of additional memory to allow for fastest operation, both for
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | socfpga_cyclone5_sockit.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
D | socfpga_arria5_socdk.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
D | socfpga_cyclone5_socdk.dts | 36 /* this allow the ethaddr uboot environmnet variable contents
|
D | sama5d3xmb.dtsi | 43 * disable it to allow the use of ISI
|
D | qcom-msm8660.dtsi | 150 allow-set-time;
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-transient.txt | 77 duration as needed. The initial and default value is 0. This will allow 85 to allow duration to be set. 115 allow user app to set the time once and activate it to run it once for the
|
/linux-4.4.14/arch/unicore32/ |
D | Kconfig.debug | 9 If this option is disabled, you allow userspace (root) access to all
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 5 3 groups of 8 bits can be driven. The hardware is able to allow the DSL modem
|
/linux-4.4.14/net/decnet/ |
D | Kconfig | 36 filtering". The first two are required to allow configuration via
|
/linux-4.4.14/security/integrity/ |
D | Kconfig | 27 Different keyrings improves search performance, but also allow
|
/linux-4.4.14/arch/arm/include/asm/ |
D | vfpmacros.h | 10 @ Macros to allow building with old toolkits (with no VFP support) in toolkits()
|
/linux-4.4.14/Documentation/DocBook/ |
D | regulator.xml.db | 41 API-regulator-allow-bypass
|
/linux-4.4.14/Documentation/sound/oss/ |
D | ESS1868 | 8 * The ESS1868 does not allow use of a 16-bit DMA, thus DMA 0, 1, 2, and 3
|
D | SoundPro | 46 subsystem and sound drivers. Alternatively, some BIOS's allow manual 48 allow using the non-modular sound drivers, i.e. built into the kernel.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 15 the tsc waits to allow the voltage to settle after
|
/linux-4.4.14/fs/romfs/ |
D | Kconfig | 33 cache as the medium from which to retrieve data. It does not allow
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 37 system, the driver will allow IRQ SMP affinity to be set up through the
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 38 One of the reasons for doing it this way is to allow for EFI to still evolve 47 To allow for a uniform interface between the legacy RTC and EFI time service,
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 389 char used[64], allow[64]; in xt_check_match() local 396 textify_hooks(allow, sizeof(allow), par->match->hooks, in xt_check_match() 725 char used[64], allow[64]; in xt_check_target() local 732 textify_hooks(allow, sizeof(allow), par->target->hooks, in xt_check_target()
|
/linux-4.4.14/Documentation/ |
D | dma-buf-sharing.txt | 197 The attach-detach calls allow the exporter to figure out backing-storage 203 to allow just-in-time backing of storage, and migration mid-way through a 220 and then allow further {map,unmap}_dma_buf operations from any buffer-user 228 If the exporter chooses not to allow an attach() operation once a 234 The motivation to allow cpu access from the kernel to a dma-buf object from the 372 adding interfaces to intercept pagefaults and allow pte shootdowns would 417 with offset=0 and whence=SEEK_END|SEEK_SET. SEEK_SET is supported to allow
|
D | unshare.txt | 113 If and when new context flags are added, unshare design should allow 135 The main use of unshare is to allow a process to control its 288 The current implementation of unshare does not allow unsharing of 292 need to allow unsharing of signals and/or signal handlers, it can
|
D | mono.txt | 8 This will allow you to execute Mono-based .NET binaries just like any
|
D | ntb.txt | 10 events. Memory windows allow translated read and write access to the peer 116 the memory window is large enough, still allow the client to use the
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 36 allow the operating system to interact with the integrity metadata 49 encouraged them to allow separation of the data and integrity metadata 59 performance for a number of workloads. Some controllers allow a 113 Some storage devices allow each hardware sector to be tagged with a
|
/linux-4.4.14/Documentation/filesystems/ |
D | gfs2.txt | 9 file system, but also uses a lock module to allow the computers coordinate
|
D | sysfs-tagging.txt | 11 To avoid that problem and allow existing applications in network
|
D | jfs.txt | 21 is to allow for higher performance when restoring a volume
|
D | ext2.txt | 72 separate patches). There is also a versioning mechanism to allow new 163 and changed with the chattr command, and allow specific filesystem 185 filenames to allow lookup without the need to scan the entire directory. 209 allow for the system to continue functioning even if non-privileged users 255 sparse groups allow file data blocks where superblock/group descriptor
|
D | dnotify.txt | 6 The intention of directory notification is to allow user applications
|
D | relay.txt | 20 hooks which allow kernel clients to impose some structure on the 82 kernel which allow writing formatted text or raw data to a channel, 85 functions allow you to put unconditional 'trace' statements anywhere 262 double-buffering to N buffers, and they also allow applications to 274 as to allow the creation of a single 'global' buffer instead of the
|
/linux-4.4.14/fs/jffs2/ |
D | TODO | 31 - Doubly-linked next_in_ino list to allow us to free obsoleted raw_node_refs immediately?
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 28 -ENOSYS to signal that given operation is not available (for example, to allow
|
D | kernel_user_helpers.txt | 144 The C flag is also set if *ptr was changed to allow for assembly 238 The C flag is also set if *ptr was changed to allow for assembly
|
/linux-4.4.14/fs/ufs/ |
D | Kconfig | 8 this file system as well. Saying Y here will allow you to read from
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | charger-manager.txt | 29 -temp-diff : temperature difference to allow recharging
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-imx-sdma.txt | 11 The -to variants should be preferred since they allow to determine the
|
/linux-4.4.14/fs/sysv/ |
D | Kconfig | 7 here would allow you to read from their floppies and hard disk
|
/linux-4.4.14/fs/isofs/ |
D | Kconfig | 6 Unix systems. The so-called Rock-Ridge extensions which allow for
|
/linux-4.4.14/Documentation/devicetree/bindings/spmi/ |
D | qcom,spmi-pmic-arb.txt | 4 controller with wrapping arbitration logic to allow for multiple on-chip
|
/linux-4.4.14/Documentation/arm/OMAP/ |
D | omap_pm | 23 - allow drivers which are shared with other architectures (e.g., 102 is intended as an optimization to allow drivers to determine whether the
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 25 right to decline to allow him to license your code contribution other 36 Finally, nothing in this license shall be interpreted to allow you to 149 the endian safe patches which allow ReiserFS to run on any platform
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2sta.c | 1604 if (hw->allow.modify == 0) { in prism2sta_inf_authreq_defer() 1605 cnt = hw->allow.cnt; in prism2sta_inf_authreq_defer() 1606 addr = hw->allow.addr[0]; in prism2sta_inf_authreq_defer() 1608 cnt = hw->allow.cnt1; in prism2sta_inf_authreq_defer() 1609 addr = hw->allow.addr1[0]; in prism2sta_inf_authreq_defer()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | mux.txt | 22 Some clock controller IPs do not allow a value of zero to be programmed
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 40 add -12,sp # allow for calls to be made
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | keystone-reset.txt | 3 This node is intended to allow SoC reset in case of software reset
|
/linux-4.4.14/drivers/rapidio/ |
D | Kconfig | 22 ports for Input/Output direction to allow other traffic
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 27 Note that not all IP variants allow using all external clock sources.
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 40 or "storage engines". The target comes with backstores that allow a 66 will also allow easier development of new backstores. TCMU combines 192 and <device_name> allow userspace to find the device's path in the 222 number. This should allow userspace to identify both the UIO device and
|
/linux-4.4.14/security/selinux/ss/ |
D | services.c | 1015 goto allow; in security_compute_xperms_decision() 1034 goto allow; in security_compute_xperms_decision() 1068 allow: in security_compute_xperms_decision() 1097 goto allow; in security_compute_av() 1120 goto allow; in security_compute_av() 1128 allow: in security_compute_av() 1143 goto allow; in security_compute_av_user() 1165 goto allow; in security_compute_av_user() 1173 allow: in security_compute_av_user()
|
/linux-4.4.14/fs/ocfs2/ |
D | Kconfig | 44 This option will allow OCFS2 to use userspace clustering services
|
/linux-4.4.14/arch/sh/ |
D | Kconfig.cpu | 57 Selecting this option will allow the Linux kernel to use SH3 on-chip
|
/linux-4.4.14/arch/openrisc/ |
D | README.openrisc | 34 or1ksim is the architectural simulator which will allow you to actually run
|
/linux-4.4.14/drivers/of/ |
D | Kconfig | 100 Helpers to allow for reservation of memory regions
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | bugfix.S | 341 | the code sequence to allow completion. We will jump to 342 | fpsp_fmt_error and allow the kernel to kill the process. 478 | the code sequence to allow completion. fpsp_fmt_error causes
|
/linux-4.4.14/drivers/iommu/ |
D | Kconfig | 11 Management Units into the kernel. These devices usually allow to 78 These IOMMUs allow virtualization of the address space used by most 219 These IOMMUs allow virtualization of the address space used by most
|
/linux-4.4.14/Documentation/scsi/ |
D | aha152x.txt | 22 RECONNECT allow targets to disconnect from the bus (0/1; default 1 [on]) 86 allow targets to disconnect for first and second controller
|
/linux-4.4.14/arch/mips/ |
D | Kconfig.debug | 14 This option enables special console drivers which allow the kernel 156 Enable this to allow parts of the L2 cache configuration, such as
|
/linux-4.4.14/drivers/net/wireless/brcm80211/ |
D | Kconfig | 79 is disabled. If unsure, say Y to allow developers to better help
|
/linux-4.4.14/security/tomoyo/ |
D | Kconfig | 50 immediately after loading the fixed part of policy which will allow
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 2 in order to allow an initrd to be built into your kernel. The trick
|
/linux-4.4.14/drivers/firmware/efi/ |
D | Kconfig | 32 will allow writing console messages, crash dumps, or anything
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 34 * combined, allow nicstar_free_rx_skb to be called to
|
/linux-4.4.14/arch/powerpc/ |
D | Kconfig | 225 Used to allow a board to specify it wants an ePAPR compliant wrapper. 231 Used to allow a board to specify it wants a uImage built by default 341 unit, which will allow programs that use floating-point 540 will reduce software overhead at each page boundary, allow 541 hardware prefetch mechanisms to be more effective, and allow 619 This option adds support for a system call to allow user programs 905 However, using more entries will allow mapping more low memory. This
|
/linux-4.4.14/arch/microblaze/ |
D | Kconfig | 235 will reduce software overhead at each page boundary, allow 236 hardware prefetch mechanisms to be more effective, and allow
|
/linux-4.4.14/net/wireless/ |
D | Kconfig | 105 regulatory core will allow and parse these regulatory hints. 128 a channel due to this relaxation should not allow connection from
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | mtd-physmap.txt | 26 - linux,mtd-name: allow to specify the mtd name for retro capability with
|
/linux-4.4.14/drivers/scsi/arm/ |
D | Kconfig | 38 disc interface for the Acorn Archimedes range, to allow the use of
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 11 - chroot is disallowed to unprivileged processes, since it would allow
|
/linux-4.4.14/Documentation/powerpc/ |
D | cpu_features.txt | 26 performance penalty but still allow for runtime (rather than compile-time) CPU
|
/linux-4.4.14/tools/perf/tests/attr/ |
D | README | 23 store 'fd' and 'group_fd' values to allow checking for groups.
|
/linux-4.4.14/arch/frv/kernel/ |
D | head-uc-fr451.S | 71 sethi.p %hi(32768),gr4 ; allow for a maximal allocator bitmap
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | isp.doc | 63 This will allow calling routines to access the entry points 90 the end of the file iskeleton.s). The purpose of this section is to allow
|
D | fpsp.doc | 55 This will allow calling routines to access the entry points 82 the end of the file fskeleton.s). The purpose of this section is to allow
|
D | TEST.DOC | 49 This will allow the calling routines to access the entry points 76 the end of this file). The purpose of this section is to allow the test
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 5 Userfaults allow the implementation of on-demand paging from userland 6 and more generally they allow userland to take control of various
|
/linux-4.4.14/sound/pci/hda/ |
D | Kconfig | 53 This adds the sysfs interfaces to allow user to clear the whole 79 Say Y here to allow the HD-audio driver to load a pseudo
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 22 available at user-level to allow switching from one mode to the other, and
|
/linux-4.4.14/Documentation/device-mapper/ |
D | era.txt | 39 Create a clone of the metadata, to allow a userland process to read it.
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 41 * Also, O_NDELAY on open will allow the device to be
|
/linux-4.4.14/Documentation/networking/mac80211_hwsim/ |
D | README | 37 actually encrypted over the virtual air interface to allow more
|
/linux-4.4.14/arch/c6x/lib/ |
D | divremu.S | 32 ;; is a trick to allow us to leave the following insns in the jump
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 62 when you allow to many dirty pages, this might lead to 327 positive number - number of locks to allow in lock LRU list 501 Maximum number of parallel RPCs on the wire to allow on 512 Typically bigger RPCs allow for better performance. 595 a hard limit even if the server would allow a bigger dirty
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 4681 my $allow = 0; 4692 $allowed[$allow] = 0; 4708 $allowed[$allow] = 1; 4712 $allowed[$allow] = 1; 4716 $allowed[$allow] = 1; 4718 $allow++; 4728 } elsif ($sum_allowed != $allow && 4729 $seen != $allow) {
|