Home
last modified time | relevance | path

Searched refs:asprintf (Results 1 – 21 of 21) sorted by relevance

/xen/tools/libs/hypfs/
A Dcore.c319 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 Dosdeps.c57 int asprintf(char **buffer, char *fmt, ...) in asprintf() function
A Dlibxl_osdeps.h82 int asprintf(char **buffer, char *fmt, ...);
A Dlibxlu_disk_l.l234 if (asprintf(&newscript, "block-%s", yytext) < 0) {
A Dlibxl_nic.c85 if ( !nic->script && asprintf(&nic->script, "%s/vif-bridge", in libxl__device_nic_setdefault()
A Dlibxlu_cfg.c499 r = asprintf(&new_string, "%s%s", prev->u.string, in xlu__cfg_concat_vals()
A Dlibxl_json.c1060 len = asprintf(&num, "%"PRIu64, val); in libxl__uint64_gen_json()
A Dlibxlu_disk_l.c1725 if (asprintf(&newscript, "block-%s", yytext) < 0) {
/xen/tools/misc/
A Dxen-detect.c94 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 Dxenhypfs.c152 if (asprintf(&p, "%s%s%s", path, (depth == 1) ? "" : "/", in xenhypfs_tree_sub()
/xen/tools/libfsimage/zfs/
A Dfsi_zfs.c112 rc = asprintf(&bootstring, in fsi_zfs_open()
/xen/tools/tests/xenstore/
A Dxs-test.c486 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 Dlib.h163 extern int asprintf(char ** bufp, const char * fmt, ...)
/xen/tools/xl/
A Dxl_utils.c297 if (asprintf(&pid, "%ld\n", (long)getpid()) == -1) { in do_daemonize()
/xen/tools/console/daemon/
A Dio.c612 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 Dmini-os.c77 asprintf(&path, "device/vbd/%s", list[i]); in init_disk()
/xen/xen/common/
A Dvsprintf.c886 int asprintf(char **bufp, const char *fmt, ...) in asprintf() function
/xen/tools/xenpaging/
A Dxenpaging.c328 if ( asprintf(&watch_target_tot_pages, "%s/%s", dom_path, WATCH_TARGETPAGES) < 0 ) in xenpaging_init()
/xen/tools/libxc/
A Dxc_sr_save.c462 if ( asprintf(&new_str, "Frames iteration %u", iter) == -1 ) in update_progress_string()
/xen/xen/arch/x86/hvm/
A Dioreq.c662 rc = asprintf(&name, "ioreq_server %d %s", id, in hvm_ioreq_server_alloc_rangesets()
/xen/tools/xenstore/
A Dtalloc_guide.txt485 library function asprintf()

Completed in 36 milliseconds