Searched refs:response_token_matches (Results 1 – 1 of 1) sorted by relevance
| /linux/block/ |
| H A D | sed-opal.c | 1142 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) in response_token_matches() 1156 if (response_token_matches(tok, OPAL_ENDOFSESSION)) in response_status() 1163 if (!response_token_matches(tok, OPAL_STARTLIST)) in response_status() 1167 if (!response_token_matches(tok, OPAL_ENDLIST)) in response_status() 1595 if (!response_token_matches(tok, OPAL_STARTNAME)) { in response_get_column() 1615 if (!response_token_matches(tok, OPAL_ENDNAME)) { in locking_range_status() 3420 if (!response_token_matches(tok, OPAL_STARTNAME)) { 3445 if (response_token_matches(tok, OPAL_STARTLIST)) { 3453 while (!response_token_matches(tok, OPAL_ENDLIST)) { 3498 if (!response_token_matches(to 1138 static bool response_token_matches(const struct opal_resp_tok *token, u8 match) response_token_matches() function [all...] |