Searched refs:talloc_asprintf (Results 1 – 10 of 10) sorted by relevance
| /tools/xenstored/ |
| A D | control.c | 67 char *resp = talloc_asprintf(ctx, "Log switch settings:\n"); in do_control_log() 321 resp = talloc_asprintf(ctx, "%s", ""); in do_control_help()
|
| A D | lu_minios.c | 44 errbuf = talloc_asprintf(ctx, "kexec() returned %d", ret); in lu_exec()
|
| A D | lu.c | 92 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 D | transaction.c | 192 return talloc_asprintf(ctx, "%"PRIu64"/%s", trans->generation, name); in transaction_get_node_name() 594 tname = talloc_asprintf(trans, "%"PRIu64, in check_transactions()
|
| A D | talloc.h | 122 char *talloc_asprintf(const void *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
|
| A D | core.h | 334 char *s = talloc_asprintf(NULL, __VA_ARGS__); \
|
| A D | domain.c | 732 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 D | talloc_guide.txt | 210 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 D | core.c | 145 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 D | talloc.c | 1132 char *talloc_asprintf(const void *t, const char *fmt, ...) in talloc_asprintf() function
|
Completed in 24 milliseconds