Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\debug\kdb\kdb_main.c Create Date:2022-07-28 11:40:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kdbgetintenv - This function will return the value of an* integer-valued environment variable

Proto:int kdbgetintenv(const char *match, int *value)

Type:int

Parameter:

TypeParameterName
const char *match
int *value
321  diag = kdbgetulenv - This function will return the value of an unsigned* long-valued environment variable.* Parameters:* match A character string representing a numeric value* Outputs:* *value the unsigned long represntation of the env variable 'match'* Returns:
322  If Not diag Then value = val
324  Return diag
Caller
NameDescribe
vkdb_printf
kdb_md
kdb_dmesgkdb_dmesg - This function implements the 'dmesg' command to display* the contents of the syslog buffer.* dmesg [lines] [adjust]
kdb_bt