Home
last modified time | relevance | path

Searched defs:n (Results 1 – 14 of 14) 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.h8 #define _B(n) ((unsigned long long)((uint8_t *)&x)[n]) argument
Dfdt_ro.c83 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
Dfdt_rw.c189 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv()
/scripts/genksyms/
Dgenksyms.c58 int n; member
366 struct string_list *n, *n2; in concat_list() local
394 struct string_list *res, *n; in copy_list_range() local
452 size_t n; in read_node() local
597 struct string_list *n; in expand_and_crc_sym() local
667 struct symbol *n = sym->expansion_trail; in export_symbol() local
/scripts/dtc/
Ddtc.h65 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) argument
162 #define for_each_property(n, p) \ argument
165 #define for_each_child(n, c) \ argument
Dlivetree.c496 int n = 0, i = 0; in sort_reserve_entries() local
535 int n = 0, i = 0; in sort_properties() local
571 int n = 0, i = 0; in sort_subnodes() local
Dchecks.c253 int n = strspn(node->name, c->data); in check_node_name_chars() local
273 int n = strspn(prop->name, c->data); in check_property_name_chars() local
509 #define node_addr_cells(n) \ argument
511 #define node_size_cells(n) \ argument
/scripts/kconfig/lxdialog/
Dutil.c615 int n = 0; in item_count() local
623 void item_set(int n) in item_set()
633 int n = 0; in item_n() local
Dtextbox.c271 static void back_lines(int n) in back_lines()
Dmenubox.c169 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
/scripts/
Drecordmcount.c93 size_t const n = read(fd, buf, count); in uread() local
104 size_t const n = write(fd, buf, count); in uwrite() local
Dunifdef.c1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp()
/scripts/mod/
Dmodpost.c2084 int n; in write_dump() local