Lines Matching defs:value
591 * page request list. Queue it. Set the value of element
767 addr = channels->value->addr;
1135 * Send a 'SHUT' message on the return channel with the given value
1136 * to indicate that we've finished with the RP. Non-0 value indicates
1140 uint32_t value)
1144 buf = cpu_to_be32(value);
1149 * Send a 'PONG' message on the return channel with the given value
1153 uint32_t value)
1157 buf = cpu_to_be32(value);
1200 void migrate_send_rp_resume_ack(MigrationIncomingState *mis, uint32_t value)
1204 buf = cpu_to_be32(value);
2210 MigrationChannelType type = channels->value->channel_type;
2217 channelv[type] = channels->value;
2433 uint32_t value, Error **errp)
2435 trace_source_return_path_thread_resume_ack(value);
2437 if (value != MIGRATION_RESUME_ACK_VALUE) {
2438 error_setg(errp, "illegal resume_ack value %"PRIu32, value);