Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-5.15.0-186 /
include /
acpi /
Delete
Unzip
Name
Size
Permission
Date
Action
platform
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
acbuffer.h
8.92
KB
-rw-r--r--
2021-11-01 05:53
acconfig.h
7.41
KB
-rw-r--r--
2021-11-01 05:53
acexcep.h
16.94
KB
-rw-r--r--
2021-11-01 05:53
acnames.h
2.19
KB
-rw-r--r--
2021-11-01 05:53
acoutput.h
16.37
KB
-rw-r--r--
2021-11-01 05:53
acpi.h
1.33
KB
-rw-r--r--
2021-11-01 05:53
acpi_bus.h
20.52
KB
-rw-r--r--
2026-06-21 00:49
acpi_drivers.h
2.55
KB
-rw-r--r--
2021-11-01 05:53
acpi_io.h
723
B
-rw-r--r--
2021-11-01 05:53
acpi_lpat.h
1.16
KB
-rw-r--r--
2021-11-01 05:53
acpi_numa.h
970
B
-rw-r--r--
2021-11-01 05:53
acpiosxf.h
11.35
KB
-rw-r--r--
2021-11-01 05:53
acpixf.h
31.1
KB
-rw-r--r--
2026-06-21 00:49
acrestyp.h
19.05
KB
-rw-r--r--
2021-11-01 05:53
actbl.h
18.35
KB
-rw-r--r--
2021-11-01 05:53
actbl1.h
43.13
KB
-rw-r--r--
2021-11-01 05:53
actbl2.h
57.14
KB
-rw-r--r--
2021-11-01 05:53
actbl3.h
21.87
KB
-rw-r--r--
2021-11-01 05:53
actypes.h
41.71
KB
-rw-r--r--
2026-06-21 00:49
acuuid.h
3.44
KB
-rw-r--r--
2021-11-01 05:53
apei.h
1.4
KB
-rw-r--r--
2026-06-21 00:49
battery.h
594
B
-rw-r--r--
2021-11-01 05:53
button.h
401
B
-rw-r--r--
2021-11-01 05:53
cppc_acpi.h
4.44
KB
-rw-r--r--
2026-06-21 00:49
ghes.h
3.63
KB
-rw-r--r--
2026-06-21 00:49
hed.h
370
B
-rw-r--r--
2021-11-01 05:53
nfit.h
351
B
-rw-r--r--
2021-11-01 05:53
pcc.h
651
B
-rw-r--r--
2021-11-01 05:53
pdc_intel.h
1.02
KB
-rw-r--r--
2021-11-01 05:53
processor.h
11.66
KB
-rw-r--r--
2021-11-01 05:53
reboot.h
201
B
-rw-r--r--
2021-11-01 05:53
video.h
2.8
KB
-rw-r--r--
2021-11-01 05:53
Save
Rename
/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /****************************************************************************** * * Name: acnames.h - Global names and strings * * Copyright (C) 2000 - 2021, Intel Corp. * *****************************************************************************/ #ifndef __ACNAMES_H__ #define __ACNAMES_H__ /* Method names - these methods can appear anywhere in the namespace */ #define METHOD_NAME__ADR "_ADR" #define METHOD_NAME__AEI "_AEI" #define METHOD_NAME__BBN "_BBN" #define METHOD_NAME__CBA "_CBA" #define METHOD_NAME__CID "_CID" #define METHOD_NAME__CLS "_CLS" #define METHOD_NAME__CRS "_CRS" #define METHOD_NAME__DDN "_DDN" #define METHOD_NAME__DIS "_DIS" #define METHOD_NAME__DMA "_DMA" #define METHOD_NAME__HID "_HID" #define METHOD_NAME__INI "_INI" #define METHOD_NAME__PLD "_PLD" #define METHOD_NAME__DSD "_DSD" #define METHOD_NAME__PRS "_PRS" #define METHOD_NAME__PRT "_PRT" #define METHOD_NAME__PRW "_PRW" #define METHOD_NAME__PS0 "_PS0" #define METHOD_NAME__PS1 "_PS1" #define METHOD_NAME__PS2 "_PS2" #define METHOD_NAME__PS3 "_PS3" #define METHOD_NAME__REG "_REG" #define METHOD_NAME__SB_ "_SB_" #define METHOD_NAME__SEG "_SEG" #define METHOD_NAME__SRS "_SRS" #define METHOD_NAME__STA "_STA" #define METHOD_NAME__SUB "_SUB" #define METHOD_NAME__UID "_UID" /* Method names - these methods must appear at the namespace root */ #define METHOD_PATHNAME__PTS "\\_PTS" #define METHOD_PATHNAME__SST "\\_SI._SST" #define METHOD_PATHNAME__WAK "\\_WAK" /* Definitions of the predefined namespace names */ #define ACPI_UNKNOWN_NAME (u32) 0x3F3F3F3F /* Unknown name is "????" */ #define ACPI_PREFIX_MIXED (u32) 0x69706341 /* "Acpi" */ #define ACPI_PREFIX_LOWER (u32) 0x69706361 /* "acpi" */ /* Root name stuff */ #define ACPI_ROOT_NAME (u32) 0x5F5F5F5C /* Root name is "\___" */ #define ACPI_ROOT_PATHNAME "\\___" #define ACPI_NAMESPACE_ROOT "Namespace Root" #define ACPI_NS_ROOT_PATH "\\" #endif /* __ACNAMES_H__ */