Searched refs:string (Results 51 - 75 of 3814) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_denormal.c12 #include <string.h>
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A DMakefile5 string-attributes.o \
/linux-master/arch/arm64/include/asm/
H A Dasm-prototypes.h17 #include <asm/string.h>
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_common.h16 #include <linux/string.h>
/linux-master/tools/perf/arch/arm/tests/
H A Dvectors-page.c3 #include <string.h>
/linux-master/include/crypto/internal/
H A Dblake2s.h11 #include <linux/string.h>
/linux-master/arch/xtensa/include/asm/
H A Dpci.h33 #include <linux/string.h>
H A Dasm-prototypes.h9 #include <asm/string.h>
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dget_msr_index_features.c11 #include <string.h>
/linux-master/tools/objtool/arch/powerpc/
H A Dspecial.c2 #include <string.h>
/linux-master/tools/testing/selftests/membarrier/
H A Dmembarrier_test_single_thread.c7 #include <string.h>
/linux-master/drivers/iommu/
H A Diommu-traces.c9 #include <linux/string.h>
/linux-master/drivers/acpi/acpica/
H A Dutids.c22 * return_id - Where the string HID is returned
28 * Integer or a String. A string is always returned. An EISAID
29 * is converted to a string.
57 length = obj_desc->string.length + 1;
70 /* Area for the string starts after PNP_DEVICE_ID struct */
72 hid->string =
75 /* Convert EISAID to a string or simply copy existing string */
78 acpi_ex_eisa_id_to_string(hid->string, obj_desc->integer.value);
80 strcpy(hid->string, obj_des
[all...]
H A Dexoparg3.c159 if (index >= operand[0]->string.length) {
165 else if ((index + length) > operand[0]->string.length) {
167 (acpi_size)operand[0]->string.length -
212 operand[0]->string.pointer + index, length);
217 return_desc->string.pointer = buffer;
218 return_desc->string.length = (u32) length;
/linux-master/arch/microblaze/kernel/
H A Dprom.c13 #include <linux/string.h>
/linux-master/tools/perf/util/
H A Dsmt.c2 #include <string.h>
H A Dcache.h10 #include <linux/string.h>
/linux-master/scripts/
H A Dshow_delta13 import string namespace
28 <base> can be a number or a string.
29 If it is a string, the first message line
49 (time_str, rest) = string.split(line[1:],']',1)
50 time = string.atof(time_str)
107 # search for line matching <base> string
114 if string.find(rest, base_str)==1:
/linux-master/tools/perf/arch/s390/util/
H A Dpmu.c8 #include <string.h>
/linux-master/lib/kunit/
H A DMakefile6 string-stream.o \
22 # string-stream-test compiles built-in only.
24 obj-$(CONFIG_KUNIT_TEST) += string-stream-test.o
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.c110 const char *string, u32 *value)
114 while (sv[i].string) {
115 if (!strcmp(sv[i].string, string)) {
130 const char *string; local
144 ret = of_property_read_string(of_node, property->name, &string);
148 ret = logicvc_of_property_sv_value(property->sv, string,
109 logicvc_of_property_sv_value(struct logicvc_of_property_sv *sv, const char *string, u32 *value) argument
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DCore.pm35 my $string;
41 $string .= "NONE";
47 $string .= " | ";
49 $string .= "$trace_flags{$idx}";
55 return $string;
65 my $string;
71 $string .= "$flag_fields{$event_name}{$field_name}{'values'}{$idx}";
76 $string .= " $flag_fields{$event_name}{$field_name}{'delim'} ";
78 $string .= "$flag_fields{$event_name}{$field_name}{'values'}{$idx}";
85 return $string;
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad_ethtool.c535 static void bnad_get_txf_strings(u8 **string, int f_num) argument
537 ethtool_sprintf(string, "txf%d_ucast_octets", f_num);
538 ethtool_sprintf(string, "txf%d_ucast", f_num);
539 ethtool_sprintf(string, "txf%d_ucast_vlan", f_num);
540 ethtool_sprintf(string, "txf%d_mcast_octets", f_num);
541 ethtool_sprintf(string, "txf%d_mcast", f_num);
542 ethtool_sprintf(string, "txf%d_mcast_vlan", f_num);
543 ethtool_sprintf(string, "txf%d_bcast_octets", f_num);
544 ethtool_sprintf(string, "txf%d_bcast", f_num);
545 ethtool_sprintf(string, "tx
551 bnad_get_rxf_strings(u8 **string, int f_num) argument
565 bnad_get_cq_strings(u8 **string, int q_num) argument
577 bnad_get_rxq_strings(u8 **string, int q_num) argument
588 bnad_get_txq_strings(u8 **string, int q_num) argument
598 bnad_get_strings(struct net_device *netdev, u32 stringset, u8 *string) argument
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_global_data.c6 #include <string.h>
87 test_reloc(string, 0, str0);
88 test_reloc(string, 1, str1);
89 test_reloc(string, 2, str2);
91 test_reloc(string, 3, str1);
93 test_reloc(string, 4, str2);
/linux-master/include/net/
H A Dbond_options.h13 #include <linux/string.h>
86 * - if string != NULL -> parse string
93 char *string; member in struct:bond_opt_value
136 * passing. There should be either a valid string or value, but not both.
137 * When value is ULLONG_MAX then string will be used.
140 char *string, u64 value,
147 else if (string)
148 optval->string = string;
139 __bond_opt_init(struct bond_opt_value *optval, char *string, u64 value, void *extra, size_t extra_len) argument
[all...]

Completed in 209 milliseconds

1234567891011>>