Home
last modified time | relevance | path

Searched defs:n (Results 1 – 20 of 20) sorted by relevance

/scripts/dtc/libfdt/
Dlibfdt_internal.h80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n) in _fdt_mem_rsv()
88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n) in _fdt_mem_rsv_w()
Dlibfdt_env.h72 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) argument
Dfdt_rw.c191 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv()
Dfdt_ro.c117 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
/scripts/dtc/
Ddtc.h70 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) argument
174 #define for_each_property_withdel(n, p) \ argument
177 #define for_each_property(n, p) \ argument
181 #define for_each_child_withdel(n, c) \ argument
184 #define for_each_child(n, c) \ argument
Dchecks.c246 int n = strspn(node->name, c->data); in check_node_name_chars() local
293 int n = strspn(prop->name, c->data); in check_property_name_chars() local
566 #define node_addr_cells(n) \ argument
568 #define node_size_cells(n) \ argument
Dlivetree.c617 int n = 0, i = 0; in sort_reserve_entries() local
656 int n = 0, i = 0; in sort_properties() local
692 int n = 0, i = 0; in sort_subnodes() local
Dutil.c52 int n, size = 128; /* start with 128 bytes */ in xasprintf() local
/scripts/genksyms/
Dgenksyms.c57 int n; member
365 struct string_list *n, *n2; in concat_list() local
393 struct string_list *res, *n; in copy_list_range() local
453 size_t n; in read_node() local
598 struct string_list *n; in expand_and_crc_sym() local
668 struct symbol *n = sym->expansion_trail; in export_symbol() local
/scripts/kconfig/lxdialog/
Dutil.c671 int n = 0; in item_count() local
679 void item_set(int n) in item_set()
689 int n = 0; in item_n() local
Dmenubox.c171 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
Dtextbox.c280 static void back_lines(int n) in back_lines()
/scripts/kconfig/
Dlist.h60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
Dconfdata.c197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte()
217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
1133 int n, p[3]; in conf_set_all_new_symbols() local
/scripts/
Drecordmcount.c136 size_t const n = read(fd, buf, count); in uread() local
278 size_t n; in write_file() local
Dsign-file.c149 int opt, n; in main() local
Dunifdef.c1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp()
Dasn1_compiler.c753 unsigned nr, t, n; in build_type_list() local
Danalyze_suspend.py603 def __init__(self, a, n, c, t): argument
/scripts/mod/
Dmodpost.c1930 size_t n = strcspn(s, "."); in remove_dot() local
2382 int n; in write_dump() local