Searched refs:opal_resp_tok (Results 1 – 1 of 1) sorted by relevance
52 struct opal_resp_tok { struct73 struct opal_resp_tok toks[MAX_TOKS]; argument770 static const struct opal_resp_tok *response_get_token( in response_get_token()774 const struct opal_resp_tok *tok; in response_get_token()796 static ssize_t response_parse_tiny(struct opal_resp_tok *tok, in response_parse_tiny()813 static ssize_t response_parse_short(struct opal_resp_tok *tok, in response_parse_short()843 static ssize_t response_parse_medium(struct opal_resp_tok *tok, in response_parse_medium()860 static ssize_t response_parse_long(struct opal_resp_tok *tok, in response_parse_long()877 static ssize_t response_parse_token(struct opal_resp_tok *tok, in response_parse_token()892 struct opal_resp_tok *iter; in response_parse()[all …]