函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\acpi\boot.c Create Date:2022-07-27 09:16:26
Last Modify:2020-03-16 21:18:54 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:parse_acpi

函数原型:static int __init parse_acpi(char *arg)

返回类型:int

参数:

类型参数名称
char *arg
1638  如果非arg则返回:负EINVAL
1642  如果字符串比较恒等于0则
1643  disable_acpi()
1646  否则如果字符串比较恒等于0则
1647  acpi_force等于1
1648  acpi_disabled等于0
1651  否则如果字符串比较恒等于0则
1652  acpi_strict等于1
1655  否则如果字符串比较恒等于0则
1656  acpi_gbl_do_not_use_xsdt = TRUE
1659  否则如果字符串比较恒等于0则
1660  acpi_noirq_set()
1663  否则如果字符串比较恒等于0则
1664  acpi_gbl_copy_dsdt_locally等于1
1667  否则如果字符串比较恒等于0则
1668  acpi_disable_cmcff等于1
1669  否则
1671  返回:负EINVAL
1673  返回:0