Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/sys
File: reboot.h
/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
[0] Fix | Delete
This file is part of the GNU C Library.
[1] Fix | Delete
[2] Fix | Delete
The GNU C Library is free software; you can redistribute it and/or
[3] Fix | Delete
modify it under the terms of the GNU Lesser General Public
[4] Fix | Delete
License as published by the Free Software Foundation; either
[5] Fix | Delete
version 2.1 of the License, or (at your option) any later version.
[6] Fix | Delete
[7] Fix | Delete
The GNU C Library is distributed in the hope that it will be useful,
[8] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[9] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[10] Fix | Delete
Lesser General Public License for more details.
[11] Fix | Delete
[12] Fix | Delete
You should have received a copy of the GNU Lesser General Public
[13] Fix | Delete
License along with the GNU C Library; if not, see
[14] Fix | Delete
<http://www.gnu.org/licenses/>. */
[15] Fix | Delete
[16] Fix | Delete
/* This file should define RB_* macros to be used as flag
[17] Fix | Delete
bits in the argument to the `reboot' system call. */
[18] Fix | Delete
[19] Fix | Delete
#ifndef _SYS_REBOOT_H
[20] Fix | Delete
#define _SYS_REBOOT_H 1
[21] Fix | Delete
[22] Fix | Delete
#include <features.h>
[23] Fix | Delete
[24] Fix | Delete
/* Perform a hard reset now. */
[25] Fix | Delete
#define RB_AUTOBOOT 0x01234567
[26] Fix | Delete
[27] Fix | Delete
/* Halt the system. */
[28] Fix | Delete
#define RB_HALT_SYSTEM 0xcdef0123
[29] Fix | Delete
[30] Fix | Delete
/* Enable reboot using Ctrl-Alt-Delete keystroke. */
[31] Fix | Delete
#define RB_ENABLE_CAD 0x89abcdef
[32] Fix | Delete
[33] Fix | Delete
/* Disable reboot using Ctrl-Alt-Delete keystroke. */
[34] Fix | Delete
#define RB_DISABLE_CAD 0
[35] Fix | Delete
[36] Fix | Delete
/* Stop system and switch power off if possible. */
[37] Fix | Delete
#define RB_POWER_OFF 0x4321fedc
[38] Fix | Delete
[39] Fix | Delete
/* Suspend system using software suspend. */
[40] Fix | Delete
#define RB_SW_SUSPEND 0xd000fce2
[41] Fix | Delete
[42] Fix | Delete
/* Reboot system into new kernel. */
[43] Fix | Delete
#define RB_KEXEC 0x45584543
[44] Fix | Delete
[45] Fix | Delete
__BEGIN_DECLS
[46] Fix | Delete
[47] Fix | Delete
/* Reboot or halt the system. */
[48] Fix | Delete
extern int reboot (int __howto) __THROW;
[49] Fix | Delete
[50] Fix | Delete
__END_DECLS
[51] Fix | Delete
[52] Fix | Delete
#endif /* _SYS_REBOOT_H */
[53] Fix | Delete
[54] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function