Searched refs:string (Results 76 - 100 of 3843) sorted by relevance

1234567891011>>

/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);
H A Dconnect4_dropper.c3 #include <string.h>
/linux-master/drivers/acpi/acpica/
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/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...]
/linux-master/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c3 * Functions corresponding to string type attributes under BIOS String GUID for use with
32 ret = snprintf(buf, PAGE_SIZE, "%s\n", obj->package.elements[CURRENT_VAL].string.pointer);
84 return sprintf(buf, "string\n");
120 * populate_str_data() - Populate all properties of an instance under string attribute
121 * @str_obj: ACPI object with string data
131 str_obj[ATTR_NAME].string.pointer);
135 str_obj[DISPL_NAME_LANG_CODE].string.pointer);
139 str_obj[DISPLAY_NAME].string.pointer);
143 str_obj[DEFAULT_VAL].string.pointer);
147 str_obj[MODIFIER].string
[all...]
/linux-master/tools/perf/ui/tui/
H A Dhelpline.c4 #include <string.h>
6 #include <linux/string.h>
/linux-master/tools/perf/util/
H A Dstring2.h5 #include <linux/string.h>
9 #include <string.h>
H A Dvdso.h6 #include <string.h>
/linux-master/arch/x86/include/asm/
H A Dasm-prototypes.h5 #include <asm/string.h>
H A Dpage_32.h18 #include <linux/string.h>
/linux-master/arch/nios2/lib/
H A Dmemset.c11 #include <linux/string.h>
/linux-master/arch/sparc/prom/
H A Dbootstr_64.c3 * bootstr.c: Boot string/argument acquisition from the PROM.
9 #include <linux/string.h>
/linux-master/include/linux/ceph/
H A Dtypes.h9 #include <linux/string.h>
/linux-master/fs/hfs/
H A DMakefile10 part_tbl.o string.o super.o sysdep.o trans.o
/linux-master/tools/pcmcia/
H A Dcrc32hash.c7 #include <string.h>
27 printf("no string passed as argument\n");
/linux-master/scripts/dtc/libfdt/
H A Dlibfdt_env.h14 #include <string.h>
79 * fdt_strnlen: returns the length of a string or max_count - which ever is
81 * Input 1 string: the string whose size is to be determined
83 * Output: length of the string or max_count (the smallest of the two)
85 static inline size_t fdt_strnlen(const char *string, size_t max_count) argument
87 const char *p = memchr(string, 0, max_count);
88 return p ? p - string : max_count;
/linux-master/include/linux/
H A Dlibfdt_env.h6 #include <linux/string.h>
/linux-master/tools/bpf/
H A Dbpf_asm.c24 #include <string.h>
/linux-master/arch/microblaze/mm/
H A Dconsistent.c10 #include <linux/string.h>
/linux-master/arch/mips/ath79/
H A Dprom.c13 #include <linux/string.h>
/linux-master/tools/perf/arch/s390/util/
H A Dmachine.c5 #include <string.h>
/linux-master/arch/x86/lib/
H A Dmemcpy_32.c2 #include <linux/string.h>
/linux-master/tools/perf/arch/loongarch/util/
H A Ddwarf-regs.c10 #include <string.h> /* for strcmp */
/linux-master/include/acpi/platform/
H A Daczephyr.h26 #include <string.h>
/linux-master/drivers/platform/x86/hp/hp-bioscfg/
H A DMakefile10 string-attributes.o \

Completed in 317 milliseconds

1234567891011>>