Loading include/client/syscalls/args.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_ARGS_HPP #define GKFS_SYSCALLS_ARGS_HPP Loading Loading @@ -722,3 +725,5 @@ format_arg_to(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_ARGS_HPP // clang-format on No newline at end of file include/client/syscalls/decoder.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_DECODER_HPP #define GKFS_SYSCALLS_DECODER_HPP Loading Loading @@ -108,3 +111,5 @@ decode(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_DECODER_HPP // clang-format on No newline at end of file include/client/syscalls/detail/syscall_info.h +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef SYSCALLS_DETAIL_SYSCALL_INFO_H #define SYSCALLS_DETAIL_SYSCALL_INFO_H Loading Loading @@ -83,3 +86,5 @@ syscall_never_returns(long); #endif // __cplusplus #endif // SYSCALLS_DETAIL_SYSCALL_INFO_H // clang-format on No newline at end of file include/client/syscalls/rets.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_RETS_HPP #define GKFS_SYSCALLS_RETS_HPP Loading Loading @@ -134,3 +137,5 @@ format_dec_ret_to(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_RETS_HPP // clang-format on No newline at end of file include/client/syscalls/syscall.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALL_HPP #define GKFS_SYSCALL_HPP Loading Loading @@ -214,3 +217,5 @@ error_code(long result) { } // namespace gkfs #endif // GKFS_SYSCALL_HPP // clang-format on No newline at end of file Loading
include/client/syscalls/args.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_ARGS_HPP #define GKFS_SYSCALLS_ARGS_HPP Loading Loading @@ -722,3 +725,5 @@ format_arg_to(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_ARGS_HPP // clang-format on No newline at end of file
include/client/syscalls/decoder.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_DECODER_HPP #define GKFS_SYSCALLS_DECODER_HPP Loading Loading @@ -108,3 +111,5 @@ decode(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_DECODER_HPP // clang-format on No newline at end of file
include/client/syscalls/detail/syscall_info.h +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef SYSCALLS_DETAIL_SYSCALL_INFO_H #define SYSCALLS_DETAIL_SYSCALL_INFO_H Loading Loading @@ -83,3 +86,5 @@ syscall_never_returns(long); #endif // __cplusplus #endif // SYSCALLS_DETAIL_SYSCALL_INFO_H // clang-format on No newline at end of file
include/client/syscalls/rets.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALLS_RETS_HPP #define GKFS_SYSCALLS_RETS_HPP Loading Loading @@ -134,3 +137,5 @@ format_dec_ret_to(FmtBuffer& buffer, } // namespace gkfs #endif // GKFS_SYSCALLS_RETS_HPP // clang-format on No newline at end of file
include/client/syscalls/syscall.hpp +5 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,9 @@ SPDX-License-Identifier: MIT */ // This file uses special C formatting for a better overview // clang-format off #ifndef GKFS_SYSCALL_HPP #define GKFS_SYSCALL_HPP Loading Loading @@ -214,3 +217,5 @@ error_code(long result) { } // namespace gkfs #endif // GKFS_SYSCALL_HPP // clang-format on No newline at end of file