Function report |
Source Code:fs\char_dev.c |
Create Date:2022-07-28 20:02:46 |
| 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 dev, int *part, void *data)
Type:struct kobject
Parameter:
| Type | Parameter | Name |
|---|---|---|
| dev_t | dev | |
| int * | part | |
| void * | data |
| 658 | If try to load a kernel module("char-major-%d-%d", MAJOR(dev), MINOR(dev)) > 0 Then try to load a kernel module("char-major-%d", MAJOR(dev)) |
| 661 | 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 |