Function report |
Source Code:block\genhd.c |
Create Date:2022-07-28 17:18:28 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:base_probe
Proto:static struct kobject *base_probe(dev_t devt, int *partno, void *data)
Type:struct kobject
Parameter:
| Type | Parameter | Name |
|---|---|---|
| dev_t | devt | |
| int * | partno | |
| void * | data |
| 1088 | If try to load a kernel module("block-major-%d-%d", MAJOR(devt), MINOR(devt)) > 0 Then try to load a kernel module("block-major-%d", MAJOR(devt)) |
| 1091 | Return NULL |
| 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 |