/linux/scripts/gdb/linux/ |
H A D | modules.py | 39 if module['name'].string() == name: 54 mod_name = mod_name.string() 88 name=module['name'].string(), 98 name=use['source']['name'].string())) 129 s = "0x%x" % addr + " is in " + mod['name'].string() + ".ko\n"
|
H A D | proc.py | 33 gdb.write(gdb.parse_and_eval("saved_command_line").string() + "\n") 48 gdb.write(gdb.parse_and_eval("(char *)linux_banner").string()) 80 res['name'].string() + "\n") 118 for key, string in lst.items(): 120 opts += string 177 devname = mnt['mnt_devname'].string() 193 fstype = superblock['s_type']['name'].string()
|
/linux/arch/s390/boot/ |
H A D | string.c | 9 #include "../lib/string.c" 12 * Duplicate some functions from the common lib/string.c 93 * simple_strtoull - convert a string to an unsigned long long 94 * @cp: The start of the string 95 * @endp: A pointer to the end of the parsed string will be placed here
|
/linux/drivers/acpi/acpica/ |
H A D | dbtest.c | 234 * String, Buffer, Package, buffer_field, and field_unit. 255 * byte length. Map the type to one of Integer/String/Buffer. in acpi_db_test_one_object() 269 byte_length = obj_desc->string.length; in acpi_db_test_one_object() 609 * DESCRIPTION: Test read/write for an String-valued object. Performs a 621 char *value_to_write = "Test String from AML Debugger"; in acpi_db_test_string_type() 633 (temp1->string.length * 8), temp1->string.length, in acpi_db_test_string_type() 634 temp1->string.pointer); in acpi_db_test_string_type() 639 write_value.string.length = strlen(value_to_write); in acpi_db_test_string_type() 640 write_value.string.pointer = value_to_write; in acpi_db_test_string_type() 654 if (strcmp(temp2->string.pointer, value_to_write)) { in acpi_db_test_string_type() [all …]
|
H A D | dsopcode.c | 474 * This is where we evaluate the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 475 * and oem_table_id string of the Data Table Region declaration in acpi_ds_eval_table_region_operands() 479 /* next_op points to Signature string op */ in acpi_ds_eval_table_region_operands() 484 * Evaluate/create the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 485 * and oem_table_id string operands in acpi_ds_eval_table_region_operands() 495 * Resolve the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 496 * and oem_table_id string operands in acpi_ds_eval_table_region_operands() 507 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ds_eval_table_region_operands() 508 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands() 509 operand[2]->string.pointer, &table_index); in acpi_ds_eval_table_region_operands() [all …]
|
/linux/drivers/md/dm-vdo/ |
H A D | string-utils.h | 10 #include <linux/string.h> 12 /* Utilities related to string manipulation */ 19 /* Append a formatted string to the end of a buffer. */
|
/linux/tools/lib/ |
H A D | argv_split.c | 3 * Helper function for splitting a string into an argv-like array. 9 #include <linux/string.h> 52 * argv_split - split a string at whitespace, returning an argv 53 * @str: the string to be split
|
/linux/lib/ |
H A D | globtest.c | 24 /* Can't get string literals into a particular section, so... */ in test() 51 * 2. Pattern to match: null-terminated string 52 * 3. String to match against: null-terminated string 138 * Tests are jammed together in a string. The first byte is '1' in glob_init() 141 * pattern and the string to match it against. in glob_init()
|
H A D | ts_bm.c | 9 * Implements Boyer-Moore string matching algorithm: 11 * [1] A Fast String Searching Algorithm, R.S. Boyer and Moore. 16 * [2] Handbook of Exact String Matching Algorithms, Thierry Lecroq, 2004 17 * http://www-igm.univ-mlv.fr/~lecroq/string/string.pdf 25 * the proper string search algorithm depending on your setting. 37 #include <linux/string.h>
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | charger-manager.yaml | 22 $ref: /schemas/types.yaml#/definitions/string-array 30 $ref: /schemas/types.yaml#/definitions/string 35 $ref: /schemas/types.yaml#/definitions/string 81 $ref: /schemas/types.yaml#/definitions/string 117 $ref: /schemas/types.yaml#/definitions/string 147 $ref: /schemas/types.yaml#/definitions/string
|
/linux/drivers/pci/ |
H A D | pci-label.c | 12 * number and string name. This code retrieves them and exports them to sysfs. 14 * Method), then the SMBIOS type 41 instance number and string is exported to 18 * the instance number and string from the type 41 record and exports 176 * The second string element is optional even when in dsm_get_label() 178 * this entry must return a null string. in dsm_get_label() 185 tmp[1].string.pointer); in dsm_get_label()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_tlv.c | 8 #include <linux/string.h> 165 * fbnic_tlv_attr_put_string - Add string to message 168 * @string: Byte pointer to null terminated string to be stored 172 * Adds header and copies data pointed to by string into the message. Will 176 const char *string) in fbnic_tlv_attr_put_string() argument 185 * The string length doesn't include the \0 so we have to add one to in fbnic_tlv_attr_put_string() 188 * We will verify if the string will fit in fbnic_tlv_attr_put_value() in fbnic_tlv_attr_put_string() 191 str_len += strnlen(string, attr_max_len); in fbnic_tlv_attr_put_string() 193 return fbnic_tlv_attr_put_value(msg, attr_id, string, str_len); in fbnic_tlv_attr_put_string() 244 * fbnic_tlv_attr_get_string - Retrieve string value from result [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | component-common.yaml | 14 $ref: /schemas/types.yaml#/definitions/string 17 audio components as list of string pair. Component using the same 19 sinks/sources with the provided string.
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-input-exc3000 | 8 Valid values: Represented as string 17 Valid values: Represented as string 26 Valid values: Represented as string
|
H A D | sysfs-power | 97 string representing a non-negative integer that will be used 118 string representing a nonzero integer into it. 192 be written a string representing a non-negative integer that 206 the sleep state represented by that string is queued up. This 213 Reading from this file causes the last string successfully 224 string without white space is written to /sys/power/wake_lock, 229 If a string written to /sys/power/wake_lock contains white 230 space, the part of the string preceding the white space will be 232 The other part of the string will be regarded as a timeout (in 238 Reads from this file return a string consisting of the names of [all …]
|
/linux/drivers/usb/gadget/ |
H A D | configfs.c | 808 struct gadget_string *string = to_gadget_string(item); in gadget_string_id_show() local 811 ret = sprintf(page, "%u\n", string->usb_string.id); in gadget_string_id_show() 818 struct gadget_string *string = to_gadget_string(item); in gadget_string_s_show() local 821 ret = sysfs_emit(page, "%s\n", string->string); in gadget_string_s_show() 828 struct gadget_string *string = to_gadget_string(item); in gadget_string_s_store() local 829 int size = min(sizeof(string->string), len + 1); in gadget_string_s_store() 835 cpy_len = strscpy(string->string, page, size); in gadget_string_s_store() 836 if (cpy_len > 0 && string->string[cpy_len - 1] == '\n') in gadget_string_s_store() 837 string->string[cpy_len - 1] = 0; in gadget_string_s_store() 850 struct gadget_string *string = to_gadget_string(item); in gadget_string_release() local [all …]
|
/linux/drivers/scsi/pcmcia/ |
H A D | Kconfig | 45 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0") 56 [Workbit (version string: "WORKBIT","UltraNinja-16","1")] 58 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] 61 (version string: "KME ","SCSI-CARD-001","1")]
|
/linux/include/uapi/linux/ |
H A D | vfio_zdev.h | 60 * VFIO_DEVICE_INFO_CAP_ZPCI_UTIL - Utility String 62 * This capability provides the utility string for the associated device, which 63 * is a device identifier string made up of EBCDID characters. 'size' specifies 75 * This capability provides the PCI function path string, which is an identifier
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | fsl,ucc-hdlc.yaml | 28 $ref: /schemas/types.yaml#/definitions/string 34 $ref: /schemas/types.yaml#/definitions/string 44 $ref: /schemas/types.yaml#/definitions/string 57 $ref: /schemas/types.yaml#/definitions/string 70 $ref: /schemas/types.yaml#/definitions/string
|
/linux/net/batman-adv/ |
H A D | log.h | 76 * @fmt: format string 101 * @arg: format string and variable arguments 110 * @arg: format string and variable arguments 118 * @fmt: format string 132 * @fmt: format string
|
/linux/Documentation/admin-guide/ |
H A D | binfmt-misc.rst | 18 To actually register a new binary type, you have to set up a string looking like 25 is an identifier string. A new /proc file will be created with this 35 is the byte sequence binfmt_misc is matching for. The magic string 45 bits from matching by supplying a string like magic and as long as magic. 54 of the interpreter. It is a string of capital letters, each controls a 95 - the whole register string may not exceed 1920 characters 98 - the interpreter string may not exceed 127 characters
|
/linux/tools/perf/util/ |
H A D | data-convert-bt.c | 77 struct bt_ctf_field_type *string; member 161 static int string_set_value(struct bt_ctf_field *field, const char *string); 164 const char *name, const char *string) in value_set_string() argument 166 struct bt_ctf_field_type *type = cw->data.string; in value_set_string() 176 ret = string_set_value(field, string); in value_set_string() 197 return cw->data.string; in get_tracepoint_field_type() 255 static int string_set_value(struct bt_ctf_field *field, const char *string) in string_set_value() argument 258 size_t len = strlen(string), i, p; in string_set_value() 262 if (isprint(string[i])) { in string_set_value() 265 buffer[p] = string[i]; in string_set_value() [all …]
|
/linux/fs/smb/server/ |
H A D | ksmbd_spnego_negtokeninit.asn1 | 26 [1] BIT STRING OPTIONAL, 28 [2] OCTET STRING OPTIONAL ({ksmbd_neg_token_init_mech_token}), 30 [3] OCTET STRING OPTIONAL
|
/linux/security/tomoyo/ |
H A D | realpath.c | 13 * tomoyo_encode2 - Encode binary string to ascii string. 15 * @str: String in binary format. 69 * tomoyo_encode - Encode binary string to ascii string. 71 * @str: String in binary format. 231 * \ooo style octal string. 232 * Character \ is converted to \\ string.
|
/linux/fs/orangefs/ |
H A D | orangefs-debugfs.c | 202 * set the kernel's gossip debug string; invalid mask values will in orangefs_debugfs_init() 294 * in this case is a single (long) string, so by the second 455 * Map the keyword string from userspace into a valid debug mask. in orangefs_debug_write() 456 * The mapping process involves mapping the human-inputted string in orangefs_debug_write() 457 * into a valid mask, and then rebuilding the string from the in orangefs_debug_write() 468 "New kernel debug string is %s\n", in orangefs_debug_write() 535 * After obtaining a string representation of the client's debug 557 pr_info("No elements in client debug array string!\n"); in orangefs_prepare_cdm_array() 647 * length of the string it tried to create. in orangefs_prepare_debugfs_help_string() 650 * help string and let strlcat take care of assuring that in orangefs_prepare_debugfs_help_string() [all …]
|