Lines Matching refs:DEBUG
1104 LOG(DEBUG, "Non-local backend, can't access locally.\n"); in libxl__device_disk_find_local_path()
1115 LOG(DEBUG, "Directly accessing local RAW disk %s", path); in libxl__device_disk_find_local_path()
1125 LOG(DEBUG, "Directly accessing local QDISK target %s", path); in libxl__device_disk_find_local_path()
1138 LOGD(DEBUG, guest_domid, 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()
1181 LOG(DEBUG, "Strange, dls->diskpath already set: %s", dls->diskpath); in libxl__device_disk_local_initiate_attach()
1183 LOG(DEBUG, "Trying to find local path"); in libxl__device_disk_local_initiate_attach()
1188 LOG(DEBUG, "Local path found, executing callback."); in libxl__device_disk_local_initiate_attach()
1191 LOG(DEBUG, "Local path not found, initiating attach."); in libxl__device_disk_local_initiate_attach()
1243 LOG(DEBUG, "locally attached disk %s", dls->diskpath); in local_device_attach_cb()