| Function report | 
| Source Code: block\sed-opal.c | Create Date:2022-07-28 18:12:33 | 
| Last Modify:2020-03-17 23:36:33 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:init_opal_dev
Proto:struct opal_dev *init_opal_dev(void *data, sec_send_recv *send_recv)
Type:struct opal_dev
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| void * | data | |
| sec_send_recv * | send_recv | 
| 2145 | dev = Allocation memory | 
| 2146 | If Not dev Then Return NULL | 
| 2150 | mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & dev_lock) | 
| 2153 | If check_opal_support(dev) != 0 Then | 
| 2159 | Return dev | 
| 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 |