Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:09:52 |
Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:opal_error_to_human
Proto:static const char *opal_error_to_human(int error)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
int | error |
252 | If error == 0x3f Then Return "Failed" |
255 | If error >= ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(Derived from:* TCG_Storage_Architecture_Core_Spec_v2.01_r1.00* Section: 5.1.5 Method Status Codes) || error < 0 Then Return "Unknown Error" |
258 | Return Derived from:* TCG_Storage_Architecture_Core_Spec_v2.01_r1.00* Section: 5.1.5 Method Status Codes[error] |
Name | Describe |
---|---|
execute_step |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |