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

1234567891011>>

/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/lib/bpf/
H A Dstr_error.c3 #include <string.h>
/linux-master/tools/bpf/
H A Dbpf_asm.c24 #include <string.h>
/linux-master/arch/arm/mm/
H A Dproc-arm9tdmi.S62 string cpu_arch_name, "armv4t"
63 string cpu_elf_name, "v4"
64 string cpu_arm9tdmi_name, "ARM9TDMI"
65 string cpu_p2001_name, "P2001"
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_services.c26 #include <linux/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/testing/selftests/bpf/progs/
H A Dconnect4_dropper.c3 #include <string.h>
/linux-master/tools/perf/arch/s390/util/
H A Dmachine.c5 #include <string.h>
/linux-master/tools/testing/radix-tree/linux/
H A Dkernel.h6 #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>

Completed in 197 milliseconds

1234567891011>>