Home
last modified time | relevance | path

Searched refs:xcalloc (Results 1 – 7 of 7) sorted by relevance

/xen-4.10.0-shim-comet/tools/xl/
A Dxl_utils.h138 void *xcalloc(size_t n, size_t sz);
A Dxl_utils.c75 void *xcalloc(size_t n, size_t sz) in xcalloc() function
A Dxl_parse.c599 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 Dutil.c140 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
A Dlkc.h117 void *xcalloc(size_t nmemb, size_t size);
A Dmconf.c334 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle()
337 subtitles = pos = xcalloc(1, sizeof(*pos)); in set_subtitle()
A Dexpr.c19 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