Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:11:04 |
Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:quest @column from table @table on device @dev. On success, the column* data will be available in dev->resp->tok[4]
Proto:static int generic_get_column(struct opal_dev *dev, const u8 *table, u64 column)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct opal_dev * | dev | |
const u8 * | table | |
u64 | column |
1117 | err = cmd_start(dev, table, TCG Storage SSC Methods.* Derived from: TCG_Storage_Architecture_Core_Spec_v2.01_r1.00* Section: 6.3 Assigned UIDs[OPAL_GET]) |
1119 | add_token_u8( & err, dev, OPAL_STARTLIST) |
1121 | add_token_u8( & err, dev, OPAL_STARTNAME) |
1122 | add_token_u8( & err, dev, OPAL_STARTCOLUMN) |
1123 | add_token_u64( & err, dev, column) |
1124 | add_token_u8( & err, dev, OPAL_ENDNAME) |
1126 | add_token_u8( & err, dev, OPAL_STARTNAME) |
1127 | add_token_u8( & err, dev, OPAL_ENDCOLUMN) |
1128 | add_token_u64( & err, dev, column) |
1129 | add_token_u8( & err, dev, OPAL_ENDNAME) |
1131 | add_token_u8( & err, dev, OPAL_ENDLIST) |
1136 | Return finalize_and_send(dev, Parses and checks for errors ) |
Name | Describe |
---|---|
generic_get_table_info | see TCG SAS 5.3.2.3 for a description of the available columns* the result is provided in dev->resp->tok[4] |
get_active_key | |
get_lsp_lifecycle | Determine if we're in the Manufactured Inactive or Active state |
get_msid_cpin_pin |
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 |