/scripts/dtc/ |
A D | util.c | 26 char *xstrdup(const char *s) in xstrdup() 36 char *xstrndup(const char *s, size_t n) in xstrndup() 121 const char *s = data; in util_is_printable_string() local 155 static char get_oct_char(const char *s, int *i) in get_oct_char() 178 static char get_hex_char(const char *s, int *i) in get_hex_char() 195 char get_escape_char(const char *s, int *i) in get_escape_char() 386 const char *s; in utilfdt_print_data() local
|
A D | util.h | 31 #define stringify(s) stringify_(s) argument 32 #define stringify_(s) #s argument
|
A D | dtc.c | 118 const char *s; in guess_type_by_name() local
|
A D | treesource.c | 49 static void write_propval_string(FILE *f, const char *s, size_t len) in write_propval_string()
|
A D | fdtget.c | 57 const char *s; in show_data() local
|
/scripts/include/ |
A D | xalloc.h | 35 static inline char *xstrdup(const char *s) in xstrdup() 44 static inline char *xstrndup(const char *s, size_t n) in xstrndup()
|
A D | hash.h | 5 static inline unsigned int hash_str(const char *s) in hash_str()
|
/scripts/kconfig/ |
A D | util.c | 68 void str_append(struct gstr *gs, const char *s) in str_append() 85 char s[10000]; /* big enough... */ in str_printf() local
|
A D | lkc.h | 61 char *s; member
|
/scripts/dtc/libfdt/ |
A D | fdt_strerror.c | 53 const char *s = fdt_errtable[-errval].str; in fdt_strerror() local
|
A D | fdt_sw.c | 250 static int fdt_add_string_(void *fdt, const char *s) in fdt_add_string_() 268 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 276 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
A D | fdt.c | 315 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_()
|
A D | fdt_rw.c | 98 static void fdt_del_last_string_(void *fdt, const char *s) in fdt_del_last_string_() 127 static int fdt_find_add_string_(void *fdt, const char *s, int *allocated) in fdt_find_add_string_()
|
A D | fdt_ro.c | 14 const char *s, int len) in fdt_nodename_eq_() 40 const char *s, *n; in fdt_get_string() local 106 const char *s, int len) in fdt_string_eq_()
|
/scripts/basic/ |
A D | fixdep.c | 179 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() 242 static int is_ignored_file(const char *s, int len) in is_ignored_file() 248 static int is_no_parse_file(const char *s, int len) in is_no_parse_file()
|
/scripts/mod/ |
A D | sumversion.c | 48 static inline uint32_t lshift(uint32_t x, unsigned int s) in lshift() 69 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 70 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 71 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument
|
A D | modpost.c | 239 struct symbol *s = xmalloc(sizeof(*s) + strlen(name) + 1); in alloc_symbol() local 265 struct symbol *s; in sym_find_with_module() local 354 struct symbol *s = find_symbol(name); in sym_add_exported() local 1073 struct symbol *s; in check_export_symbol() local 1455 static char *remove_dot(char *s) in remove_dot() 1734 struct symbol *s, *exp; in check_exports() local 1895 struct symbol *s; in add_extended_versions() local 1938 struct symbol *s; in add_versions() local 1974 struct symbol *s; in add_depends() local 2132 struct symbol *s; in read_dump() local [all …]
|
/scripts/gendwarfksyms/ |
A D | types.c | 41 static int type_list_append(struct list_head *list, const char *s, void *owned) in type_list_append() 91 static void type_expansion_append(struct type_expansion *type, const char *s, in type_expansion_append() 254 static void version_add(struct version *version, const char *s) in version_add() 270 static inline bool is_type_prefix(const char *s) in is_type_prefix()
|
/scripts/ |
A D | kallsyms.c | 74 static char *sym_name(const struct sym_entry *s) in sym_name() 175 static int symbol_in_range(const struct sym_entry *s, in symbol_in_range() 191 static bool string_starts_with(const char *s, const char *prefix) in string_starts_with() 196 static int symbol_valid(const struct sym_entry *s) in symbol_valid()
|
A D | insert-sys-cert.c | 94 struct sym *s) in get_symbol_from_map() 158 char *name, struct sym *s) in get_symbol_from_table() 260 static void print_sym(Elf_Ehdr *hdr, struct sym *s) in print_sym()
|
/scripts/gendwarfksyms/examples/ |
A D | kabi_ex.h | 41 struct s { struct 45 KABI_DECLONLY(s); argument
|
A D | kabi.h | 123 #define KABI_RESERVE_ARRAY(n, s) \ argument
|
/scripts/genksyms/ |
A D | genksyms.c | 124 static uint32_t partial_crc32(const char *s, uint32_t crc) in partial_crc32() 131 static uint32_t crc32(const char *s) in crc32() 333 void free_list(struct string_list *s, struct string_list *e) in free_list()
|
/scripts/kconfig/lxdialog/ |
A D | textbox.c | 345 const char *s; in dialog_textbox() local
|
/scripts/gdb/linux/ |
A D | utils.py | 247 def parse_vmcore(s): argument
|