Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:10:57 |
Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cmd_start
Proto:static int cmd_start(struct opal_dev *dev, const u8 *uid, const u8 *method)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct opal_dev * | dev | |
const u8 * | uid | |
const u8 * | method |
1028 | err = 0 |
1030 | clear_opal_cmd(dev) |
1033 | add_token_u8( & err, dev, OPAL_CALL) |
1034 | add_token_bytestring( & err, dev, uid, OPAL_UID_LENGTH) |
1035 | add_token_bytestring( & err, dev, method, User IDs used in the TCG storage SSCs* Derived from: TCG_Storage_Architecture_Core_Spec_v2.01_r1.00* Section: 6.3 Assigned UIDs) |
1042 | add_token_u8( & err, dev, OPAL_STARTLIST) |
1044 | Return err |
Name | Describe |
---|---|
generic_get_column | quest @column from table @table on device @dev. On success, the column* data will be available in dev->resp->tok[4] |
gen_key | |
generic_table_write_data | |
generic_lr_enable_disable | |
setup_locking_range | |
start_generic_opal_session | |
start_auth_opal_session | |
revert_tper | |
internal_activate_user | |
erase_locking_range | |
set_mbr_done | |
set_mbr_enable_disable | |
generic_pw_cmd | |
add_user_to_lr | |
lock_unlock_locking_range | |
activate_lsp | |
read_table_data |
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 |