/linux-4.1.27/include/linux/ |
H A D | asn1.h | 36 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 D | of.h | 373 * printk("String value: %s\n", s);
|
H A D | edac.h | 87 /* String used to join two or more labels */
|
H A D | fb.h | 66 __u8 monitor[14]; /* Monitor String */
|
H A D | ieee80211.h | 2155 /* The Country String field of the element shall be 3 octets in length */
|
H A D | pci.h | 1775 #define PCI_VPD_LTIN_ID_STRING 0x02 /* Identifier String */
|
/linux-4.1.27/tools/perf/util/ |
H A D | strfilter.h | 15 /* String filter */ 33 * @filter: String filter 42 * @filter: String filter to delete
|
H A D | probe-finder.c | 316 if (cast && strcmp(cast, "string") == 0) { /* String type */ convert_variable_type()
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 21 #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 D | tbistring.c | 10 * 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 D | metag_ksyms.c | 47 /* String functions */
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | nsconvert.c | 64 * 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 D | utids.c | 62 * 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 D | exresop.c | 285 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 D | exoparg3.c | 171 * 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 D | exconvrt.c | 61 * 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 D | tbfind.c | 55 * 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 D | exstoren.c | 92 * 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 D | utprint.c | 79 * 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 D | amlresrc.h | 321 * 2) Resource Source String 363 * 2) Resource Source String 381 * 2) Resource Source String 399 * 2) Resource Source String
|
H A D | exstorob.c | 156 * 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 D | rsaddr.c | 81 /* Optional resource_source (Index and String) */ 119 /* Optional resource_source (Index and String) */ 157 /* Optional resource_source (Index and String) */
|
H A D | utpredef.c | 57 "/String", 192 ", String", 319 * String, Buffer, or Package) and return the required argument
|
H A D | nsrepair.c | 67 * 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 D | exmisc.c | 258 * 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 D | amlcode.h | 269 #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 D | exstore.c | 300 * 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 D | rscalc.c | 656 /* 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 D | exoparg1.c | 762 "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 D | rsmisc.c | 348 * 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 D | utdecode.c | 58 ACPI_NS_NORMAL, /* 02 String */ 192 /* 02 */ "String",
|
H A D | rsutils.c | 276 * RETURN: String length, including NULL terminator 351 * String destination pointer is not specified; Set the String acpi_rs_get_resource_source()
|
H A D | acobject.h | 115 * 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 D | exoparg2.c | 310 * 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 D | utobject.c | 281 * RETURN: Pointer to a new String object 294 /* Create a new String object */ acpi_ut_create_string_object()
|
H A D | exoparg6.c | 92 * the match object (Integer/Buffer/String).
|
H A D | exresnte.c | 176 ACPI_ERROR((AE_INFO, "Object not a String, type %s", acpi_ex_resolve_node_to_value()
|
H A D | rsirq.c | 237 /* Optional resource_source (Index and String) */
|
H A D | tbprint.c | 62 * PARAMETERS: string - String to be repaired
|
H A D | acinterp.h | 114 /* Types for ->String conversion */
|
H A D | psopinfo.c | 157 * RETURN: A pointer to the name of the opcode (ASCII String)
|
H A D | psopcode.c | 209 /* 07 */ ACPI_OP("String", ARGP_STRING_OP, ARGI_STRING_OP,
|
H A D | rscreate.c | 384 "(PRT[%u].Source) Need Ref/String/Integer, found %s", acpi_rs_create_pci_routing_table()
|
H A D | utdelete.c | 95 "**** String %p, ptr %p\n", object, acpi_ut_delete_internal_obj()
|
H A D | exdump.c | 778 acpi_os_printf("String length %X @ %p ", 1080 acpi_os_printf("[String] Value: "); acpi_ex_dump_package_obj()
|
H A D | acutils.h | 624 * utstring - String and character utilities
|
H A D | dsobject.c | 153 * Attempt to resolve to an Integer, Buffer, String or Package. acpi_ds_build_internal_object()
|
H A D | nsdump.c | 578 acpi_os_printf("(Buffer/String pointer %p length %X)\n", acpi_ns_dump_one_object()
|
H A D | utcopy.c | 460 * Simple types supported are: String, Buffer, Integer acpi_ut_copy_esimple_to_isimple()
|
H A D | aclocal.h | 742 #define ACPI_DASM_HID_STRING 0x0A /* String is a _HID or _CID */
|
/linux-4.1.27/arch/tile/include/uapi/arch/ |
H A D | abi.h | 53 /** 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 D | asn1.c | 46 #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 D | cifsencrypt.c | 394 * as part of ntlmv2 authentication (in Target String), if not already
|
H A D | connect.c | 1584 /* String Arguments */ cifs_parse_mount_options()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
H A D | man_defs.h | 39 /* 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 D | pc.h | 470 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 D | divacapi.h | 1134 | Maximum String | word | Parameter P2 of V.42bis in accordance |
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | mips_ksyms.c | 45 * String functions
|
/linux-4.1.27/arch/avr32/kernel/ |
H A D | avr32_ksyms.c | 28 * String functions
|
/linux-4.1.27/lib/ |
H A D | cmdline.c | 74 * @str: String to be parsed 166 * @str: String to be parsed
|
H A D | ts_bm.c | 15 * [1] A Fast String Searching Algorithm, R.S. Boyer and Moore. 20 * [2] Handbook of Exact String Matching Algorithms, Thierry Lecroq, 2004
|
H A D | glob.c | 15 * @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 D | vnic_vic.h | 24 /* Note: String field lengths include null char */
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-std.h | 27 // 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 D | xtensa_ksyms.c | 39 * String functions
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_string.c | 0 /* String matching match for iptables
|
/linux-4.1.27/net/ipv4/netfilter/ |
H A D | nf_nat_snmp_basic.c | 100 #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 D | common.c | 12 /* 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 D | realpath.c | 13 * @str: String in binary format. 69 * @str: String in binary format.
|
H A D | mount.c | 10 /* String table for special mount operations. */
|
H A D | gc.c | 65 * @string: String to check.
|
H A D | condition.c | 245 * @start: String to save.
|
H A D | network.c | 31 /* String table for socket's protocols. */
|
H A D | util.c | 124 * @string: String representation for permissions in foo/bar/buz format.
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm963xx_tag.h | 17 #define FLASHLAYOUTVER_LEN 4 /* Length of Flash Layout Version String tag */
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_resource_priv.h | 50 * @type_name: String that identifies the resource type.
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | io_edgeport.h | 117 * Edgeport Stringblock String locations
|
H A D | io_edgeport.c | 371 dev_dbg(&dev->dev, "%s - USB String ID = %d\n", __func__, Id);
|
/linux-4.1.27/fs/hfs/ |
H A D | trans.c | 22 * Given a 'Pascal String' (a string preceded by a length byte) in
|
/linux-4.1.27/arch/arm/plat-omap/ |
H A D | i2c.c | 43 * @str: String of options
|
/linux-4.1.27/include/uapi/linux/usb/ |
H A D | functionfs.h | 200 * | 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 D | ch9.h | 336 /* USB_DT_STRING: String descriptor */
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
H A D | xenbus.c | 394 "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 D | string_32.c | 5 * set, making the functions fast and clean. String instructions have been
|
/linux-4.1.27/arch/xtensa/lib/ |
H A D | strnlen_user.S | 68 * String is word-aligned.
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-asm.h | 39 /* String version of SYNCW macro for using in inline asm constructs */
|
H A D | cvmx-helper-util.h | 42 * Returns String
|
H A D | cvmx-fpa.h | 272 * String is not copied.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
H A D | i2c.c | 153 "String buffer overflow in I2C%d device setup\n", bus_id); omap_i2c_add_bus()
|
H A D | hsmmc.c | 419 "String buffer overflow in MMC%d device setup\n", ctrl_nr); omap_hsmmc_init_one()
|
/linux-4.1.27/sound/firewire/fireworks/ |
H A D | fireworks_proc.c | 17 "Headphones", "I2S", "Guitar", "Pirzo Guitar", "Guitar String", get_phys_name()
|
/linux-4.1.27/scripts/dtc/ |
H A D | flattree.c | 666 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 D | annotate.c | 554 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 D | fbtft.h | 123 * @gamma: String representation of Gamma curve(s) 156 * @gamma: String representation of Gamma curve(s)
|
H A D | fbtft_device.c | 74 "String representation of Gamma Curve(s). Driver specific.");
|
/linux-4.1.27/include/acpi/ |
H A D | acexcep.h | 222 * String versions of the exception codes above 328 "String is longer than 200 characters"),
|
H A D | actbl1.h | 757 char uid_string[1]; /* String UID - ACPI 3.0 */
|
/linux-4.1.27/arch/alpha/include/asm/ |
H A D | io.h | 515 * String version of IO memory access ops: 533 * String versions of in/out ops:
|
/linux-4.1.27/drivers/hwmon/ |
H A D | k8temp.c | 157 * See "Constructing the processor Name String" in "Revision is_rev_g_desktop()
|
H A D | coretemp.c | 56 #define CORETEMP_NAME_LENGTH 19 /* String Length of attrs */
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_proc.c | 37 * String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
|
H A D | aic79xx_proc.c | 37 * String handling code courtesy of Gerard Roudier's <groudier@club-internet.fr>
|
/linux-4.1.27/drivers/staging/dgnc/ |
H A D | digi.h | 61 #define DIGI_PLEN 28 /* String length */
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_qsfp.h | 123 /* Bytes 196..211 are Serial Number, String */
|
H A D | qib_iba7322.c | 6102 * String format is "default# unit#,port#=# ... u,p=#", separators must
|
/linux-4.1.27/crypto/asymmetric_keys/ |
H A D | rsa.c | 121 * Integer to Octet String conversion [RFC3447 sec 4.1]
|
/linux-4.1.27/include/xen/interface/ |
H A D | elfnote.h | 40 * String values (for non-legacy) are NULL terminated ASCII, also known
|
/linux-4.1.27/arch/parisc/include/asm/ |
H A D | io.h | 291 * String versions of in/out ops:
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | io.h | 153 * String version of I/O memory access operations.
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_private.h | 173 char *cmd_usage; /* Usage String for this command */
|
H A D | kdb_support.c | 543 * s String to convert
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | emulate.c | 119 #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 D | x86.c | 4665 /* TODO: String I/O for in kernel device */ kernel_pio()
|
/linux-4.1.27/drivers/scsi/ |
H A D | dpti.h | 250 void __iomem *FwDebugStrLength_P;// Virtual Addr Of FW Debug String Len
|
H A D | wd7000.c | 326 const char *sig; /* String to look for */
|
H A D | qla1280.c | 534 char *name; /* Board ID String */
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper-util.c | 53 * Returns String
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | g_ffs.c | 107 /* String IDs are assigned dynamically */
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_fw.h | 991 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 D | qeth_l3_sys.c | 467 /* 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 D | sn_console.c | 210 * @s: String 222 * @s: String 892 * @s: String to send
|
H A D | ucc_uart.c | 1197 const char *sprop; /* String OF properties */ ucc_uart_probe()
|
/linux-4.1.27/arch/metag/include/asm/ |
H A D | tbx.h | 59 #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 D | hvc_iucv.c | 1180 * @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 D | libcfs_string.c | 36 * String manipulation functions.
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | kvm_emulate.h | 330 /* Repeat String Operation Prefix */
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | machine_kexec_64.c | 432 /* String table */ arch_kexec_apply_relocations_add()
|
/linux-4.1.27/drivers/thunderbolt/ |
H A D | switch.c | 221 " 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 D | freecom.c | 438 usb_stor_dbg(us, "String returned from FC init is: %s\n", buffer); init_freecom()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | octeon-wdt-main.c | 278 * @str: String to write
|
/linux-4.1.27/arch/ia64/include/asm/ |
H A D | io.h | 441 * String version of IO memory access ops:
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | io.h | 277 * String version of IO memory access ops:
|
/linux-4.1.27/fs/fuse/ |
H A D | cuse.c | 261 * Parse @p to extract device info and store it into @devinfo. String
|
/linux-4.1.27/net/wimax/ |
H A D | stack.c | 69 "String of space-separated NAME:VALUE pairs, where NAMEs "
|
/linux-4.1.27/include/linux/mfd/ |
H A D | cros_ec_commands.h | 100 #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 D | v9fs.c | 54 /* String options */
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
H A D | driver.c | 82 "String of space-separated NAME:VALUE pairs, where NAMEs " 90 "String of comma-separated 32-bit values; each is "
|
H A D | usb.c | 80 "String of space-separated NAME:VALUE pairs, where NAMEs "
|
/linux-4.1.27/drivers/s390/char/ |
H A D | con3215.c | 520 * String write routine for 3215 devices 1034 * String write routine for 3215 ttys
|
H A D | tty3270.c | 1586 * String write routine for 3270 ttys 1660 * String write routine for 3270 ttys
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_printer.c | 951 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 D | f_fs.c | 2575 /* 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 D | composite.h | 468 /* 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 D | gadget.h | 806 * @function: String describing the gadget's function
|
/linux-4.1.27/arch/mips/pci/ |
H A D | ops-pmcmsp.c | 223 * name - String used for a meaningful name. 258 * name - String used for a meaningful name.
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | bfin_gpio.c | 644 * label String 792 * label String
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | composite.c | 27 * 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 D | module.c | 42 MODULE_PARM_DESC(act_id, "ID-String of first card");
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | dst_ca.c | 417 dprintk(verbose, DST_CA_DEBUG, 0, " String=[ "); debug_string()
|
/linux-4.1.27/crypto/ |
H A D | vmac.c | 438 } else {/* Empty String */ vhash()
|
/linux-4.1.27/drivers/usb/core/ |
H A D | sysfs.c | 99 /* String fields */
|
H A D | hcd.c | 385 * USB String descriptors can contain at most 126 characters; input
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 305 * @cipher_name: String name for the cipher for this TFM
|
/linux-4.1.27/kernel/trace/ |
H A D | trace_probe.c | 503 /* String length checking wrapper */ traceprobe_parse_probe_arg()
|
/linux-4.1.27/net/rds/ |
H A D | ib_rdma.c | 631 /* 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 D | icn.c | 31 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 D | checkpatch.pl | 309 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 D | ldm.c | 755 * n, String length in characters (excluding NULL) 756 * buflen-1, String was truncated.
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | usb-gigaset.c | 69 * offset 0x3c: String (16 bit chars): "MCCI USB Serial V2.0"
|
/linux-4.1.27/drivers/isdn/isdnloop/ |
H A D | isdnloop.c | 25 MODULE_PARM_DESC(isdnloop_id, "ID-String of first card");
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
H A D | c2_wr.h | 257 * 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 D | bcm_sf2.c | 31 /* String, offset, and register size in bytes if different from 4 bytes */
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-ctrls.c | 232 .name = "String",
|
/linux-4.1.27/drivers/media/rc/ |
H A D | winbond-cir.c | 846 /* RC6 Compare String Len */ wbcir_shutdown()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
H A D | ipw2100.h | 1099 IPW_ORD_STAT_ASSN_SSID = 1006, // 32 bytes: ESSID String
|
/linux-4.1.27/arch/x86/tools/ |
H A D | relocs.c | 385 die("String table index out of bounds\n"); read_ehdr()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | setup.c | 324 * @s: String to write
|
/linux-4.1.27/drivers/acpi/ |
H A D | device_pm.c | 37 * acpi_power_state_string - String representation of ACPI device power state.
|
/linux-4.1.27/fs/jfs/ |
H A D | xattr.c | 53 * | Flags | Name | Value | Name String \0 | Data . . . . |
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | align.c | 282 * String instructions are endian neutral but the code emulate_multiple()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-video.c | 98 /* String operations */
|
/linux-4.1.27/drivers/staging/dgap/ |
H A D | dgap.h | 781 #define DIGI_PLEN 28 /* String length */
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
H A D | kgdb.c | 356 /********************************* String library ****************************/
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
H A D | cassini.c | 3263 * -- 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 D | ethtool.h | 553 * @string_set: String set ID; one of &enum ethtool_stringset
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
H A D | kgdb.c | 481 /********************************* String library ****************************/
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | rt5645.h | 2125 /* Debug String Length */
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | ray_cs.c | 142 /* String for network's Extended Service Set ID. 32 Characters max */
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | aachba.c | 818 * Copy a String from one location to another
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_combios.c | 1193 DRM_INFO("Panel ID String: %s\n", stmp); radeon_combios_get_lvds_info()
|
/linux-4.1.27/drivers/usb/host/ |
H A D | xhci.h | 563 /* Route String - 0:19 */
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_reg.h | 7595 /* 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 D | ixgbe_type.h | 1805 /* Part Number String Length */
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 6465 * @stringset: String set identifier.
|