/Linux-v5.4/drivers/acpi/acpica/ |
D | utstrsuppt.c | 40 acpi_status acpi_ut_convert_octal_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_octal_string() 89 acpi_status acpi_ut_convert_decimal_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_decimal_string() 138 acpi_status acpi_ut_convert_hex_string(char *string, u64 *return_value_ptr) in acpi_ut_convert_hex_string() 185 char acpi_ut_remove_leading_zeros(char **string) in acpi_ut_remove_leading_zeros() 210 char acpi_ut_remove_whitespace(char **string) in acpi_ut_remove_whitespace() 232 u8 acpi_ut_detect_hex_prefix(char **string) in acpi_ut_detect_hex_prefix() 256 void acpi_ut_remove_hex_prefix(char **string) in acpi_ut_remove_hex_prefix() 277 u8 acpi_ut_detect_octal_prefix(char **string) in acpi_ut_detect_octal_prefix()
|
D | utprint.c | 50 acpi_ut_bound_string_length(const char *string, acpi_size count) in acpi_ut_bound_string_length() 77 static char *acpi_ut_bound_string_output(char *string, const char *end, char c) in acpi_ut_bound_string_output() 104 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) in acpi_ut_put_number() 140 const char *acpi_ut_scan_number(const char *string, u64 *number_ptr) in acpi_ut_scan_number() 166 const char *acpi_ut_print_number(char *string, u64 number) in acpi_ut_print_number() 201 static char *acpi_ut_format_number(char *string, in acpi_ut_format_number() 318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf() 566 int snprintf(char *string, acpi_size size, const char *format, ...) in snprintf() 591 int sprintf(char *string, const char *format, ...) in sprintf()
|
D | utstrtoul64.c | 80 acpi_status acpi_ut_strtoul64(char *string, u64 *return_value) in acpi_ut_strtoul64() 206 u64 acpi_ut_implicit_strtoul64(char *string) in acpi_ut_implicit_strtoul64() 287 u64 acpi_ut_explicit_strtoul64(char *string) in acpi_ut_explicit_strtoul64()
|
D | dbconvert.c | 101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer() 161 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object) in acpi_db_convert_to_package() 219 char *string, union acpi_object *object) in acpi_db_convert_to_object()
|
D | utnonansi.c | 31 char *string; in acpi_ut_strlwr() local 60 char *string; in acpi_ut_strupr() local
|
D | utdebug.c | 329 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str() 563 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit()
|
D | utstring.c | 29 void acpi_ut_print_string(char *string, u16 max_length) in acpi_ut_print_string()
|
D | tbprint.c | 38 static void acpi_tb_fix_string(char *string, acpi_size length) in acpi_tb_fix_string()
|
/Linux-v5.4/include/trace/events/ |
D | mmflags.h | 59 #define IF_HAVE_PG_MLOCK(flag,string) ,{1UL << flag, string} argument 61 #define IF_HAVE_PG_MLOCK(flag,string) argument 65 #define IF_HAVE_PG_UNCACHED(flag,string) ,{1UL << flag, string} argument 67 #define IF_HAVE_PG_UNCACHED(flag,string) argument 71 #define IF_HAVE_PG_HWPOISON(flag,string) ,{1UL << flag, string} argument 73 #define IF_HAVE_PG_HWPOISON(flag,string) argument 77 #define IF_HAVE_PG_IDLE(flag,string) ,{1UL << flag, string} argument 79 #define IF_HAVE_PG_IDLE(flag,string) argument
|
/Linux-v5.4/drivers/s390/char/ |
D | raw3270.h | 208 struct string struct 214 char string[0]; member
|
/Linux-v5.4/security/smack/ |
D | smack_access.c | 287 static inline void smack_str_from_perm(char *string, int access) in smack_str_from_perm() 421 struct smack_known *smk_find_entry(const char *string) in smk_find_entry() 444 char *smk_parse_smack(const char *string, int len) in smk_parse_smack() 522 struct smack_known *smk_import_entry(const char *string, int len) in smk_import_entry()
|
/Linux-v5.4/drivers/media/pci/mantis/ |
D | mantis_uart.c | 35 char string[7]; member 45 char string[5]; member
|
/Linux-v5.4/drivers/pci/hotplug/ |
D | acpi_pcihp.c | 41 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_run_oshp() local 74 struct acpi_buffer string = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_get_hp_hw_control_from_firmware() local
|
/Linux-v5.4/scripts/ |
D | checkkconfigsymbols.py | 210 def yel(string): argument 217 def red(string): argument
|
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_macro_gram.y | 158 mmerror(const char *string) in mmerror()
|
/Linux-v5.4/tools/lib/traceevent/ |
D | event-utils.h | 29 static inline char *strim(char *string) in strim()
|
/Linux-v5.4/drivers/phy/ |
D | phy-core.c | 650 struct phy *phy_get(struct device *dev, const char *string) in phy_get() 689 struct phy *phy_optional_get(struct device *dev, const char *string) in phy_optional_get() 710 struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() 743 struct phy *devm_phy_optional_get(struct device *dev, const char *string) in devm_phy_optional_get()
|
/Linux-v5.4/arch/um/drivers/ |
D | stderr_console.c | 19 static void stderr_console_write(struct console *console, const char *string, in stderr_console_write()
|
/Linux-v5.4/tools/perf/tests/ |
D | mem.c | 11 const char *string) in check()
|
/Linux-v5.4/security/tomoyo/ |
D | util.c | 114 bool tomoyo_permstr(const char *string, const char *keyword) in tomoyo_permstr() 433 static bool tomoyo_correct_word2(const char *string, size_t len) in tomoyo_correct_word2() 511 bool tomoyo_correct_word(const char *string) in tomoyo_correct_word()
|
/Linux-v5.4/include/net/ |
D | bond_options.h | 77 char *string; member 119 char *string, u64 value) in __bond_opt_init()
|
/Linux-v5.4/samples/mic/mpssd/ |
D | sysfs.c | 19 char *string = NULL; in readsysfs() local
|
/Linux-v5.4/sound/core/ |
D | info_oss.c | 24 int snd_oss_info_register(int dev, int num, char *string) in snd_oss_info_register()
|
/Linux-v5.4/drivers/tty/hvc/ |
D | hvc_xen.c | 606 static int __init xenboot_setup_console(struct console *console, char *string) in xenboot_setup_console() 618 static void xenboot_write_console(struct console *console, const char *string, in xenboot_write_console() 682 const char *string, in xenboot_earlycon_write()
|
/Linux-v5.4/drivers/net/fddi/skfp/h/ |
D | targetos.h | 63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument 65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
|