Lines Matching refs:guest_domid
78 int libxl_evenable_disk_eject(libxl_ctx *ctx, uint32_t guest_domid, in libxl_evenable_disk_eject() argument
90 evg->domid = guest_domid; in libxl_evenable_disk_eject()
93 uint32_t domid = libxl_get_stubdom_id(ctx, guest_domid); in libxl_evenable_disk_eject()
96 domid = guest_domid; in libxl_evenable_disk_eject()
1096 libxl_domid guest_domid, in libxl__device_disk_find_local_path() argument
1133 if (disk->script && guest_domid != INVALID_DOMID) { in libxl__device_disk_find_local_path()
1138 LOGD(DEBUG, guest_domid, in libxl__device_disk_find_local_path()
1142 rc = libxl__device_from_disk(gc, guest_domid, disk, &device); in libxl__device_disk_find_local_path()
1150 LOGD(DEBUG, guest_domid, "Attempting to read node %s", pdpath); in libxl__device_disk_find_local_path()
1154 LOGD(DEBUG, guest_domid, "Accessing cooked block device %s", path); in libxl__device_disk_find_local_path()
1156 LOGD(DEBUG, guest_domid, "No physical-device-path, can't access locally."); in libxl__device_disk_find_local_path()