Lines Matching defs:s
586 * the device's current memory state.
763 error_report("%s: Received unexpected msg type."
775 error_report("%s: Unexpected size for postcopy reply "
781 /* Get the postcopy client base from the backend's reply. */
790 error_report("%s: invalid postcopy reply for region. "
938 error_report("%s: Received unexpected msg type."
949 error_report("%s: Unexpected size for postcopy reply "
961 * didn't have fd's
979 error_report("%s: postcopy reply not fully consumed "
1018 * Postcopy has enough differences that it's best done in it's own
1419 uint8_t s;
1422 ret = vhost_user_get_status(dev, &s);
1427 if ((s & status) == status) {
1430 s |= status;
1432 return vhost_user_set_status(dev, s);
1950 error_report("%s: Failed to find region for fault %" PRIx64,
2025 error_setg(errp, "%s: Failed to get ufd", __func__);