Searched refs:xs_domid (Results 1 – 2 of 2) sorted by relevance
352 char *xs_domid, *con_domid; in libxl__build_pre() local479 xs_domid = xs_read(ctx->xsh, XBT_NULL, "/tool/xenstored/domid", NULL); in libxl__build_pre()480 state->store_domid = xs_domid ? atoi(xs_domid) : 0; in libxl__build_pre()481 free(xs_domid); in libxl__build_pre()
1175 const char *xs_domid; in libxl__get_domid() local1177 rc = libxl__xs_read_checked(gc, XBT_NULL, DOMID_XS_PATH, &xs_domid); in libxl__get_domid()1179 if (!xs_domid) { in libxl__get_domid()1185 *domid = atoi(xs_domid); in libxl__get_domid()
Completed in 8 milliseconds