Searched refs:string (Results 101 - 125 of 3814) sorted by relevance

1234567891011>>

/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A DMakefile10 string-attributes.o \
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vdi.h12 #include <linux/string.h>
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dutils.c3 #include <string.h>
/linux-master/arch/arm64/include/asm/
H A Dsetup.h6 #include <linux/string.h>
/linux-master/tools/perf/tests/
H A Dmem.c8 #include <string.h>
11 const char *string)
22 TEST_ASSERT_VAL(failure, !strcmp(string, out));
10 check(union perf_mem_data_src data_src, const char *string) argument
/linux-master/tools/verification/dot2/
H A Ddot2c.py30 string = ""
33 string = string + line + "\n"
36 return string[:-1]
119 string = ""
122 string = string + "\t\t\"" + entry
125 string = string + "\",\n\t\t\"" + entry
126 string
[all...]
/linux-master/scripts/gdb/linux/
H A Dclk.py33 clk['name'].string(),
66 if child['name'].string() == name:
73 name = name.string()
H A Dmodules.py36 if module['name'].string() == name:
51 mod_name = mod_name.string()
85 name=module['name'].string(),
95 name=use['source']['name'].string()))
126 s = "0x%x" % addr + " is in " + mod['name'].string() + ".ko\n"
H A Ddevice.py26 return dev_init_name.string()
27 return dev['kobj']['name'].string()
51 if item['bus']['name'].string() == name:
58 if item['class']['name'].string() == name:
106 gdb.write('bus {}:\t{}\n'.format(bus['bus']['name'].string(), bus))
126 gdb.write("class {}:\t{}\n".format(cls['class']['name'].string(), cls))
157 name = name.string()
158 bus = get_bus_by_name(bus.string())
171 name = name.string()
172 cls = get_class_by_name(cls.string())
[all...]
/linux-master/drivers/md/
H A Ddm-switch.c361 static __always_inline unsigned long parse_hex(const char **string) argument
366 while ((d = hex_table[(unsigned char)**string]) < 16) {
368 (*string)++;
382 const char *string = argv[i]; local
384 if ((*string & 0xdf) == 'R') {
387 string++;
388 if (unlikely(*string == ',')) {
392 cycle_length = parse_hex(&string);
393 if (unlikely(*string != ',')) {
397 string
[all...]
/linux-master/fs/
H A Dfs_parser.c156 f = getname_kernel(param->string);
203 if (!*param->string && (p->flags & fs_param_can_be_empty))
205 b = lookup_constant(bool_names, param->string, -1);
219 if (!*param->string && (p->flags & fs_param_can_be_empty))
221 if (kstrtouint(param->string, base, &result->uint_32) < 0)
232 if (!*param->string && (p->flags & fs_param_can_be_empty))
234 if (kstrtoint(param->string, 0, &result->int_32) < 0)
245 if (!*param->string && (p->flags & fs_param_can_be_empty))
247 if (kstrtoull(param->string, 0, &result->uint_64) < 0)
259 if (!*param->string
[all...]
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c30 ret = snprintf(buf, PAGE_SIZE, "%s\n", obj->package.elements[CURRENT_VAL].string.pointer);
146 enumeration_obj[ATTR_NAME].string.pointer);
150 enumeration_obj[DISPL_NAME_LANG_CODE].string.pointer);
154 enumeration_obj[DISPLAY_NAME].string.pointer);
158 enumeration_obj[DEFAULT_VAL].string.pointer);
162 enumeration_obj[MODIFIER].string.pointer);
171 value_modifier_count = (uintptr_t)enumeration_obj[next_obj++].string.pointer;
179 enumeration_obj[next_obj++].string.pointer);
188 possible_values_count = (uintptr_t) enumeration_obj[next_obj++].string.pointer;
196 enumeration_obj[next_obj++].string
[all...]
/linux-master/drivers/acpi/acpica/
H A Dexconvrt.c20 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 max_length);
29 * implicit_conversion - Used for string conversion
61 /* Note: Takes advantage of common buffer/string fields */
73 * Convert the buffer/string to an integer. Note that both buffers and
79 * 2) The end of the buffer or string has been reached
88 * Convert string to an integer - for most cases, the string must be
94 * All other string-to-integer conversions are implicit conversions.
211 * Size will be the string length
213 * NOTE: Add one to the string lengt
260 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) argument
[all...]
H A Dnsconvert.c48 acpi_ut_strtoul64(original_object->string.pointer, &value);
110 * an integer of value 0 to a NULL string. The last element of
115 /* Allocate a new NULL string object */
135 * example of this is the _BIF method, where the string data from
144 /* Allocate a new string object */
155 memcpy(new_object->string.pointer,
213 (original_object->string.length);
219 original_object->string.pointer,
220 original_object->string.length);
281 * DESCRIPTION: Attempt to convert a String object to a Unicode string Buffe
[all...]
/linux-master/scripts/genksyms/
H A Dgenksyms.c14 #include <string.h>
57 static struct string_list *mk_node(const char *string);
176 strcmp(defn->string, "}") == 0 &&
178 strcmp(defn->string, "UNKNOWN") == 0 &&
180 strcmp(defn->string, "{") == 0);
323 free(node->string);
336 static struct string_list *mk_node(const char *string) argument
341 newnode->string = xstrdup(string);
370 newnode->string
[all...]
/linux-master/arch/riscv/kernel/pi/
H A DMakefile35 $(obj)/string.o: $(srctree)/lib/string.c FORCE
41 obj-y := cmdline_early.pi.o fdt_early.pi.o string.pi.o ctype.pi.o lib-fdt.pi.o lib-fdt_ro.pi.o
/linux-master/arch/mips/dec/prom/
H A Dcmdline.c10 #include <linux/string.h>
H A Dconsole.c10 #include <linux/string.h>
/linux-master/arch/sparc/prom/
H A Dinit_64.c12 #include <linux/string.h>
18 /* OBP version string. */
H A Dconsole_64.c14 #include <linux/string.h>
H A Dconsole_32.c15 #include <linux/string.h>
/linux-master/tools/usb/usbip/src/
H A Dutils.c9 #include <string.h>
/linux-master/arch/arm/include/asm/
H A Dfncpy.h48 #include <linux/string.h>
/linux-master/arch/arm/mach-rpc/
H A Decard.h47 char string[256]; member in union:ex_chunk_dir::__anon46
/linux-master/fs/squashfs/
H A Dfile_cache.c11 #include <linux/string.h>

Completed in 275 milliseconds

1234567891011>>