Searched refs:String (Results 1 - 184 of 184) sorted by relevance

/linux-4.1.27/include/linux/
H A Dasn1.h36 ASN1_BTS = 3, /* Bit String */
37 ASN1_OTS = 4, /* Octet String */
45 ASN1_UTF8STR = 12, /* UTF8 String */
51 ASN1_NUMSTR = 18, /* Numerical String */
52 ASN1_PRNSTR = 19, /* Printable String */
53 ASN1_TEXSTR = 20, /* T61 String / Teletext String */
54 ASN1_VIDSTR = 21, /* Videotex String */
55 ASN1_IA5STR = 22, /* IA5 String */
58 ASN1_GRASTR = 25, /* Graphic String */
59 ASN1_VISSTR = 26, /* Visible String */
60 ASN1_GENSTR = 27, /* General String */
61 ASN1_UNISTR = 28, /* Universal String */
62 ASN1_CHRSTR = 29, /* Character String */
63 ASN1_BMPSTR = 30, /* BMP String */
H A Dof.h373 * printk("String value: %s\n", s);
H A Dedac.h87 /* String used to join two or more labels */
H A Dfb.h66 __u8 monitor[14]; /* Monitor String */
H A Dieee80211.h2155 /* The Country String field of the element shall be 3 octets in length */
H A Dpci.h1775 #define PCI_VPD_LTIN_ID_STRING 0x02 /* Identifier String */
/linux-4.1.27/tools/perf/util/
H A Dstrfilter.h15 /* String filter */
33 * @filter: String filter
42 * @filter: String filter to delete
H A Dprobe-finder.c316 if (cast && strcmp(cast, "string") == 0) { /* String type */ convert_variable_type()
/linux-4.1.27/tools/power/cpupower/utils/helpers/
H A Dhelpers.h21 #define _(String) gettext(String)
23 #define gettext_noop(String) String
25 #define N_(String) gettext_noop(String)
29 #define _(String) String
30 #define N_(String) String
/linux-4.1.27/arch/metag/tbx/
H A Dtbistring.c10 * String table functions provided as part of the thread binary interface for
74 if (!strncmp(str, (const char *)search->String, __TBIFindStr()
102 res = (const char *)search->String + __TBITransStr()
/linux-4.1.27/arch/metag/kernel/
H A Dmetag_ksyms.c47 /* String functions */
/linux-4.1.27/drivers/acpi/acpica/
H A Dnsconvert.c64 * DESCRIPTION: Attempt to convert a String/Buffer object to an Integer.
79 /* String-to-Integer conversion */ acpi_ns_convert_to_integer()
128 * DESCRIPTION: Attempt to convert a Integer/Buffer object to a String.
143 * Integer-to-String conversion. Commonly, convert acpi_ns_convert_to_string()
168 * Buffer-to-String conversion. Use a to_string acpi_ns_convert_to_string()
187 * Copy the raw buffer data with no transform. String is already NULL acpi_ns_convert_to_string()
212 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer.
245 /* String-to-Buffer conversion. Simple data copy */ acpi_ns_convert_to_buffer()
311 * PARAMETERS: original_object - ASCII String Object to be converted
316 * DESCRIPTION: Attempt to convert a String object to a Unicode string Buffer.
H A Dutids.c62 * Integer or a String. A string is always returned. An EISAID
86 /* Get the size of the String to be returned, includes null terminator */ acpi_ut_execute_HID()
162 /* Get the size of the String to be returned, includes null terminator */ acpi_ut_execute_SUB()
231 /* Get the size of the String to be returned, includes null terminator */ acpi_ut_execute_UID()
290 * 2) String (PCI ID format, e.g. "PCI\VEN_vvvv&DEV_dddd&SUBSYS_ssssssss")
324 * a Package of Integers/Strings or a single Integer or String. acpi_ut_execute_CID()
326 * correct type (Integer or String). acpi_ut_execute_CID()
331 } else { /* Single Integer or String CID */ acpi_ut_execute_CID()
340 /* String lengths include null terminator */ acpi_ut_execute_CID()
394 /* Copy the String CID from the returned object */ acpi_ut_execute_CID()
H A Dexresop.c285 case ARGI_REF_OR_STRING: /* Can be a String or Reference */ acpi_ex_resolve_operands()
291 * String found - the string references a named object and acpi_ex_resolve_operands()
420 "Needed [Integer/String/Buffer], found [%s] %p", acpi_ex_resolve_operands()
445 "Needed [Integer/String/Buffer], found [%s] %p", acpi_ex_resolve_operands()
471 "Needed [Integer/String/Buffer], found [%s] %p", acpi_ex_resolve_operands()
500 "Needed [Integer/String/Buffer], found [%s] %p", acpi_ex_resolve_operands()
537 "Needed [Integer/String/Buffer], found [%s] %p", acpi_ex_resolve_operands()
565 "Needed [Buffer/String/Package/Reference], found [%s] %p", acpi_ex_resolve_operands()
575 /* Need a buffer or package or (ACPI 2.0) String */ acpi_ex_resolve_operands()
588 "Needed [Buffer/String/Package], found [%s] %p", acpi_ex_resolve_operands()
656 "Needed Integer/Buffer/String/Package/Ref/Ddb], found [%s] %p", acpi_ex_resolve_operands()
H A Dexoparg3.c171 * either a String or a Buffer, so just use its type. acpi_ex_opcode_3A_1T_1R()
186 * If the index is beyond the length of the String/Buffer, or if the acpi_ex_opcode_3A_1T_1R()
187 * requested length is zero, return a zero-length String/Buffer acpi_ex_opcode_3A_1T_1R()
193 /* Truncate request if larger than the actual String/Buffer */ acpi_ex_opcode_3A_1T_1R()
205 /* Always allocate a new buffer for the String */ acpi_ex_opcode_3A_1T_1R()
244 /* Set the length of the new String/Buffer */ acpi_ex_opcode_3A_1T_1R()
H A Dexconvrt.c61 * Integer, Buffer, or String
117 /* String conversion is different than Buffer conversion */ acpi_ex_convert_to_integer()
190 * Integer, Buffer, or String
389 * Integer, Buffer, or String
391 * type - String flags (base and conversion type)
440 * Create a new String acpi_ex_convert_to_string()
630 * a Buffer or a String to an Integer if necessary. acpi_ex_convert_to_target_type()
639 * The operand must be a String. We can convert an acpi_ex_convert_to_target_type()
650 * Integer or String if necessary acpi_ex_convert_to_target_type()
H A Dtbfind.c55 * PARAMETERS: signature - String with ACPI table signature
56 * oem_id - String with the table OEM ID
57 * oem_table_id - String with the OEM Table ID
H A Dexstoren.c92 * Stores into a Field/Region or into a Integer/Buffer/String acpi_ex_resolve_object()
94 * "interchangeable" types Integer, String, and Buffer. acpi_ex_resolve_object()
114 /* Must have a Integer, Buffer, or String */ acpi_ex_resolve_object()
180 * This module allows destination types of Number, String,
H A Dutprint.c79 * PARAMETERS: string - String with boundary
106 * PARAMETERS: string - String with boundary
170 * PARAMETERS: string - String buffer
196 * PARAMETERS: string - String buffer
226 * PARAMETERS: string - String buffer with boundary
345 * PARAMETERS: string - String with boundary
591 * PARAMETERS: string - String with boundary
H A Damlresrc.h321 * 2) Resource Source String
363 * 2) Resource Source String
381 * 2) Resource Source String
399 * 2) Resource Source String
H A Dexstorob.c156 * DESCRIPTION: Copy a String object to another String object
187 * String will fit in existing non-static buffer. acpi_ex_store_string_to_string()
H A Drsaddr.c81 /* Optional resource_source (Index and String) */
119 /* Optional resource_source (Index and String) */
157 /* Optional resource_source (Index and String) */
H A Dutpredef.c57 "/String",
192 ", String",
319 * String, Buffer, or Package) and return the required argument
H A Dnsrepair.c67 * Integer -> String
69 * String -> Integer
70 * String -> Buffer
72 * Buffer -> String
83 * Required package elements that are NULL replaced by Integer/String/Buffer
H A Dexmisc.c258 * guaranteed to be either Integer/String/Buffer by the operand acpi_ex_do_concatenate()
292 * (Both are Integer, String, or Buffer), and we can now perform the acpi_ex_do_concatenate()
300 * 2) Two Strings concatenated to produce a new String acpi_ex_do_concatenate()
333 /* Result of two Strings is a String */ acpi_ex_do_concatenate()
552 * operands can be any combination of Integer/String/Buffer. The
582 * guaranteed to be either Integer/String/Buffer by the operand acpi_ex_do_logical_op()
654 * Note: Code below takes advantage of common Buffer/String acpi_ex_do_logical_op()
H A Damlcode.h269 #define ARGI_COMPUTEDATA 0x0A /* Buffer, String, or Integer */
283 #define ARGI_DATAOBJECT 0x12 /* Buffer, String, package or reference to a node - Used only by size_of operator */
284 #define ARGI_COMPLEXOBJ 0x13 /* Buffer, String, or package (Used by INDEX op only) */
285 #define ARGI_REF_OR_STRING 0x14 /* Reference or String (Used by DEREFOF op only) */
H A Dexstore.c300 * Store into a Buffer or String (not actually a real buffer_field) acpi_ex_store_object_to_index()
309 * Make sure the target is a Buffer or String. An error should acpi_ex_store_object_to_index()
344 "Source must be Integer/Buffer/String type, not %s", acpi_ex_store_object_to_index()
H A Drscalc.c656 /* Scan the irq_table_elements for the Source Name String */ acpi_rs_get_pci_routing_table_length()
680 /* Was a String type found? */ acpi_rs_get_pci_routing_table_length()
685 * The length String.Length field does not include the acpi_rs_get_pci_routing_table_length()
H A Dexoparg1.c762 "Operand must be Buffer/Integer/String/Package - found type %s", acpi_ex_opcode_1A_0T_1R()
793 case AML_DEREF_OF_OP: /* deref_of (obj_reference | String) */ acpi_ex_opcode_1A_0T_1R()
795 /* Check for a method local or argument, or standalone String */ acpi_ex_opcode_1A_0T_1R()
876 * This is a deref_of (String). The string is a reference acpi_ex_opcode_1A_0T_1R()
H A Drsmisc.c348 * Optional resource_source (Index and String) acpi_rs_convert_aml_to_resource()
358 * Optional resource_source (Index and String). This is the more acpi_rs_convert_aml_to_resource()
690 * Optional resource_source (Index and String) acpi_rs_convert_resource_to_aml()
701 * Optional resource_source (Index and String). This is the more acpi_rs_convert_resource_to_aml()
H A Dutdecode.c58 ACPI_NS_NORMAL, /* 02 String */
192 /* 02 */ "String",
H A Drsutils.c276 * RETURN: String length, including NULL terminator
351 * String destination pointer is not specified; Set the String acpi_rs_get_resource_source()
H A Dacobject.h115 * Note: The String and Buffer object must be identical through the
125 ACPI_OBJECT_COMMON_HEADER ACPI_COMMON_BUFFER_INFO(char) /* String in AML stream or allocated string */
H A Dexoparg2.c310 * type String. acpi_ex_opcode_2A_1T_1R()
370 * At this point, the Source operand is a String, Buffer, or Package. acpi_ex_opcode_2A_1T_1R()
H A Dutobject.c281 * RETURN: Pointer to a new String object
294 /* Create a new String object */ acpi_ut_create_string_object()
H A Dexoparg6.c92 * the match object (Integer/Buffer/String).
H A Dexresnte.c176 ACPI_ERROR((AE_INFO, "Object not a String, type %s", acpi_ex_resolve_node_to_value()
H A Drsirq.c237 /* Optional resource_source (Index and String) */
H A Dtbprint.c62 * PARAMETERS: string - String to be repaired
H A Dacinterp.h114 /* Types for ->String conversion */
H A Dpsopinfo.c157 * RETURN: A pointer to the name of the opcode (ASCII String)
H A Dpsopcode.c209 /* 07 */ ACPI_OP("String", ARGP_STRING_OP, ARGI_STRING_OP,
H A Drscreate.c384 "(PRT[%u].Source) Need Ref/String/Integer, found %s", acpi_rs_create_pci_routing_table()
H A Dutdelete.c95 "**** String %p, ptr %p\n", object, acpi_ut_delete_internal_obj()
H A Dexdump.c778 acpi_os_printf("String length %X @ %p ",
1080 acpi_os_printf("[String] Value: "); acpi_ex_dump_package_obj()
H A Dacutils.h624 * utstring - String and character utilities
H A Ddsobject.c153 * Attempt to resolve to an Integer, Buffer, String or Package. acpi_ds_build_internal_object()
H A Dnsdump.c578 acpi_os_printf("(Buffer/String pointer %p length %X)\n", acpi_ns_dump_one_object()
H A Dutcopy.c460 * Simple types supported are: String, Buffer, Integer acpi_ut_copy_esimple_to_isimple()
H A Daclocal.h742 #define ACPI_DASM_HID_STRING 0x0A /* String is a _HID or _CID */
/linux-4.1.27/arch/tile/include/uapi/arch/
H A Dabi.h53 /** String prefix to use for printf(). */
66 /** String prefix to use for printf(). */
84 /** String prefix to use for printf(). */
/linux-4.1.27/fs/cifs/
H A Dasn1.c46 #define ASN1_BTS 3 /* Bit String */
47 #define ASN1_OTS 4 /* Octet String */
55 #define ASN1_NUMSTR 18 /* Numerical String */
56 #define ASN1_PRNSTR 19 /* Printable String */
57 #define ASN1_TEXSTR 20 /* Teletext String */
58 #define ASN1_VIDSTR 21 /* Video String */
59 #define ASN1_IA5STR 22 /* IA5 String */
62 #define ASN1_GRASTR 25 /* Graphical String */
63 #define ASN1_VISSTR 26 /* Visible String */
64 #define ASN1_GENSTR 27 /* General String */
H A Dcifsencrypt.c394 * as part of ntlmv2 authentication (in Target String), if not already
H A Dconnect.c1584 /* String Arguments */ cifs_parse_mount_options()
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Dman_defs.h39 /* 7 | x x x x x x x x | Path / Variable Name String Length (n-8)*/
40 /* 8..n | x x x x x x x x | Path/Node Name String separated by '\' */
58 #define MI_ASCII 0x04 /* String, first byte is length */
H A Dpc.h470 16 | X X X X X X X X P2 - V42bis String Length, Low Byte
471 17 | X X X X X X X X P2 - V42bis String Length, High Byte
H A Ddivacapi.h1134 | Maximum String | word | Parameter P2 of V.42bis in accordance |
/linux-4.1.27/arch/mips/kernel/
H A Dmips_ksyms.c45 * String functions
/linux-4.1.27/arch/avr32/kernel/
H A Davr32_ksyms.c28 * String functions
/linux-4.1.27/lib/
H A Dcmdline.c74 * @str: String to be parsed
166 * @str: String to be parsed
H A Dts_bm.c15 * [1] A Fast String Searching Algorithm, R.S. Boyer and Moore.
20 * [2] Handbook of Exact String Matching Algorithms, Thierry Lecroq, 2004
H A Dglob.c15 * @str: String to match. The pattern must match the entire string.
173 * 3. String to match against: null-terminated string
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.h24 /* Note: String field lengths include null char */
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-std.h27 // false. String is expected to be of the form: C1-x/y;C2-a/b where C1 and
/linux-4.1.27/arch/xtensa/kernel/
H A Dxtensa_ksyms.c39 * String functions
/linux-4.1.27/net/netfilter/
H A Dxt_string.c0 /* String matching match for iptables
/linux-4.1.27/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c100 #define ASN1_BTS 3 /* Bit String */
101 #define ASN1_OTS 4 /* Octet String */
108 #define ASN1_NUMSTR 18 /* Numerical String */
109 #define ASN1_PRNSTR 19 /* Printable String */
110 #define ASN1_TEXSTR 20 /* Teletext String */
111 #define ASN1_VIDSTR 21 /* Video String */
112 #define ASN1_IA5STR 22 /* IA5 String */
115 #define ASN1_GRASTR 25 /* Graphical String */
116 #define ASN1_VISSTR 26 /* Visible String */
117 #define ASN1_GENSTR 27 /* General String */
/linux-4.1.27/security/tomoyo/
H A Dcommon.c12 /* String table for operation mode. */
20 /* String table for /sys/kernel/security/tomoyo/profile */
71 /* String table for conditions. */
134 /* String table for PREFERENCE keyword. */
140 /* String table for path operation. */
155 /* String table for socket's operation. */
163 /* String table for categories. */
250 * @string: String to print.
540 * @string: String to check.
562 * @string: String to check.
964 * @data: String to parse.
1131 /* String table for domain flags. */
1677 /* String table for domain transition control keywords. */
1687 /* String table for grouping keywords. */
1915 * @str: String to truncate.
2241 /* String table for /sys/kernel/security/tomoyo/stat interface. */
2249 /* String table for /sys/kernel/security/tomoyo/stat interface. */
H A Drealpath.c13 * @str: String in binary format.
69 * @str: String in binary format.
H A Dmount.c10 /* String table for special mount operations. */
H A Dgc.c65 * @string: String to check.
H A Dcondition.c245 * @start: String to save.
H A Dnetwork.c31 /* String table for socket's protocols. */
H A Dutil.c124 * @string: String representation for permissions in foo/bar/buz format.
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm963xx_tag.h17 #define FLASHLAYOUTVER_LEN 4 /* Length of Flash Layout Version String tag */
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource_priv.h50 * @type_name: String that identifies the resource type.
/linux-4.1.27/drivers/usb/serial/
H A Dio_edgeport.h117 * Edgeport Stringblock String locations
H A Dio_edgeport.c371 dev_dbg(&dev->dev, "%s - USB String ID = %d\n", __func__, Id);
/linux-4.1.27/fs/hfs/
H A Dtrans.c22 * Given a 'Pascal String' (a string preceded by a length byte) in
/linux-4.1.27/arch/arm/plat-omap/
H A Di2c.c43 * @str: String of options
/linux-4.1.27/include/uapi/linux/usb/
H A Dfunctionfs.h200 * | 2 | strings | String[str_count] | array of strings in given language |
203 * string entries). Each String is a NUL terminated string encoded in
H A Dch9.h336 /* USB_DT_STRING: String descriptor */
/linux-4.1.27/drivers/xen/xen-pciback/
H A Dxenbus.c394 "String overflow while reading " xen_pcibk_reconfigure()
411 "String overflow while " xen_pcibk_reconfigure()
465 "String overflow while " xen_pcibk_reconfigure()
593 "String overflow while reading " xen_pcibk_setup_backend()
622 "String overflow while reading " xen_pcibk_setup_backend()
/linux-4.1.27/arch/x86/lib/
H A Dstring_32.c5 * set, making the functions fast and clean. String instructions have been
/linux-4.1.27/arch/xtensa/lib/
H A Dstrnlen_user.S68 * String is word-aligned.
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-asm.h39 /* String version of SYNCW macro for using in inline asm constructs */
H A Dcvmx-helper-util.h42 * Returns String
H A Dcvmx-fpa.h272 * String is not copied.
/linux-4.1.27/arch/arm/mach-omap2/
H A Di2c.c153 "String buffer overflow in I2C%d device setup\n", bus_id); omap_i2c_add_bus()
H A Dhsmmc.c419 "String buffer overflow in MMC%d device setup\n", ctrl_nr); omap_hsmmc_init_one()
/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_proc.c17 "Headphones", "I2S", "Guitar", "Pirzo Guitar", "Guitar String", get_phys_name()
/linux-4.1.27/scripts/dtc/
H A Dflattree.c666 die("String offset %d overruns string table\n", flat_read_stringtable()
888 die("String table offset exceeds total size\n"); dt_from_blob()
893 die("String table extends past total size\n"); dt_from_blob()
/linux-4.1.27/tools/perf/ui/browsers/
H A Dannotate.c554 ui_helpline__puts("String not found!"); __annotate_browser__search()
593 ui_helpline__puts("String not found!"); __annotate_browser__search_reverse()
605 if (ui_browser__input_window("Search", "String: ", browser->search_bf, annotate_browser__search_window()
/linux-4.1.27/drivers/staging/fbtft/
H A Dfbtft.h123 * @gamma: String representation of Gamma curve(s)
156 * @gamma: String representation of Gamma curve(s)
H A Dfbtft_device.c74 "String representation of Gamma Curve(s). Driver specific.");
/linux-4.1.27/include/acpi/
H A Dacexcep.h222 * String versions of the exception codes above
328 "String is longer than 200 characters"),
H A Dactbl1.h757 char uid_string[1]; /* String UID - ACPI 3.0 */
/linux-4.1.27/arch/alpha/include/asm/
H A Dio.h515 * String version of IO memory access ops:
533 * String versions of in/out ops:
/linux-4.1.27/drivers/hwmon/
H A Dk8temp.c157 * See "Constructing the processor Name String" in "Revision is_rev_g_desktop()
H A Dcoretemp.c56 #define CORETEMP_NAME_LENGTH 19 /* String Length of attrs */
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c37 * String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
H A Daic79xx_proc.c37 * String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
/linux-4.1.27/drivers/staging/dgnc/
H A Ddigi.h61 #define DIGI_PLEN 28 /* String length */
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_qsfp.h123 /* Bytes 196..211 are Serial Number, String */
H A Dqib_iba7322.c6102 * String format is "default# unit#,port#=# ... u,p=#", separators must
/linux-4.1.27/crypto/asymmetric_keys/
H A Drsa.c121 * Integer to Octet String conversion [RFC3447 sec 4.1]
/linux-4.1.27/include/xen/interface/
H A Delfnote.h40 * String values (for non-legacy) are NULL terminated ASCII, also known
/linux-4.1.27/arch/parisc/include/asm/
H A Dio.h291 * String versions of in/out ops:
/linux-4.1.27/arch/arm64/include/asm/
H A Dio.h153 * String version of I/O memory access operations.
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_private.h173 char *cmd_usage; /* Usage String for this command */
H A Dkdb_support.c543 * s String to convert
/linux-4.1.27/arch/x86/kvm/
H A Demulate.c119 #define String (1<<13) /* String instruction (rep capable) */ macro
1430 if (ctxt->rep_prefix && (ctxt->d & String) && pio_in_emulated()
4035 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */
4036 I2bvIP(SrcSI | DstDX | String, em_out, outs, check_perm_out), /* outsb, outsw/outsd */
4064 I2bv(SrcSI | DstDI | Mov | String, em_mov),
4065 F2bv(SrcSI | DstDI | String | NoWrite, em_cmp_r),
4068 I2bv(SrcAcc | DstDI | Mov | String, em_mov),
4069 I2bv(SrcSI | DstAcc | Mov | String, em_mov),
4070 F2bv(SrcAcc | DstDI | String | NoWrite, em_cmp_r),
4842 (No64|Undefined|Sse|Mmx|Intercept|CheckPerm|Priv|Prot|String))) { x86_emulate_insn()
4910 if (ctxt->rep_prefix && (ctxt->d & String)) { x86_emulate_insn()
4963 if (ctxt->rep_prefix && (ctxt->d & String)) x86_emulate_insn()
5074 if (ctxt->rep_prefix && (ctxt->d & String)) { x86_emulate_insn()
H A Dx86.c4665 /* TODO: String I/O for in kernel device */ kernel_pio()
/linux-4.1.27/drivers/scsi/
H A Ddpti.h250 void __iomem *FwDebugStrLength_P;// Virtual Addr Of FW Debug String Len
H A Dwd7000.c326 const char *sig; /* String to look for */
H A Dqla1280.c534 char *name; /* Board ID String */
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-util.c53 * Returns String
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dg_ffs.c107 /* String IDs are assigned dynamically */
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_fw.h991 uint8_t fw_build_date[16]; /* 08 - 17 ASCII String */
992 uint8_t fw_build_time[16]; /* 18 - 27 ASCII String */
993 uint8_t fw_build_user[16]; /* 28 - 37 ASCII String */
/linux-4.1.27/drivers/s390/net/
H A Dqeth_l3_sys.c467 /* String must not be longer than PAGE_SIZE. So we check if qeth_l3_dev_ipato_add_show()
705 /* String must not be longer than PAGE_SIZE. So we check if qeth_l3_dev_vipa_add_show()
867 /* String must not be longer than PAGE_SIZE. So we check if qeth_l3_dev_rxip_add_show()
/linux-4.1.27/drivers/tty/serial/
H A Dsn_console.c210 * @s: String
222 * @s: String
892 * @s: String to send
H A Ducc_uart.c1197 const char *sprop; /* String OF properties */ ucc_uart_probe()
/linux-4.1.27/arch/metag/include/asm/
H A Dtbx.h59 #define TBID_SEGTYPE_STRING 0x0E /* String table segment */
760 /* String table entry - special values */
772 char String[8]; /* Zero terminated (may-be bigger) */ member in struct:_tbistr_tag_
1141 /* String table search function, pStart is first entry to check or NULL,
1148 /* String table translate function, pStr is text to translate and Len is
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_iucv.c1180 * @filter: String containing a comma-separated list of z/VM user IDs
1220 * @filter: String consisting of a comma-separated list of z/VM user IDs
1286 * @val: String consisting of a comma-separated list of z/VM user IDs
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dlibcfs_string.c36 * String manipulation functions.
/linux-4.1.27/arch/x86/include/asm/
H A Dkvm_emulate.h330 /* Repeat String Operation Prefix */
/linux-4.1.27/arch/x86/kernel/
H A Dmachine_kexec_64.c432 /* String table */ arch_kexec_apply_relocations_add()
/linux-4.1.27/drivers/thunderbolt/
H A Dswitch.c221 " Upstream Port Number: %d Depth: %d Route String: %#llx Enabled: %d, PlugEventsDelay: %dms\n", tb_dump_switch()
/linux-4.1.27/drivers/usb/storage/
H A Dfreecom.c438 usb_stor_dbg(us, "String returned from FC init is: %s\n", buffer); init_freecom()
/linux-4.1.27/drivers/watchdog/
H A Docteon-wdt-main.c278 * @str: String to write
/linux-4.1.27/arch/ia64/include/asm/
H A Dio.h441 * String version of IO memory access ops:
/linux-4.1.27/arch/arm/include/asm/
H A Dio.h277 * String version of IO memory access ops:
/linux-4.1.27/fs/fuse/
H A Dcuse.c261 * Parse @p to extract device info and store it into @devinfo. String
/linux-4.1.27/net/wimax/
H A Dstack.c69 "String of space-separated NAME:VALUE pairs, where NAMEs "
/linux-4.1.27/include/linux/mfd/
H A Dcros_ec_commands.h100 #define EC_MEMMAP_BATT_MFGR 0x60 /* Battery Manufacturer String */
101 #define EC_MEMMAP_BATT_MODEL 0x68 /* Battery Model Number String */
102 #define EC_MEMMAP_BATT_SERIAL 0x70 /* Battery Serial Number String */
103 #define EC_MEMMAP_BATT_TYPE 0x78 /* Battery Type String */
/linux-4.1.27/fs/9p/
H A Dv9fs.c54 /* String options */
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Ddriver.c82 "String of space-separated NAME:VALUE pairs, where NAMEs "
90 "String of comma-separated 32-bit values; each is "
H A Dusb.c80 "String of space-separated NAME:VALUE pairs, where NAMEs "
/linux-4.1.27/drivers/s390/char/
H A Dcon3215.c520 * String write routine for 3215 devices
1034 * String write routine for 3215 ttys
H A Dtty3270.c1586 * String write routine for 3270 ttys
1660 * String write routine for 3270 ttys
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_printer.c951 case GET_DEVICE_ID: /* Get the IEEE-1284 PNP String */ printer_func_setup()
958 DBG(dev, "1284 PNP String: %x %s\n", value, printer_func_setup()
H A Df_fs.c2575 /* String' IDs are allocated when fsf_data is bound to cdev */ __ffs_func_bind_do_nums()
/linux-4.1.27/include/linux/usb/
H A Dcomposite.h468 /* OS String is a custom (yet popular) extension to the USB standard. */
518 * String parameters are in UTF-8 (superset of ASCII's 7 bit characters).
H A Dgadget.h806 * @function: String describing the gadget's function
/linux-4.1.27/arch/mips/pci/
H A Dops-pmcmsp.c223 * name - String used for a meaningful name.
258 * name - String used for a meaningful name.
/linux-4.1.27/arch/blackfin/kernel/
H A Dbfin_gpio.c644 * label String
792 * label String
/linux-4.1.27/drivers/usb/gadget/
H A Dcomposite.c27 * struct usb_os_string - represents OS String to be reported by a gadget
30 * @qwSignature: the OS String proper
1018 /* String IDs are device-scoped, so we look up each string get_string()
/linux-4.1.27/drivers/isdn/act2000/
H A Dmodule.c42 MODULE_PARM_DESC(act_id, "ID-String of first card");
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Ddst_ca.c417 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); debug_string()
/linux-4.1.27/crypto/
H A Dvmac.c438 } else {/* Empty String */ vhash()
/linux-4.1.27/drivers/usb/core/
H A Dsysfs.c99 /* String fields */
H A Dhcd.c385 * USB String descriptors can contain at most 126 characters; input
/linux-4.1.27/fs/ecryptfs/
H A Decryptfs_kernel.h305 * @cipher_name: String name for the cipher for this TFM
/linux-4.1.27/kernel/trace/
H A Dtrace_probe.c503 /* String length checking wrapper */ traceprobe_parse_probe_arg()
/linux-4.1.27/net/rds/
H A Dib_rdma.c631 /* String all ib_mr's onto one list and hand them to ib_unmap_fmr */ rds_ib_flush_mr_pool()
/linux-4.1.27/drivers/isdn/icn/
H A Dicn.c31 MODULE_PARM_DESC(icn_id, "ID-String of first card");
33 MODULE_PARM_DESC(icn_id2, "ID-String of first card, second S0 (4B only)");
/linux-4.1.27/scripts/
H A Dcheckpatch.pl309 our $String = qr{"[X\t]*"};
573 our $FuncArg = qr{$Typecast{0,1}($LvalOrFunc|$Constant|$String)};
2516 !($line =~ /^\+\s*$logFunctions\s*\(\s*(?:(KERN_\S+\s*|[^"]*))?$String\s*(?:|,|\)\s*;)\s*$/ ||
2517 $line =~ /^\+\s*$String\s*(?:\s*|,|\)\s*;)\s*$/ ||
2518 $line =~ /^\+\s*#\s*define\s+\w+\s+$String$/) &&
/linux-4.1.27/block/partitions/
H A Dldm.c755 * n, String length in characters (excluding NULL)
756 * buflen-1, String was truncated.
/linux-4.1.27/drivers/isdn/gigaset/
H A Dusb-gigaset.c69 * offset 0x3c: String (16 bit chars): "MCCI USB Serial V2.0"
/linux-4.1.27/drivers/isdn/isdnloop/
H A Disdnloop.c25 MODULE_PARM_DESC(isdnloop_id, "ID-String of first card");
/linux-4.1.27/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h257 * Build String Length. It must be the same as C2_BUILD_STR_LEN in ccil_api.h
/linux-4.1.27/drivers/net/dsa/
H A Dbcm_sf2.c31 /* String, offset, and register size in bytes if different from 4 bytes */
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-ctrls.c232 .name = "String",
/linux-4.1.27/drivers/media/rc/
H A Dwinbond-cir.c846 /* RC6 Compare String Len */ wbcir_shutdown()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.h1099 IPW_ORD_STAT_ASSN_SSID = 1006, // 32 bytes: ESSID String
/linux-4.1.27/arch/x86/tools/
H A Drelocs.c385 die("String table index out of bounds\n"); read_ehdr()
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dsetup.c324 * @s: String to write
/linux-4.1.27/drivers/acpi/
H A Ddevice_pm.c37 * acpi_power_state_string - String representation of ACPI device power state.
/linux-4.1.27/fs/jfs/
H A Dxattr.c53 * | Flags | Name | Value | Name String \0 | Data . . . . |
/linux-4.1.27/arch/powerpc/kernel/
H A Dalign.c282 * String instructions are endian neutral but the code emulate_multiple()
/linux-4.1.27/drivers/media/usb/usbvision/
H A Dusbvision-video.c98 /* String operations */
/linux-4.1.27/drivers/staging/dgap/
H A Ddgap.h781 #define DIGI_PLEN 28 /* String length */
/linux-4.1.27/arch/cris/arch-v10/kernel/
H A Dkgdb.c356 /********************************* String library ****************************/
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dcassini.c3263 * -- VPD Type String 'B' cas_get_vpd_info()
3272 * -- VPD Type String 'S' cas_get_vpd_info()
3281 * -- VPD Type String 'S' cas_get_vpd_info()
/linux-4.1.27/include/uapi/linux/
H A Dethtool.h553 * @string_set: String set ID; one of &enum ethtool_stringset
/linux-4.1.27/arch/cris/arch-v32/kernel/
H A Dkgdb.c481 /********************************* String library ****************************/
/linux-4.1.27/sound/soc/codecs/
H A Drt5645.h2125 /* Debug String Length */
/linux-4.1.27/drivers/net/wireless/
H A Dray_cs.c142 /* String for network's Extended Service Set ID. 32 Characters max */
/linux-4.1.27/drivers/scsi/aacraid/
H A Daachba.c818 * Copy a String from one location to another
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_combios.c1193 DRM_INFO("Panel ID String: %s\n", stmp); radeon_combios_get_lvds_info()
/linux-4.1.27/drivers/usb/host/
H A Dxhci.h563 /* Route String - 0:19 */
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h7595 /* String-to-compress [31:8] = CID (all 24 bits)
7596 * String-to-compress [7:4] = Region
7597 * String-to-compress [3:0] = Type
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h1805 /* Part Number String Length */
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c6465 * @stringset: String set identifier.

Completed in 5719 milliseconds