Home
last modified time | relevance | path

Searched refs:talloc_zero (Results 1 – 5 of 5) sorted by relevance

/xen/tools/xenstore/
A Dtalloc.h50 #define talloc_zero(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type) macro
80 #define talloc_zero_p(ctx, type) talloc_zero(ctx, type)
A Dxenstored_transaction.c265 i = talloc_zero(trans, struct accessed_node); in access_node()
463 trans = talloc_zero(in, struct transaction); in do_transaction_start()
A Dxenstored_core.c610 data = talloc_zero(ctx, struct buffered_data); in new_buffer()
1507 new = talloc_zero(talloc_autofree_context(), struct connection); in new_connection()
1597 node = talloc_zero(NULL, struct node); in manual_node()
A Dtalloc_guide.txt428 (type *)talloc_zero(const void *ctx, type);
430 The talloc_zero() macro is equivalent to:
A Dtdb.c1545 if (!(tdb = talloc_zero(name, TDB_CONTEXT))) {

Completed in 24 milliseconds