Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:11:48 |
Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set_mbr_done
Proto:static int set_mbr_done(struct opal_dev *dev, void *data)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct opal_dev * | dev | |
void * | data |
1604 | mbr_done_tf = data |
1607 | err = cmd_start(dev, opaluid[OPAL_MBRCONTROL], TCG Storage SSC Methods.* Derived from: TCG_Storage_Architecture_Core_Spec_v2.01_r1.00* Section: 6.3 Assigned UIDs[OPAL_SET]) |
1610 | add_token_u8( & err, dev, OPAL_STARTNAME) |
1611 | add_token_u8( & err, dev, OPAL_VALUES) |
1612 | add_token_u8( & err, dev, OPAL_STARTLIST) |
1613 | add_token_u8( & err, dev, OPAL_STARTNAME) |
1614 | add_token_u8( & err, dev, OPAL_MBRDONE) |
1615 | add_token_u8( & err, dev, * mbr_done_tf) |
1616 | add_token_u8( & err, dev, OPAL_ENDNAME) |
1617 | add_token_u8( & err, dev, OPAL_ENDLIST) |
1618 | add_token_u8( & err, dev, OPAL_ENDNAME) |
1620 | If err Then |
1625 | Return finalize_and_send(dev, Parses and checks for errors ) |
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 |