Searched refs:xcalloc (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_utils.h | 138 void *xcalloc(size_t n, size_t sz);
|
A D | xl_utils.c | 75 void *xcalloc(size_t n, size_t sz) in xcalloc() function
|
A D | xl_parse.c | 599 b_info->vnuma_nodes = xcalloc(num_vnuma, sizeof(libxl_vnode_info)); in parse_vnuma_config() 600 vcpu_parsed = xcalloc(num_vnuma, sizeof(libxl_bitmap)); in parse_vnuma_config() 613 p->distances = xcalloc(b_info->num_vnuma_nodes, in parse_vnuma_config()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | util.c | 140 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
|
A D | lkc.h | 117 void *xcalloc(size_t nmemb, size_t size);
|
A D | mconf.c | 334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
|
A D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp()
|
Completed in 11 milliseconds