Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:error_type_string

Proto:static const char *error_type_string(int etype)

Type:char

Parameter:

TypeParameterName
intetype
177  Case etype == EI_ETYPE_NULL
178  Return "NULL"
179  Case etype == EI_ETYPE_ERRNO
180  Return "ERRNO"
181  Case etype == EI_ETYPE_ERRNO_NULL
182  Return "ERRNO_NULL"
183  Default
184  Return "(unknown)"
Caller
NameDescribe
ei_seq_show