Function report |
Source Code:block\sed-opal.c |
Create Date:2022-07-28 18:12:51 |
Last Modify:2020-03-17 23:36:33 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__opal_lock_unlock
Proto:static int __opal_lock_unlock(struct opal_dev *dev, struct opal_lock_unlock *lk_unlk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct opal_dev * | dev | |
struct opal_lock_unlock * | lk_unlk |
2367 | const struct opal_step unlock_steps[] = {{start_auth_opal_session, & session}, {lock_unlock_locking_range, lk_unlk}, {end_opal_session, }} |
2372 | const struct opal_step unlock_sum_steps[] = {{start_auth_opal_session, & session}, {lock_unlock_locking_range_sum, lk_unlk}, {end_opal_session, }} |
2378 | If sum Then Return execute_steps(dev, unlock_sum_steps, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(unlock_sum_steps)) |
2381 | Else Return execute_steps(dev, unlock_steps, ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(unlock_steps)) |
Name | Describe |
---|---|
opal_lock_unlock | |
opal_unlock_from_suspend |
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 |