Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 159 of 159) sorted by relevance

/linux-4.1.27/Documentation/device-mapper/
Ddm-uevent.txt21 Type: string
27 Type: string
35 Type: unsigned integer
41 Type: string
48 Type: unsigned integer
54 Type: string
60 Type: string
Ddm-log.txt19 Type Files
/linux-4.1.27/arch/metag/include/asm/
Dtbx.h112 #define TBID_SEG( Thread, Scope, Type ) (\ argument
113 ((Thread)<<TBID_THREAD_S) + ((Scope)<<TBID_SEGSCOPE_S) + (Type))
1165 #define TBIDCACHE_PRELOAD( Type, pAddr ) ((Type) (pAddr)) argument
1166 #define TBIDCACHE_REFRESH( Type, pAddr ) ((Type) (pAddr)) argument
1176 #define TBIDCACHE_PRELOAD( Type, Addr ) \ argument
1177 ((Type) __builtin_dcache_preload ((void *)(Addr)))
1182 #define TBIDCACHE_REFRESH( Type, Addr ) __extension__ ({ \ argument
1183 Type __addr = (Type)(Addr); \
1200 #define TBIDCACHE_PRELOAD( Type, Addr ) \ argument
1201 ((Type) __builtin_dcache_preload ((void *)(Addr)))
[all …]
/linux-4.1.27/drivers/usb/storage/
Dfreecom.c52 u8 Type; /* Command type. */ member
59 u8 Type; /* Command type. */ member
66 u8 Type; /* Type + IDE register. */ member
73 u8 Type; /* Type | IDE register. */ member
159 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()
192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()
240 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport()
282 fcb->Type = FCM_PACKET_STATUS; in freecom_transport()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-prodikeys9 Type: Read/write
19 Type: Read/write
29 Type: Read/Write
Dsysfs-firmware-dmi83 --- Type 15 - System Event Log ---
94 SMBIOS / DMI specification under "System Event Log (Type 15)":
Dsysfs-driver-toshiba_acpi68 * 1 -> Type 1, supporting modes FN-Z and AUTO
69 * 2 -> Type 2, supporting modes TIMER, ON and OFF
Dsysfs-firmware-memmap41 type : Type of the entry as string. See below for a list of
Dsysfs-driver-genwqe16 Description: Type of the card e.g. 'GenWQE5-A7'.
/linux-4.1.27/include/uapi/linux/
Dcciss_defs.h98 BYTE Type:3; member
101 } Type; member
109 BYTE Type; member
/linux-4.1.27/Documentation/x86/
Dboot.txt239 Type: read
248 Type: modify (optional)
257 Type: read
267 Type: kernel internal
274 Type: modify (obligatory)
280 Type: modify (optional)
288 Type: read
296 Type: read
305 Type: read
312 Type: read
[all …]
D00-INDEX14 - how to use x86 Memory Type Range Registers to increase performance
Dmtrr.txt1 MTRR (Memory Type Range Register) control
7 the Memory Type Range Registers (MTRRs) may be used to control
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt34 Type: unsigned while referring to it. Typically 0 on thermal sensor
64 Type: unsigned cooling state accepted. Typically 0.
68 Type: unsigned cooling state accepted.
72 Type: unsigned while referring to it. Must be at least 2, in order
88 Type: signed in millicelsius.
92 Type: unsigned This is a relative value, in millicelsius.
100 Type: string
110 Type: phandle + referring to which cooling device is used in this
115 Type: phandle of zone.
120 Type: unsigned referred cooling device at the referred trip point.
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt81 Type: system, vm, or vcpu.
93 Type: system ioctl
109 Type: system ioctl
129 Type: system
156 Type: system ioctl, vm ioctl
174 Type: system ioctl
187 Type: vm ioctl
198 Type: vm ioctl
238 Type: vm ioctl
262 Type: vm ioctl
[all …]
Dlocking.txt135 Type: spinlock_t
140 Type: raw_spinlock_t
147 Type: raw_spinlock
154 Type: spinlock_t
160 Type: srcu lock
/linux-4.1.27/arch/mips/include/asm/fw/arc/
Dhinv.h124 CONFIGTYPE Type; member
170 MEMORYTYPE Type; member
/linux-4.1.27/scripts/
Dcheckpatch.pl330 our $Type;
550 $Type = qr{
560 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type};
578 (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\(
611 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) {
1400 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') {
1405 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
1586 $Type|
1609 $possible =~ s/\s*$Type\s*//g;
2617 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/lpddr2/
Dlpddr2-timings.txt5 - min-freq : minimum DDR clock frequency for the speed-bin. Type is <u32>
6 - max-freq : maximum DDR clock frequency for the speed-bin. Type is <u32>
/linux-4.1.27/drivers/block/
Dcciss_scsi.c319 printk("Type:%d\n",cp->Request.Type.Type);
320 printk("Attr:%d\n",cp->Request.Type.Attribute);
321 printk(" Dir:%d\n",cp->Request.Type.Direction);
732 if (c->Request.Type.Type == TYPE_MSG) { in complete_scsi_command()
937 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_do_simple_cmd()
938 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_do_simple_cmd()
939 c->Request.Type.Direction = direction; in cciss_scsi_do_simple_cmd()
1468 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_queue_command_lck()
1469 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_queue_command_lck()
1473 c->Request.Type.Direction = XFER_WRITE; in cciss_scsi_queue_command_lck()
[all …]
Dcciss.c1479 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru()
1487 if (iocommand.Request.Type.Direction == XFER_WRITE) { in cciss_passthru()
1548 if (iocommand.Request.Type.Direction == XFER_READ) { in cciss_passthru()
1590 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru()
1623 if (ioc->Request.Type.Direction == XFER_WRITE) { in cciss_bigpassthru()
1675 if (ioc->Request.Type.Direction == XFER_READ) { in cciss_bigpassthru()
1822 if (c->Request.Type.Direction == XFER_READ) in cciss_softirq_done()
2545 c->Request.Type.Type = cmd_type; in fill_cmd()
2555 c->Request.Type.Attribute = ATTR_SIMPLE; in fill_cmd()
2556 c->Request.Type.Direction = XFER_READ; in fill_cmd()
[all …]
/linux-4.1.27/arch/arm/mach-shmobile/
DKconfig45 #comment "Renesas ARM SoCs System Type"
92 comment "Renesas ARM SoCs Board Type"
104 comment "Renesas ARM SoCs System Type"
134 comment "Renesas ARM SoCs Board Type"
/linux-4.1.27/Documentation/power/
Dvideo.txt133 IBM TP A31 / Type 2652-M5G s3_mode (3) [works ok with BIOS 1.04 2002-08-23, but not at all wit…
134 IBM TP R32 / Type 2658-MMG none (1)
136 IBM TP R50p / Type 1832-22U s3_bios (2)
139 IBM TP T40 / Type 2373-MU4 none (1)
147 IBM TP X31 / Type 2672-XXH none (1), use radeontool (http://fdd.com/software/radeon/) to turn …
149 IBM Thinkpad X40 Type 2371-7JG s3_bios,s3_mode (4)
/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_efuse.c707 u8 Type, u16 Offset, u32 *Value) in EFUSE_ShadowRead23a() argument
709 if (Type == 1) in EFUSE_ShadowRead23a()
711 else if (Type == 2) in EFUSE_ShadowRead23a()
713 else if (Type == 4) in EFUSE_ShadowRead23a()
/linux-4.1.27/arch/mips/lantiq/
DKconfig9 prompt "SoC Type"
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Models.txt204 intel-mac-v1 Intel Mac Type 1
205 intel-mac-v2 Intel Mac Type 2
206 intel-mac-v3 Intel Mac Type 3
207 intel-mac-v4 Intel Mac Type 4
208 intel-mac-v5 Intel Mac Type 5
DALSA-Configuration.txt1864 adaptor - Type of adaptor.
/linux-4.1.27/Documentation/auxdisplay/
Dks010836 Type: LCD Controller (Liquid Crystal Display Controller)
Dcfag12864b37 Type: LCD (Liquid Crystal Display)
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt36 these options is the DoD Basic Security Option (BSO) (Type 130) which allows
40 categories or compartments, another security option (Type 133) exists and
102 3.1 Type
186 3.4.1 Tag Type Classes
205 3.4.2 Tag Type 1
218 Figure 3. Tag Type 1 Format
221 3.4.2.1 Tag Type
291 3.4.3 Tag Type 2
304 Figure 5. Tag Type 2 Format
307 3.4.3.1 Tag Type
[all …]
/linux-4.1.27/Documentation/
Ddcdbas.txt71 Host Control SMI Type
76 PowerEdge System Host Control SMI Type
Dedac.txt283 Memory Type attribute file:
416 On Header Type 00 devices the primary status is looked at
419 On Header Type 01 bridges, the secondary status register is also
Dprintk-formats.txt1 If variable is of Type, use printk format specifier:
DIPMI.txt670 * Sensor Type: 0x20 (OS critical stop sensor)
672 * Event Dir | Event Type: 0x6f (Assertion, sensor-specific event info)
/linux-4.1.27/Documentation/security/
DSELinux.txt14 2. Type 'make' to compile mdp.
DSmack.txt273 Domain Type Enforcement
275 Around the turn of the century Domain Type Enforcement (DTE) became popular.
289 imposed by an arcane government policy. The complexity of Domain Type
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dnbpfaxi.txt1 * Renesas "Type-AXI" NBPFAXI* DMA controllers
/linux-4.1.27/arch/mips/loongson1/
DKconfig4 prompt "Machine Type"
/linux-4.1.27/Documentation/dvb/
Dci.txt138 APP: Type=[1]
147 APP: Type=[1]
149 APP: Type=[1]
/linux-4.1.27/arch/unicore32/mm/
DKconfig1 comment "Processor Type"
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dbrcm,kona-ccu.txt72 CCU Clock Type Index Specifier
117 CCU Clock Type Index Specifier
Dste-u300-syscon-clock.txt19 Type: ID: Clock:
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_efuse.h107 void EFUSE_ShadowRead23a(struct rtw_adapter *pAdapter, u8 Type, u16 Offset, u32 *Value);
Dodm.h213 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
/linux-4.1.27/arch/metag/
DKconfig.soc2 prompt "SoC Type"
/linux-4.1.27/arch/arm/mach-omap1/
DKconfig5 comment "OMAP Core Type"
34 comment "OMAP Board Type"
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-opal-dump30 Type '0xffffffff unknown' is used when
/linux-4.1.27/arch/arm/mach-omap2/
DKconfig124 comment "OMAP Core Type"
163 comment "OMAP Legacy Platform Data Board Type"
/linux-4.1.27/Documentation/frv/
Dgdbstub.txt90 Type "show copying" to see the conditions.
91 There is absolutely no warranty for GDB. Type "show warranty" for details.
Dconfiguring.txt12 (*) "Kernel Type"
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h208 u32 Type; member
Dodm.h248 u8 Type; /* DM_Type_ByFW/DM_Type_ByDriver */ member
/linux-4.1.27/Documentation/video4linux/
DREADME.saa713431 Type "make" to build the driver now. "make install" installs the
Dvivid.txt819 RDS Program Type:
852 RDS Program Type:
/linux-4.1.27/drivers/media/pci/saa7164/
Dsaa7164-bus.c33 b->Type = TYPE_BUS_PCIe; in saa7164_bus_setup()
61 dprintk(DBGLVL_BUS, " .type = %d\n", b->Type); in saa7164_bus_dump()
Dsaa7164-types.h79 enum tmBusType Type; member
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Daxp20x.txt41 Regulator Type Supply Name Notes
/linux-4.1.27/tools/usb/usbip/
DINSTALL53 2. Type `make' to compile the package.
58 4. Type `make install' to install the programs and any data files and
141 Specifying the System Type
/linux-4.1.27/drivers/usb/serial/
Dio_ti.c600 if (rom_desc->Type == desc_type) in get_descriptor_addr()
606 } while ((start_address < TI_MAX_I2C_SIZE) && rom_desc->Type); in get_descriptor_addr()
674 dev_dbg(dev, "%s Type = 0x%x\n", __func__, rom_desc->Type); in check_i2c_image()
677 ttype = rom_desc->Type & 0x0f; in check_i2c_image()
695 } while ((rom_desc->Type != I2C_DESC_TYPE_ION) && in check_i2c_image()
698 if ((rom_desc->Type != I2C_DESC_TYPE_ION) || in check_i2c_image()
823 i2c_header->Type = I2C_DESC_TYPE_FIRMWARE_BLANK; in build_i2c_fw_hdr()
Dio_usbvend.h596 __u8 Type; // Type of descriptor member
/linux-4.1.27/arch/arm/mach-davinci/
DKconfig16 comment "DaVinci Core Type"
55 comment "DaVinci Board Type"
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h101 u8 Type:4; member
103 u8 Type:4;
Dmegaraid_sas_fusion.c1607 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion()
1641 io_request->RaidContext.Type = MPI2_TYPE_CUDA; in megasas_build_ldio_fusion()
1830 io_request->RaidContext.Type = 0; in megasas_build_io_fusion()
/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivasync.h350 typedef int (*USB_SEND_REQ)(unsigned char PipeIndex, unsigned char Type, void *Data, int sizeData);
Dcardtype.h906 unsigned char Type; member
/linux-4.1.27/arch/mips/loongson/
DKconfig4 prompt "Machine Type"
/linux-4.1.27/drivers/staging/rtl8192e/
Drtl819x_Qos.h260 u16 Type; member
/linux-4.1.27/arch/unicore32/configs/
Dunicore32_defconfig16 ### System Type
/linux-4.1.27/Documentation/networking/
Dixgbe.txt43 Supplier Type Part Numbers
57 Supplier Type Part Numbers
94 Supplier Type Part Numbers
Diphase.txt71 Itf Type ESI/"MAC"addr AAL(TX,err,RX,err,drop) ...
Dcdc_mbim.txt22 Type: Boolean
Darcnet-hardware.txt240 IBM Type 1 150 Ohm up to 200 m
241 IBM Type 3 100 Ohm up to 100 m
1009 SMC ARCnet Board Type LCS-8830-T
1453 Selecting the Connector Type on CN120ST/SBT
Dcs89x0.txt172 Media Type: Autodetect (3-media cards) or
/linux-4.1.27/Documentation/input/
Dsentelic.txt123 Byte 2: Message Type => 0x5A (Enable/Disable status packet)
124 Mode Type => 0xA5 (Normal/Icon mode status)
125 Byte 3: Message Type => 0x00 (Disabled)
127 Mode Type => 0x00 (Normal)
202 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode)
296 Byte 2: Message Type => 0xB7 (Multi Finger, Multi Coordinate mode)
Djoystick-parport.txt446 Type | Joystick/Pad
485 'Type' is the type of joystick or pad attached:
487 Type | Joystick/Pad
Dinput.txt281 Type is for example EV_REL for relative moment, EV_KEY for a keypress or
Djoystick.txt192 Type | Meaning
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Drtl819x_Qos.h408 u16 Type; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-dma.txt51 Results[0]: Type: 0: MPEG.
Dfw-encoder-api.txt491 Type of stream
/linux-4.1.27/Documentation/networking/caif/
DREADME83 Channel Type(1)
/linux-4.1.27/Documentation/isdn/
DREADME.act200051 b = Bus-Type (1=ISA, 2=MCA, 3=PCMCIA)
DREADME.sc133 any further. Type 'man 8 scctrl' and 'man 4 sc'.
DINTERFACE.CAPI290 Get Macro Set Macro Element (Type)
DREADME.HiSax155 Type Required parameters (in addition to type and protocol)
DREADME566 mixed 1TR6- and Euro-Type lines. In this case, the interface has to be
/linux-4.1.27/arch/unicore32/
DKconfig73 menu "System Type"
/linux-4.1.27/Documentation/zh_CN/
DSubmittingPatches193 Content-Type: text/plain; charset=us-ascii; format=flowed
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt104 The S3C2410 specific configuration in `System Type` defines various
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c902 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ argument
908 Type, Value); \
1046 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) argument
Dzconf.tab.c_shipped902 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
908 Type, Value); \
1046 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/linux-4.1.27/arch/powerpc/platforms/8xx/
DKconfig6 prompt "8xx Machine Type"
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/
Domap.txt35 SoC Type (optional):
/linux-4.1.27/arch/powerpc/platforms/
DKconfig.cputype12 prompt "Processor Type"
60 prompt "Processor Type"
/linux-4.1.27/drivers/input/keyboard/
DKconfig539 tristate "Sun Type 4 and Type 5 keyboard"
542 Say Y here if you want to use a Sun Type 4 or Type 5 keyboard,
/linux-4.1.27/Documentation/scsi/
DChangeLog.arcmsr72 ** 1. add arcmsr_enable_eoi_mode() on adapter Type B
Dscsi-changer.txt6 with "Type: Medium Changer" in /proc/scsi/scsi.
/linux-4.1.27/Documentation/filesystems/
Ddlmfs.txt99 Open Flag Lock Request Type
Dbtrfs.txt85 Control BTRFS file data compression. Type may be specified as "zlib"
Dproc.txt1014 model Type/Chipset of IDE controller
1148 Type: Direct-Access ANSI SCSI revision: 03
1151 Type: CD-ROM ANSI SCSI revision: 02
/linux-4.1.27/arch/avr32/
DKconfig63 menu "System Type and features"
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt37 torture_type Type of lock to torture. By default, only spinlocks will
/linux-4.1.27/drivers/dma/
DKconfig423 tristate "Renesas Type-AXI NBPF DMA support"
427 Support for "Type-AXI" NBPF DMA IPs from Renesas
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c143 u32 RegRCR, Type; in rtl8192e_SetHwReg() local
145 Type = ((u8 *)(val))[0]; in rtl8192e_SetHwReg()
149 if (Type == true) in rtl8192e_SetHwReg()
151 else if (Type == false) in rtl8192e_SetHwReg()
/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h359 u8 Type; member
Dhpsa.c4897 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl()
4904 if (iocommand.Request.Type.Direction & XFER_WRITE) { in hpsa_passthru_ioctl()
4963 if ((iocommand.Request.Type.Direction & XFER_READ) && in hpsa_passthru_ioctl()
5006 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl()
5039 if (ioc->Request.Type.Direction & XFER_WRITE) { in hpsa_big_passthru_ioctl()
5091 if ((ioc->Request.Type.Direction & XFER_READ) && ioc->buf_size > 0) { in hpsa_big_passthru_ioctl()
DKconfig184 changers are listed as "Type: Medium Changer" in /proc/scsi/scsi.
/linux-4.1.27/Documentation/sysctl/
Dvm.txt540 Type(A) offers the best locality for processes on Node(0), but ZONE_DMA
544 Type(B) cannot offer the best locality but is more robust against OOM of
547 Type(A) is called as "Node" order. Type (B) is "Zone" order.
Dnet.txt267 Internal for internal networks) and the Frame Type if appropriate. Linux
/linux-4.1.27/Documentation/arm/
DInterrupts141 function. Type should be one of IRQ_TYPE_xxx defined in
/linux-4.1.27/arch/powerpc/platforms/85xx/
DKconfig2 bool "Freescale Book-E Machine Type"
/linux-4.1.27/Documentation/usb/
Dusbmon.txt119 - Event Type. This type refers to the format of the event, not URB type.
124 Type and direction are encoded with two bytes in the following manner:
Dgadget_hid.txt106 Another interesting example is the caps lock test. Type
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt171 |---type: Type of the thermal zone
182 |---type: Type of the cooling device(processor/fan/...)
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dodm.c913 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit()
914 if (pOdmRA->Type == DM_Type_ByDriver) in odm_RateAdaptiveMaskInit()
/linux-4.1.27/drivers/net/irda/
DKconfig299 tristate "Toshiba Type-O IR Port"
302 Say Y here if you want to build support for the Toshiba Type-O IR
/linux-4.1.27/Documentation/acpi/apei/
Deinj.txt40 Error Type Value Error Description
/linux-4.1.27/Documentation/hwmon/
Dvt1211127 Diode Type Offset Gain
Ddme1737264 fan[1-4]_type RW Type of attached fan. Expressed in
/linux-4.1.27/fs/cifs/
Dcifssmb.c1092 pRetData->Type = cpu_to_le32(-1); /* unknown */ in CIFSPOSIXCreate()
1098 pRetData->Type = cpu_to_le32(-1); in CIFSPOSIXCreate()
5992 data_offset->Type = cpu_to_le32(UNIX_FILE); in cifs_fill_unix_set_info()
5994 data_offset->Type = cpu_to_le32(UNIX_DIR); in cifs_fill_unix_set_info()
5996 data_offset->Type = cpu_to_le32(UNIX_SYMLINK); in cifs_fill_unix_set_info()
5998 data_offset->Type = cpu_to_le32(UNIX_CHARDEV); in cifs_fill_unix_set_info()
6000 data_offset->Type = cpu_to_le32(UNIX_BLOCKDEV); in cifs_fill_unix_set_info()
6002 data_offset->Type = cpu_to_le32(UNIX_FIFO); in cifs_fill_unix_set_info()
6004 data_offset->Type = cpu_to_le32(UNIX_SOCKET); in cifs_fill_unix_set_info()
Dinode.c241 switch (le32_to_cpu(info->Type)) {
278 cifs_dbg(FYI, "unknown type %d\n", le32_to_cpu(info->Type));
1440 if (info->Type == cpu_to_le32(-1))
Dcifspdu.h2329 __le32 Type; member
Dfile.c149 if (presp_data->Type == cpu_to_le32(-1)) in cifs_posix_open()
/linux-4.1.27/Documentation/metag/
Dkernel-ABI.txt21 UNIT Type DESCRIPTION GP EXT PRIV GLOBAL
/linux-4.1.27/arch/m32r/
DKconfig49 prompt "Platform Type"
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_ioc.h765 U8 Type; /* 02h */ member
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dbrcm,bcm11351-pinctrl.txt190 === Pin Names and Type ===
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_bsg.c473 cmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_send_mgmt_cmd()
1499 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_issue_ct_rsp()
2611 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfcdiag_loop_get_xri()
3180 cmd->un.xseq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_bsg_diag_loopback_run()
5153 cmd->un.genreq64.w5.hcsw.Type = MENLO_TRANSPORT_TYPE; /* 0xfe */ in lpfc_menlo_cmd()
Dlpfc_hw.h3247 uint8_t Type; /* TYPE field */ member
3253 uint8_t Type; /* TYPE field */
Dlpfc_sli.c2479 uint32_t Rctl, Type; in lpfc_sli_process_unsol_iocb() local
2605 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
2609 Type = w5p->hcsw.Type; in lpfc_sli_process_unsol_iocb()
2616 Type = FC_TYPE_ELS; in lpfc_sli_process_unsol_iocb()
2618 w5p->hcsw.Type = Type; in lpfc_sli_process_unsol_iocb()
2622 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type)) in lpfc_sli_process_unsol_iocb()
2626 pring->ringno, Rctl, Type); in lpfc_sli_process_unsol_iocb()
7974 (piocb->iocb.un.genreq64.w5.hcsw.Type != in __lpfc_sli_issue_iocb_s3()
15130 icmd->un.xseq64.w5.hcsw.Type = FC_TYPE_BLS; in lpfc_sli4_seq_abort_rsp()
Dlpfc_ct.c332 icmd->un.genreq64.w5.hcsw.Type = FC_TYPE_CT; in lpfc_gen_req()
/linux-4.1.27/arch/m68k/
DKconfig.cpu1 comment "Processor Type"
/linux-4.1.27/arch/m68k/fpsp040/
Dgen_except.S237 | Unsupported Data Type Handler:
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped975 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
981 Type, Value); \
1121 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped807 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
813 Type, Value); \
949 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/linux-4.1.27/arch/xtensa/
DKconfig289 prompt "Xtensa System Type"
/linux-4.1.27/arch/m68k/ifpsp060/src/
Dpfpsp.S7121 # Only "Unimplemented Data Type" exceptions enter here. The operand
7167 # Only "Unimplemented Data Type" exceptions enter here. The operand
7213 # Only "Unimplemented Data Type" exceptions enter here. The operand
7260 # Only "Unimplemented Data Type" exceptions enter here. The operand
Dfpsp.S11356 # Overflow, Underflow, and Unsupported Data Type. #
20220 # Only "Unimplemented Data Type" exceptions enter here. The operand
20266 # Only "Unimplemented Data Type" exceptions enter here. The operand
20312 # Only "Unimplemented Data Type" exceptions enter here. The operand
20359 # Only "Unimplemented Data Type" exceptions enter here. The operand
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2658 Type "show copying" to see the conditions.
2659 There is absolutely no warranty for GDB. Type "show warranty" for details.
3016 Type "show copying" to see the conditions.
3017 There is absolutely no warranty for GDB. Type "show warranty" for details.
3496 Type "show copying" to see the conditions.
3497 There is absolutely no warranty for GDB. Type "show warranty" for details.
/linux-4.1.27/drivers/staging/rtl8723au/hal/
Dodm.c1027 pOdmRA->Type = DM_Type_ByDriver; in odm_RateAdaptiveMaskInit23a()
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio370 go back to Linux configuration Setup. Type "make menuconfig" in
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt622 contain valid values. Type ide_reg_valid_t.
/linux-4.1.27/net/netfilter/
DKconfig691 the "mangle" table which alter the Type Of Service field of an IPv4
1092 based on the Type Of Service fields of the IPv4 packet (which share
/linux-4.1.27/net/ipv4/
DKconfig70 address into account. Furthermore, the TOS (Type-Of-Service) field
/linux-4.1.27/tools/power/cpupower/po/
Dde.po16 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dcs.po18 "Content-Type: text/plain; charset=UTF-8\n"
Dit.po17 "Content-Type: text/plain; charset=UTF-8\n"
Dfr.po17 "Content-Type: text/plain; charset=ISO-8859-1\n"
Dpt.po15 "Content-Type: text/plain; charset=UTF-8\n"
/linux-4.1.27/drivers/mmc/host/
DKconfig775 tristate "Toshiba Type A SD/MMC Card Interface Driver"
/linux-4.1.27/arch/arm/mm/
DKconfig1 comment "Processor Type"
/linux-4.1.27/arch/blackfin/
DKconfig543 prompt "DDR SDRAM Chip Type"
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt693 8.2 Type of charges which can be moved
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1859 Type "show copying" to see the conditions.
1860 There is absolutely no warranty for GDB. Type "show warranty" for details.
/linux-4.1.27/arch/x86/
DKconfig1531 prompt "MTRR (Memory Type Range Register) support" if EXPERT
1534 the Memory Type Range Registers (MTRRs) may be used to control
/linux-4.1.27/arch/mips/
DKconfig258 want to choose R4xx0 for the CPU Type:
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg1264 * SCB Type Pointer
/linux-4.1.27/arch/arm/
DKconfig299 menu "System Type"
/linux-4.1.27/
DMAINTAINERS79 Type is one of: git, hg, quilt, stgit, topgit