Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\device_cgroup.c Create Date:2022-07-28 19:55:49
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:type_to_char

Proto:static char type_to_char(short type)

Type:char

Parameter:

TypeParameterName
shorttype
250  If type == his represents all devices Then Return 'a'
252  If type == DEVCG_DEV_CHAR Then Return 'c'
254  If type == DEVCG_DEV_BLOCK Then Return 'b'
256  Return 'X'
Caller
NameDescribe
devcgroup_seq_show