Lines Matching refs:status
239 int status;
243 status = connection->handler(operation);
249 status = -EPROTONOSUPPORT;
252 ret = gb_operation_response_send(operation, status);
256 connection->name, status, operation->type, ret);
404 static int gb_operation_status_map(u8 status)
406 switch (status) {
435 * that should represent it in a response message status sent
872 struct gb_message *message, int status)
889 if (status) {
892 connection->name, operation->type, status);
897 } else if (status || gb_operation_is_unidirectional(operation)) {
898 if (gb_operation_result_set(operation, status)) {
1005 /* We must ignore the payload if a bad status is returned */