函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:execute_step

函数原型:static int execute_step(struct opal_dev *dev, const struct opal_step *step, size_t stepIndex)

返回类型:int

参数:

类型参数名称
struct opal_dev *dev
const struct opal_step *step
size_tstepIndex
384  error等于fn(dev, data)
386  如果error
387  pr_debug("Step %zu (%pS) failed with error %d: %s\n", stepIndex, fn, error, opal_error_to_human(error))
392  返回:error
调用者
名称描述
execute_steps
opal_discovery0_step
end_opal_session_error