Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 31) sorted by relevance

12

/scripts/include/
Dxalloc.h9 static inline void *xmalloc(size_t size) in xmalloc()
18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc()
27 static inline void *xrealloc(void *p, size_t size) in xrealloc()
Dhashtable.h10 #define HASHTABLE_DECLARE(name, size) struct hlist_head name[size] argument
12 #define HASHTABLE_DEFINE(name, size) \ argument
/scripts/ipe/polgen/
Dpolgen.c18 static int policy_to_buffer(const char *pathname, char **buffer, size_t *size) in policy_to_buffer()
62 static int write_boot_policy(const char *pathname, const char *buf, size_t size) in write_boot_policy()
/scripts/kconfig/
Dlexer.l65 static void append_string(const char *str, int size) in append_string()
79 static void alloc_string(const char *str, int size) in alloc_string()
Dsymbol.c726 int size; in sym_set_string_value() local
993 int i, cnt, size; in sym_re_search() local
Dconf.c78 static void xfgets(char *str, int size, FILE *in) in xfgets()
/scripts/dtc/
Dfdtget.c32 int size; /* data size (1/2/4) */ member
55 int i, size; in show_data() local
Dutil.c49 int n, size = 0; /* start with 128 bytes */ in xavsprintf_append() local
345 int utilfdt_decode_type(const char *fmt, int *type, int *size) in utilfdt_decode_type()
Dfdtput.c26 int size; /* data size (1/2/4) */ member
Ddata.c187 struct data data_append_re(struct data d, uint64_t address, uint64_t size) in data_append_re()
/scripts/
Dinsert-sys-cert.c65 int size; member
201 static void *map_file(char *file_name, int *size) in map_file()
228 static char *read_file(char *file_name, int *size) in read_file()
Dsorttable.c81 static void *mmap_file(char const *fname, size_t *size) in mmap_file()
366 size_t size = 0; in main() local
Dcheckkconfigsymbols.py260 def partition(lst, size): argument
Drecordmcount.c151 static void * umalloc(size_t size) in umalloc()
Dkallsyms.c546 unsigned int i, len, size; in compress_symbols() local
/scripts/dtc/libfdt/
Dfdt_addresses.c58 const char *name, uint64_t addr, uint64_t size) in fdt_appendprop_addrrange()
Dfdt.h33 fdt64_t size; member
Dfdt.c58 uint32_t base, uint32_t size) in check_block_()
Dfdt_sw.c188 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size) in fdt_add_reservemap_entry()
Dfdt_rw.c155 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size) in fdt_add_mem_rsv()
/scripts/mod/
Dmodpost.h73 int size; member
103 size_t size; member
Dfile2alias.c141 unsigned long size, unsigned long id_size, in device_id_check()
341 static void do_usb_table(void *symval, unsigned long size, in do_usb_table()
384 static void do_of_table(void *symval, unsigned long size, in do_of_table()
597 static void do_pnp_device_entry(void *symval, unsigned long size, in do_pnp_device_entry()
623 static void do_pnp_card_entries(void *symval, unsigned long size, in do_pnp_card_entries()
1522 static void do_table(void *symval, unsigned long size, in do_table()
Dmodpost.c390 static void *grab_file(const char *filename, size_t *size) in grab_file()
412 static void release_file(void *file, size_t size) in release_file()
691 unsigned long size = info->modinfo_len; in get_next_modinfo() local
/scripts/genksyms/
Dgenksyms.h70 #define xmalloc(size) ({ void *__ptr = malloc(size); \ argument
/scripts/gendwarfksyms/
Dsymbols.c136 size_t size = 0; in symbol_read_exports() local

12