Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_control.c174 resp = talloc_array(ctx, char, len); in do_control_help()
207 vec = talloc_array(in, char *, num); in do_control()
A Dtalloc.h54 #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type) macro
82 #define talloc_array_p(ctx, type, count) talloc_array(ctx, type, count)
A Dxenstored_watch.c99 data = talloc_array(ctx, char, len); in add_event()
A Dxenstored_core.c705 bdata->buffer = talloc_array(bdata, char, len); in send_reply()
873 data = talloc_array(in, char, genlen + len + 1); in send_directory_part()
944 children = talloc_array(ctx, char, parent->childlen + baselen); in construct_node()
1271 perms.p = talloc_array(in, struct xs_permissions, perms.num); in do_set_perms()
1471 in->buffer = talloc_array(in, char, in->hdr.msg.len); in handle_input()
A Dtalloc_guide.txt284 talloc_realloc(context, NULL, type, N) ==> talloc_array(context, type, N);
500 (type *)talloc_array(const void *ctx, type, uint_t count);
502 The talloc_array() macro is equivalent to:
514 known. It operates in the same way as talloc_array(), but takes a size
A Dxenstored_transaction.c272 i->perms.p = talloc_array(i, struct xs_permissions, in access_node()
A Dxenstored_domain.c653 perms->p = talloc_array(NULL, struct xs_permissions, perms->num); in set_dom_perms_default()

Completed in 13 milliseconds