Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 129 of 129) sorted by relevance

/linux-4.4.14/Documentation/filesystems/
Disofs.txt8 when using discs encoded using Microsoft's Joliet extensions.
25 map=acorn As map=normal but also apply Acorn extensions if present
27 extensions set the permissions otherwise
29 extensions set the permissions otherwise
31 'mode' and 'dmode' even though Rock Ridge extensions are
33 nojoliet Ignore Joliet extensions if they are present.
34 norock Ignore Rock Ridge extensions if they are present.
Dhfsplus.txt6 HFSPlus has several extensions to HFS, including 32-bit allocation
Dhpfs.txt25 - there is a list of text extensions (I thing it's better to not convert
Dcoda.txt466 exchange information. It has room for future extensions such as
/linux-4.4.14/net/netfilter/ipset/
Dip_set_bitmap_ipmac.c55 unsigned char extensions[0] /* MAC + data extensions */
77 #define get_elem(extensions, id, dsize) \ argument
78 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
80 #define get_const_elem(extensions, id, dsize) \ argument
81 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
93 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test()
107 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test()
151 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add()
195 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list()
287 a->extensions == b->extensions; in bitmap_ipmac_same_set()
Dip_set_bitmap_port.c43 unsigned char extensions[0] /* data extensions */
194 a->extensions == b->extensions; in bitmap_port_same_set()
Dip_set_bitmap_gen.h36 #define get_ext(set, map, id) ((map)->extensions + ((set)->dsize * (id)))
70 if (set->dsize && set->extensions & IPSET_EXT_DESTROY) in mtype_destroy()
82 if (set->extensions & IPSET_EXT_DESTROY) in mtype_flush()
Dip_set_bitmap_ip.c51 unsigned char extensions[0] /* data extensions */
208 a->extensions == b->extensions; in bitmap_ip_same_set()
Dip_set_list_set.c541 a->extensions == b->extensions; in list_set_same_set()
Dip_set_hash_gen.h394 if (set->extensions & IPSET_EXT_DESTROY) in mtype_flush()
417 if (set->extensions & IPSET_EXT_DESTROY && ext_destroy) in mtype_ahash_destroy()
471 a->extensions == b->extensions; in mtype_same_set()
Dip_set_core.c384 set->extensions |= ip_set_extensions[id].type; in ip_set_elem_len()
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dexynos-dw-mshc.txt1 * Samsung Exynos specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
14 specific extensions.
16 specific extensions.
18 specific extensions.
20 specific extensions.
22 specific extensions.
24 specific extensions having an SMU.
Dk3-dw-mshc.txt1 * Hisilicon specific extensions to the Synopsys Designware Mobile
10 extensions to the Synopsys Designware Mobile Storage Host Controller.
15 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
16 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
Dsocfpga-dw-mshc.txt1 * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
Dimg-dw-mshc.txt1 * Imagination specific extensions to the Synopsys Designware Mobile Storage
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
Drockchip-dw-mshc.txt1 * Rockchip specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
/linux-4.4.14/Documentation/security/
DLSM.txt5 various security checks to be hooked by new kernel extensions. The name
6 "module" is a bit of a misnomer since these extensions are not actually
13 (MAC) extensions which provide a comprehensive security policy. Examples
15 MAC extensions, other extensions can be built using the LSM to provide
/linux-4.4.14/arch/x86/kvm/
DKconfig49 virtualization extensions. You will need a fairly recent
50 processor equipped with virtualization extensions. You will also
68 extensions.
78 (SVM) extensions.
/linux-4.4.14/drivers/gpu/drm/rockchip/
DKconfig20 tristate "Rockchip specific extensions for Synopsys DW HDMI"
24 This selects support for Rockchip SoC specific extensions
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsimple-framebuffer-sunxi.txt3 This binding documents sunxi specific extensions to the simple-framebuffer
7 These extensions are intended so that u-boot can select the right node based
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dbootloader.lds46 /* GNU DWARF 1 extensions */
60 /* SGI/MIPS DWARF 2 extensions */
/linux-4.4.14/drivers/gpu/drm/udl/
Dudl_connector.c74 edid->checksum += edid->extensions; in udl_get_modes()
75 edid->extensions = 0; in udl_get_modes()
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h67 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT)
68 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
69 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT)
70 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO)
246 u8 extensions; member
/linux-4.4.14/arch/arm/include/asm/
Ddma-iommu.h18 unsigned int extensions; member
/linux-4.4.14/fs/isofs/
DKconfig6 Unix systems. The so-called Rock-Ridge extensions which allow for
18 bool "Microsoft Joliet CDROM extensions"
/linux-4.4.14/drivers/staging/vt6656/
DTODO4 - remove support for older wireless extensions
/linux-4.4.14/Documentation/scsi/
Dg_NCR5380.txt4 NCR53c400 extensions (c) 1994,1995,1996 Kevin Lentin
6 This file documents the NCR53c400 extensions by Kevin Lentin and some
DChangeLog.lpfc763 * Preliminary changes for block/unblock kernel API extensions in
/linux-4.4.14/Documentation/filesystems/cifs/
DAUTHORS11 side of the original CIFS Unix extensions and reviewing and implementing
12 portions of the newer CIFS POSIX extensions into the Samba 3 file server. Thank
DCHANGES32 mount options (so that when negotiating unix extensions specifying
86 the CIFS POSIX protocol extensions (this adds support for new flags
223 which support the CIFS Unix/POSIX extensions) so that we again tell the
240 Do not time out lockw calls when using posix extensions. Do not
383 as new protocol extensions. Do not send Get/Set calls for POSIX ACLs
384 unless server explicitly claims to support them in CIFS Unix extensions
450 improperly zeroed buffer in CIFS Unix extensions set times call.
484 on the client. If Unix extensions are enabled and the uids on the client
501 inode for block and char devices when unix extensions enabled.
551 extensions enabled. Fix oops when smb_buffer can not be allocated. Fix
[all …]
DTODO54 exists. This is helpful when Unix extensions are negotiated to
86 support the CIFS Unix extensions, although earlier versions of Samba
Dcifs.txt19 the CIFS Unix extensions, the combination can provide a reasonable
DREADME134 not have a server that supports the Unix extensions for CIFS (such as Samba
138 unix extensions = yes
165 which may not be what you want, although if the CIFS Unix extensions are
185 later, but only for remote clients using the CIFS Unix extensions, and will
267 which do support the CIFS Unix extensions, such as a
277 extensions, the default uid (and gid) returned on lookup
298 supports the unix extensions the default uid is
302 file_mode If CIFS Unix extensions are not supported by the server
314 dir_mode If CIFS Unix extensions are not supported by the server
423 setuids If the CIFS Unix extensions are negotiated with the server
[all …]
/linux-4.4.14/crypto/asymmetric_keys/
Dx509.asn117 extensions [ 3 ] Extensions OPTIONAL
/linux-4.4.14/Documentation/arm/
DBooting185 For CPUs which do not include the ARM virtualization extensions, the
188 CPUs which include support for the virtualization extensions can be
190 these extensions. This is the recommended boot method for such CPUs,
209 virtualization extensions can boot correctly without extra help.
Dswp_emulation7 ARMv7 multiprocessing extensions introduce the ability to disable these
DREADME11 generating ARM ELF code with GNU extensions. GCC 3.3 is known to be
/linux-4.4.14/arch/x86/boot/
Dpmjump.S65 # Clear registers to allow for future extensions to the
/linux-4.4.14/drivers/usb/wusbcore/
DKconfig5 tristate "Enable Wireless USB extensions"
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/
Ddw_hdmi-rockchip.txt1 Rockchip specific extensions to the Synopsys Designware HDMI
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dimx-sata.txt4 with some special extensions at integration level.
Dsata_highbank.txt5 with some special extensions to add functionality.
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt27 depends on GSSAPI extensions that are KRB5 specific.
55 beyond 64KiB in size due to various authorization extensions attacked to
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt217 For ABI padding and future extensions
294 For future extensions and padding.
313 For future extensions and padding.
343 For future extensions
363 For future extensions and padding
/linux-4.4.14/Documentation/EDID/
Dedid.S271 extensions: .byte 0 /* Number of extensions to follow */ label
/linux-4.4.14/Documentation/networking/
Dradiotap-headers.txt25 [ <possible argument bitmap extensions ... > ]
31 argument bitmap extensions..." above), and the start of the arguments is moved
Dtproxy.txt64 3. Iptables extensions
Dfilter.txt158 filters use Linux extensions that are not supported by libpcap's compiler,
261 The Linux kernel also has a couple of BPF extensions that are used along
264 extensions are loaded into A.
266 Possible BPF extensions are shown in the following table:
287 These extensions can also be prefixed with '#'.
571 originates from [e]xtended BPF is not the same as BPF extensions! While
572 eBPF is an ISA, BPF extensions date back to classic BPF's 'overloading'
Drds.txt47 control messages, while other extensions use the getsockopt/
Dip-sysctl.txt549 to use TCP extensions, can result in serious degradation
Dbonding.txt7 Corrections, HA extensions : 2000/10/03-15 :
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.txt89 * GIC virtualization extensions (VGIC)
91 For ARM cores that support the virtualization extensions, additional
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c1103 BUG_ON(addr < mapping->base || bitmap_index > mapping->extensions); in __free_iova()
1905 int extensions = 1; in arm_iommu_create_mapping() local
1916 extensions = bitmap_size / PAGE_SIZE; in arm_iommu_create_mapping()
1925 mapping->bitmaps = kzalloc(extensions * sizeof(unsigned long *), in arm_iommu_create_mapping()
1935 mapping->extensions = extensions; in arm_iommu_create_mapping()
1975 if (mapping->nr_bitmaps >= mapping->extensions) in extend_iommu_mapping()
Dproc-v7.S78 ALT_SMP(W(nop)) @ MP extensions imply L1 PTW
DKconfig694 ARMv7 multiprocessing extensions introduce the ability to disable
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt25 DIF and the other integrity extensions is that the protection format
34 As written, the protocol extensions only protect the path between
74 Extensions. As these extensions are outside the scope of the protocol
85 The advantage to the integrity extensions in SCSI and SATA is that
/linux-4.4.14/include/uapi/drm/
Dexynos_drm.h60 unsigned int extensions; member
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_xdr.h76 struct gssx_option_array extensions; member
Dgss_rpc_xdr.c405 err = dummy_dec_opt_array(xdr, &attr->extensions); in gssx_dec_name_attr()
/linux-4.4.14/net/sctp/
Dsm_make_chunk.c234 __u8 extensions[3]; in sctp_make_init() local
271 extensions[num_ext] = SCTP_CID_ASCONF; in sctp_make_init()
272 extensions[num_ext+1] = SCTP_CID_ASCONF_ACK; in sctp_make_init()
300 extensions[num_ext] = SCTP_CID_AUTH; in sctp_make_init()
353 sctp_addto_param(retval, num_ext, extensions); in sctp_make_init()
397 __u8 extensions[3]; in sctp_make_init_ack() local
435 extensions[num_ext] = SCTP_CID_ASCONF; in sctp_make_init_ack()
436 extensions[num_ext+1] = SCTP_CID_ASCONF_ACK; in sctp_make_init_ack()
459 extensions[num_ext] = SCTP_CID_AUTH; in sctp_make_init_ack()
495 sctp_addto_param(retval, num_ext, extensions); in sctp_make_init_ack()
/linux-4.4.14/Documentation/isdn/
DCREDITS56 For V.110, extended T.70 and Hylafax extensions in isdn_tty.c
DREADME.gigaset280 number. Dialing "***" (three asterisks) calls all extensions
/linux-4.4.14/net/wireless/
DKconfig188 bool "cfg80211 wireless extensions compatibility" if !CFG80211_WEXT_EXPORT
194 extensions with cfg80211-based drivers.
/linux-4.4.14/Documentation/misc-devices/
Dc2port.txt43 this code supports only flash programming but extensions are easy to
/linux-4.4.14/drivers/mmc/host/
DKconfig636 tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
640 This selects support for Samsung Exynos SoC specific extensions to the
645 tristate "K3 specific extensions for Synopsys DW Memory Card Interface"
649 This selects support for Hisilicon K3 SoC specific extensions to the
665 tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface"
669 This selects support for Rockchip SoC specific extensions to the
/linux-4.4.14/include/drm/
Ddrm_edid.h304 u8 extensions; member
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt45 implement the power extensions by using a simple cpu power model. The
58 cpufreq cooling device with power extensions using the device tree
/linux-4.4.14/drivers/net/wireless/
DKconfig83 chips. This driver supports standard Linux wireless extensions.
146 It has basic support for Linux wireless extensions and initial
/linux-4.4.14/arch/arm/mach-realview/
DKconfig73 # ARMv6 CPU without K extensions, but does have the new exclusive ops
/linux-4.4.14/drivers/gpu/drm/
Ddrm_debugfs.c344 EDID_LENGTH * (1 + edid->extensions) > len) in edid_write()
Ddrm_edid.c1179 for (i = 0; i <= edid->extensions; i++) in drm_edid_is_valid()
1399 return kmemdup(edid, (edid->extensions + 1) * EDID_LENGTH, GFP_KERNEL); in drm_edid_duplicate()
2497 if (edid == NULL || edid->extensions == 0) in drm_find_edid_extension()
2501 for (i = 0; i < edid->extensions; i++) { in drm_find_edid_extension()
2507 if (i == edid->extensions) in drm_find_edid_extension()
Ddrm_crtc.c4701 size = EDID_LENGTH * (1 + edid->extensions); in drm_mode_connector_update_edid_property()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-wiimote17 extensions. It can be one of: none, motionp, nunchuck, classic,
Dsysfs-firmware-dmi-entries8 cases where there are OEM extensions used.
Ddev-kmsg64 Future extensions might add more comma separated values before
/linux-4.4.14/Documentation/mmc/
Dmmc-async-req.txt44 MMC host extensions
/linux-4.4.14/Documentation/driver-model/
Dclass.txt41 can be used by drivers, extensions and interfaces.
/linux-4.4.14/Documentation/video4linux/
Dmeye.txt123 - 'motioneye' still uses the meye private v4l1 API extensions.
Duvcvideo.txt16 The UVC specification allows for vendor-specific extensions through extension
/linux-4.4.14/drivers/pci/hotplug/
DKconfig61 tristate "ACPI PCI Hotplug driver IBM extensions"
/linux-4.4.14/Documentation/acpi/
Dvideo_extension.txt1 ACPI video extensions
/linux-4.4.14/Documentation/virtual/kvm/devices/
Darm-vgic.txt79 implementation without the security extensions" which we present to the
/linux-4.4.14/arch/powerpc/platforms/
DKconfig.cputype237 This option enables kernel support for the Altivec extensions to the
254 This option enables kernel support for the Vector Scaler extensions
/linux-4.4.14/drivers/i2c/
DKconfig90 Say Y here if you want support for SMBus extensions to the I2C
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c358 edid_len = (1 + ctx->raw_edid->extensions) * EDID_LENGTH; in vidi_get_modes()
/linux-4.4.14/Documentation/i2c/
Dfunctionality19 I2C_FUNC_10BIT_ADDR Handles the 10-bit address extensions
/linux-4.4.14/Documentation/hwmon/
Dpmbus-core28 device specific extensions in addition to the core PMBus driver, since it is
32 To make device specific extensions as scalable as possible, and to avoid having
/linux-4.4.14/arch/arm/mach-imx/
DKconfig298 bool "Support pcm037 EET board extensions"
303 Add support for PCM037 EET baseboard extensions. If you are using the
/linux-4.4.14/Documentation/sound/oss/
DSoundPro1 Documentation for the SoundPro CMI8330 extensions in the WSS driver (ad1848.o)
/linux-4.4.14/drivers/firmware/
Discsi_ibft.c106 u16 extensions; member
Dedd.c564 static EDD_DEVICE_ATTR(extensions, 0444, edd_show_extensions, edd_has_edd_info);
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt148 that supports it. All vendor extensions have the 0x80000000 bit set in
/linux-4.4.14/Documentation/watchdog/
Dconvert_drivers_to_kernel_api.txt32 - ioctl: While the driver is allowed to have extensions to the IOCTL interface,
/linux-4.4.14/arch/arm/kernel/
Dhead.S520 and r0, r0, #0xc0000000 @ multiprocessing extensions and
/linux-4.4.14/include/acpi/
Dactbl2.h600 u16 extensions; member
/linux-4.4.14/fs/cifs/
DKconfig189 when mounting to Samba, due to the CIFS POSIX extensions,
/linux-4.4.14/Documentation/crypto/
Dasync-tx-api.txt50 3/ dmaengine extensions to support multiple clients and operation types
/linux-4.4.14/Documentation/
Dprintk-formats.txt312 If you add other %p extensions, please extend lib/test_printf.c with
Dadding-syscalls.txt54 extensions of the interface.
59 learn from the history of the kernel and plan for extensions from the start.)
DHOWTO36 adheres to the ISO C89 standard, it uses a number of extensions that are
42 and the extensions that it uses, and unfortunately there is no
D00-INDEX25 - DMA API, pci_ API & extensions for non-consistent memory machines.
DDMA-API.txt10 Part II describes extensions for supporting non-consistent memory
Ddevices.txt449 232 = /dev/kvm Kernel-based virtual machine (hardware virtualization extensions)
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt23 for many years - and thus even small extensions to it easily break
/linux-4.4.14/drivers/macintosh/
DKconfig140 Say Y here to enable Macintosh specific extensions of the generic
/linux-4.4.14/drivers/input/joystick/
DKconfig23 supports many extensions, including joysticks with throttle control,
/linux-4.4.14/Documentation/arm64/
Dbooting.txt150 the virtualisation extensions) or non-secure EL1.
/linux-4.4.14/Documentation/fb/
Dapi.txt302 extensions.
/linux-4.4.14/drivers/thermal/
DKconfig161 In order to use the power extensions of the cooling device,
/linux-4.4.14/Documentation/ioctl/
Dbotching-up-ioctls.txt70 future extensions is going right down the gutters since someone will submit
/linux-4.4.14/drivers/hid/
DKconfig853 Support for all official Nintendo extensions is available, however, 3rd
854 party extensions might not be supported. Please report these devices to:
/linux-4.4.14/arch/xtensa/
DKconfig32 architecture supports all processor configurations and extensions,
/linux-4.4.14/Documentation/serial/
Ddriver429 structure containing both the uart_port entry with their own extensions,
/linux-4.4.14/arch/x86/
DKconfig.cpu106 extensions.
/linux-4.4.14/arch/ia64/
DKconfig503 firmware extensions, such as the ability to inject memory-errors
/linux-4.4.14/Documentation/input/
Djoystick-parport.txt160 However, as time passed, extensions to this standard developed, and these
Djoystick.txt169 It also supports extensions like additional hats and buttons compatible
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt53 facility that allows backward-compatible extensions to the API to be
160 The API allows the application to query about extensions to the core
163 Generally 0 means no and 1 means yes, but some extensions may report
999 +Not all extensions are enabled by default. Using this ioctl the application
1003 do support it, it only works for extensions that are supported for enablement.
2844 The "reserved" field is meant for future extensions. It is not used by
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt523 What you reach with this: Settings for unknown video extensions
640 used to enable/disable certain hardware extensions. Examples are
/linux-4.4.14/arch/mips/
DKconfig1340 set with many extensions.
1348 with many extensions.
1360 with many extensions.
/linux-4.4.14/arch/arm64/
DKconfig666 The ARMv8.1 architecture extensions introduce support for
/linux-4.4.14/drivers/usb/host/
DKconfig87 Some EHCI chips have vendor-specific extensions to integrate
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt61 DAX: File system extensions to bypass the page cache and block layer to
/linux-4.4.14/drivers/platform/x86/
DKconfig220 This is a driver for the WMI extensions (wireless and bluetooth power
/linux-4.4.14/drivers/scsi/
DKconfig144 bool "Enable vendor-specific extensions (for SCSI CDROM)"
814 bool "Enable NCR53c400 extensions"
/linux-4.4.14/
DCREDITS2707 D: wl3501 PCMCIA wireless card initial support for wireless extensions in 2.4
2874 D: Loop device driver extensions
3927 D: ALS-007 sound card extensions to Sound Blaster driver
/linux-4.4.14/net/netfilter/
DKconfig563 x_tables match/target extensions over the nf_tables
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt1389 GNU extensions.
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dp.c4287 block += intel_connector->detect_edid->extensions; in intel_dp_autotest_edid()