Function report |
Source Code:fs\char_dev.c |
Create Date:2022-07-28 20:02:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_chrdev_region() - register a range of char device numbers*@dev: output parameter for first assigned number*@baseminor: first of the requested range of minor numbers*@count: the number of minor numbers required*@name: the name of the associated
Proto:int alloc_chrdev_region(dev_t *dev, unsigned baseminor, unsigned count, const char *name)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
dev_t * | dev | |
unsigned | baseminor | |
unsigned | count | |
const char * | name |
244 | Return 0 |
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 |