函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\sed-opal.c Create Date:2022-07-27 19:45:57
Last Modify:2020-03-17 23:36:33 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:response_status

函数原型:static u8 response_status(const struct parsed_resp *resp)

返回类型:u8

参数:

类型参数名称
const struct parsed_resp *resp
986  tok等于response_get_token(resp, 0)
987  如果response_token_matches(tok, OPAL_ENDOFSESSION)则返回:0
990  如果num小于5则返回:DTAERROR_NO_METHOD_STATUS
993  tok等于response_get_token(resp, num - 5)
994  如果非response_token_matches(tok, OPAL_STARTLIST)则返回:DTAERROR_NO_METHOD_STATUS
997  tok等于response_get_token(resp, num - 1)
998  如果非response_token_matches(tok, OPAL_ENDLIST)则返回:DTAERROR_NO_METHOD_STATUS
1001  返回:response_get_u64(resp, num - 4)
调用者
名称描述
parse_and_check_statusParses and checks for errors