Searched refs:xs_domid (Results 1 – 2 of 2) sorted by relevance
251 char *xs_domid, *con_domid; in libxl__build_pre() local377 xs_domid = xs_read(ctx->xsh, XBT_NULL, "/tool/xenstored/domid", NULL); in libxl__build_pre()378 state->store_domid = xs_domid ? atoi(xs_domid) : 0; in libxl__build_pre()379 free(xs_domid); in libxl__build_pre()
1633 const char *xs_domid; in libxl__get_domid() local1635 rc = libxl__xs_read_checked(gc, XBT_NULL, DOMID_XS_PATH, &xs_domid); in libxl__get_domid()1637 if (!xs_domid) { in libxl__get_domid()1643 *domid = atoi(xs_domid); in libxl__get_domid()
Completed in 8 milliseconds