Searched defs:size (Results 1 – 19 of 19) sorted by relevance
| /scripts/kconfig/ |
| A D | util.c | 83 void *xmalloc(size_t size) in xmalloc() 92 void *xcalloc(size_t nmemb, size_t size) in xcalloc() 101 void *xrealloc(void *p, size_t size) in xrealloc()
|
| A D | zconf.l | 51 static void append_string(const char *str, int size) in append_string() 65 static void alloc_string(const char *str, int size) in alloc_string()
|
| A D | conf.c | 74 static void xfgets(char *str, int size, FILE *in) in xfgets()
|
| A D | symbol.c | 644 int size; in sym_set_string_value() local 955 int i, cnt, size; in sym_re_search() local
|
| A D | mconf.c | 299 int size; in set_config_filename() local
|
| A D | confdata.c | 795 int size = slash - name + 1; in conf_write() local
|
| A D | nconf.c | 632 int size; in set_config_filename() local
|
| /scripts/dtc/libfdt/ |
| A D | fdt_addresses.c | 58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
|
| A D | fdt.h | 33 fdt64_t size; member
|
| A D | fdt.c | 51 uint32_t base, uint32_t size) in check_block_()
|
| A D | fdt_sw.c | 190 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) in fdt_add_reservemap_entry()
|
| A D | fdt_rw.c | 156 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv()
|
| A D | fdt_ro.c | 175 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
|
| /scripts/dtc/ |
| A D | util.c | 63 int n, size = 128; /* start with 128 bytes */ in xasprintf() local 350 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
|
| A D | data.c | 200 struct data data_append_re(struct data d, uint64_t address, uint64_t size) in data_append_re()
|
| A D | dtc.h | 240 uint64_t address, size; member
|
| A D | flattree.c | 711 uint64_t address, size; in flat_read_mem_reserve() local
|
| A D | livetree.c | 359 struct reserve_info *build_reserve_entry(uint64_t address, uint64_t size) in build_reserve_entry()
|
| A D | checks.c | 931 unsigned int size; in check_simple_bus_reg() local
|
Completed in 41 milliseconds