| /scripts/include/ | 
| D | xalloc.h | 9 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()
  | 
| D | hashtable.h | 10 #define HASHTABLE_DECLARE(name, size)		struct hlist_head name[size]  argument 12 #define HASHTABLE_DEFINE(name, size)						\  argument
  | 
| /scripts/ipe/polgen/ | 
| D | polgen.c | 18 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/ | 
| D | lexer.l | 65 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()
  | 
| D | symbol.c | 726 	int size;  in sym_set_string_value()  local 993 	int i, cnt, size;  in sym_re_search()  local
  | 
| D | conf.c | 78 static void xfgets(char *str, int size, FILE *in)  in xfgets()
  | 
| /scripts/dtc/ | 
| D | fdtget.c | 32 	int size;		/* data size (1/2/4) */  member 55 	int i, size;  in show_data()  local
  | 
| D | util.c | 49 	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()
  | 
| D | fdtput.c | 26 	int size;		/* data size (1/2/4) */  member
  | 
| D | data.c | 187 struct data data_append_re(struct data d, uint64_t address, uint64_t size)  in data_append_re()
  | 
| /scripts/ | 
| D | insert-sys-cert.c | 65 	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()
  | 
| D | sorttable.c | 81 static void *mmap_file(char const *fname, size_t *size)  in mmap_file() 366 	size_t size = 0;  in main()  local
  | 
| D | checkkconfigsymbols.py | 260 def partition(lst, size):  argument
  | 
| D | recordmcount.c | 151 static void * umalloc(size_t size)  in umalloc()
  | 
| D | kallsyms.c | 546 	unsigned int i, len, size;  in compress_symbols()  local
  | 
| /scripts/dtc/libfdt/ | 
| D | fdt_addresses.c | 58 			     const char *name, uint64_t addr, uint64_t size)  in fdt_appendprop_addrrange()
  | 
| D | fdt.h | 33 	fdt64_t size;  member
  | 
| D | fdt.c | 58 			uint32_t base, uint32_t size)  in check_block_()
  | 
| D | fdt_sw.c | 188 int fdt_add_reservemap_entry(void *fdt, uint64_t addr, uint64_t size)  in fdt_add_reservemap_entry()
  | 
| D | fdt_rw.c | 155 int fdt_add_mem_rsv(void *fdt, uint64_t address, uint64_t size)  in fdt_add_mem_rsv()
  | 
| /scripts/mod/ | 
| D | modpost.h | 73 	int size;  member 103 	size_t size;  member
  | 
| D | file2alias.c | 141 			    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()
  | 
| D | modpost.c | 390 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/ | 
| D | genksyms.h | 70 #define xmalloc(size) ({ void *__ptr = malloc(size);		\  argument
  | 
| /scripts/gendwarfksyms/ | 
| D | symbols.c | 136 	size_t size = 0;  in symbol_read_exports()  local
  |