Home
last modified time | relevance | path

Searched refs:talloc_asprintf (Results 1 – 10 of 10) sorted by relevance

/tools/xenstored/
A Dcontrol.c67 char *resp = talloc_asprintf(ctx, "Log switch settings:\n"); in do_control_log()
321 resp = talloc_asprintf(ctx, "%s", ""); in do_control_help()
A Dlu_minios.c44 errbuf = talloc_asprintf(ctx, "kexec() returned %d", ret); in lu_exec()
A Dlu.c92 state->filename = talloc_asprintf(NULL, "%s/state_dump", in lu_get_dump_state()
276 ret = talloc_asprintf(ctx, "%s\nDomain %u: %ld s", in lu_reject_reason()
290 filename = talloc_asprintf(ctx, "%s/state_dump", in lu_dump_open()
A Dtransaction.c192 return talloc_asprintf(ctx, "%"PRIu64"/%s", trans->generation, name); in transaction_get_node_name()
594 tname = talloc_asprintf(trans, "%"PRIu64, in check_transactions()
A Dtalloc.h122 char *talloc_asprintf(const void *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
A Dcore.h334 char *s = talloc_asprintf(NULL, __VA_ARGS__); \
A Ddomain.c732 return talloc_asprintf(context, "/local/domain/%u", domid); in talloc_domain_path()
745 resp = talloc_asprintf(ctx, "Domain %u:\n", domid); in domain_get_quota()
769 resp = talloc_asprintf(ctx, "Max. seen accounting values:\n"); in domain_max_global_acc()
1272 result = talloc_asprintf(ctx, "%u", features); in do_get_feature()
A Dtalloc_guide.txt210 talloc_set_name_const(ptr, talloc_asprintf(ptr, fmt, ...));
482 char *talloc_asprintf(const void *t, const char *fmt, ...);
484 The talloc_asprintf() function is the talloc equivalent of the C
A Dcore.c145 return talloc_asprintf(ctx, XENSTORE_LIB_DIR "/%s", filename); in absolute_filename()
914 parent = slash ? talloc_asprintf(ctx, "%.*s", (int)(slash - node), node) in get_parent()
1250 name = talloc_asprintf(ctx, "%s/%s", get_implicit_path(conn), in canonicalize()
1869 return talloc_asprintf(ctx, "%s/%s", s1, s2); in child_name()
1870 return talloc_asprintf(ctx, "/%s", s2); in child_name()
A Dtalloc.c1132 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() function

Completed in 24 milliseconds