/xen/tools/libs/hypfs/ |
A D | core.c | 319 ret = asprintf(&ret_buf, "%"PRIu8, *(uint8_t *)buf); in xenhypfs_read() 322 ret = asprintf(&ret_buf, "%"PRIu16, *(uint16_t *)buf); in xenhypfs_read() 325 ret = asprintf(&ret_buf, "%"PRIu32, *(uint32_t *)buf); in xenhypfs_read() 328 ret = asprintf(&ret_buf, "%"PRIu64, *(uint64_t *)buf); in xenhypfs_read() 340 ret = asprintf(&ret_buf, "%"PRId8, *(int8_t *)buf); in xenhypfs_read() 343 ret = asprintf(&ret_buf, "%"PRId16, *(int16_t *)buf); in xenhypfs_read() 346 ret = asprintf(&ret_buf, "%"PRId32, *(int32_t *)buf); in xenhypfs_read() 349 ret = asprintf(&ret_buf, "%"PRId64, *(int64_t *)buf); in xenhypfs_read()
|
/xen/tools/libxl/ |
A D | osdeps.c | 57 int asprintf(char **buffer, char *fmt, ...) in asprintf() function
|
A D | libxl_osdeps.h | 82 int asprintf(char **buffer, char *fmt, ...);
|
A D | libxlu_disk_l.l | 234 if (asprintf(&newscript, "block-%s", yytext) < 0) {
|
A D | libxl_nic.c | 85 if ( !nic->script && asprintf(&nic->script, "%s/vif-bridge", in libxl__device_nic_setdefault()
|
A D | libxlu_cfg.c | 499 r = asprintf(&new_string, "%s%s", prev->u.string, in xlu__cfg_concat_vals()
|
A D | libxl_json.c | 1060 len = asprintf(&num, "%"PRIu64, val); in libxl__uint64_gen_json()
|
A D | libxlu_disk_l.c | 1725 if (asprintf(&newscript, "block-%s", yytext) < 0) {
|
/xen/tools/misc/ |
A D | xen-detect.c | 94 int r = asprintf(&ver, "V%u.%u", (uint16_t)(regs[0] >> 16), in check_for_xen() 204 int r = asprintf(&ver, "V%s.%s", str, tmp); in check_sysfs()
|
A D | xenhypfs.c | 152 if (asprintf(&p, "%s%s%s", path, (depth == 1) ? "" : "/", in xenhypfs_tree_sub()
|
/xen/tools/libfsimage/zfs/ |
A D | fsi_zfs.c | 112 rc = asprintf(&bootstring, in fsi_zfs_open()
|
/xen/tools/tests/xenstore/ |
A D | xs-test.c | 486 asprintf(&path, "%s/%u", TEST_PATH, getpid()); in main() 490 asprintf(&paths[t], "%s/%c", path, 'a' + t); in main()
|
/xen/xen/include/xen/ |
A D | lib.h | 163 extern int asprintf(char ** bufp, const char * fmt, ...)
|
/xen/tools/xl/ |
A D | xl_utils.c | 297 if (asprintf(&pid, "%ld\n", (long)getpid()) == -1) { in do_daemonize()
|
/xen/tools/console/daemon/ |
A D | io.c | 612 success = asprintf(&path, "%s/limit", con->xspath) != in console_create_tty() 623 success = (asprintf(&path, "%s/%s", con->xspath, con->ttyname) != -1); in console_create_tty() 654 if (asprintf(&path, "%s/%s", dir, name) == -1) { in xs_gather()
|
/xen/stubdom/grub/ |
A D | mini-os.c | 77 asprintf(&path, "device/vbd/%s", list[i]); in init_disk()
|
/xen/xen/common/ |
A D | vsprintf.c | 886 int asprintf(char **bufp, const char *fmt, ...) in asprintf() function
|
/xen/tools/xenpaging/ |
A D | xenpaging.c | 328 if ( asprintf(&watch_target_tot_pages, "%s/%s", dom_path, WATCH_TARGETPAGES) < 0 ) in xenpaging_init()
|
/xen/tools/libxc/ |
A D | xc_sr_save.c | 462 if ( asprintf(&new_str, "Frames iteration %u", iter) == -1 ) in update_progress_string()
|
/xen/xen/arch/x86/hvm/ |
A D | ioreq.c | 662 rc = asprintf(&name, "ioreq_server %d %s", id, in hvm_ioreq_server_alloc_rangesets()
|
/xen/tools/xenstore/ |
A D | talloc_guide.txt | 485 library function asprintf()
|