diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-04-06 01:04:15 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-04-07 00:44:58 +0200 |
commit | 6f10e3b8c58b0354d3ed9ea486779024b6ffcb5d (patch) | |
tree | 42cf73f33ec15ce8ed33c095039823190e172290 /doc | |
parent | 4fd5e9c2c18fa71ebc6dce5fcfe077f8c9f29bab (diff) | |
download | gnumach-6f10e3b8c58b0354d3ed9ea486779024b6ffcb5d.tar.gz gnumach-6f10e3b8c58b0354d3ed9ea486779024b6ffcb5d.tar.bz2 gnumach-6f10e3b8c58b0354d3ed9ea486779024b6ffcb5d.zip |
Remove host_get_boot_info and host_get_kernel_boot_info since they are not used.
host_get_kernel_boot_info was added recently to fix the use of
MACH_MSG_TYPE_STRING.
Message-Id: <ZC5Sz8a4FCT6IjCY@jupiter.tail36e24.ts.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mach.texi | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/mach.texi b/doc/mach.texi index fdc36d45..7eb5baa1 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -5595,20 +5595,6 @@ inaccessible memory, it returns @code{KERN_INVALID_ADDRESS}, and @code{KERN_SUCCESS} otherwise. @end deftypefun -@deftypefun kern_return_t host_get_kernel_boot_info (@w{host_priv_t @var{host_priv}}, @w{kernel_boot_info_t @var{boot_info}}) -The @code{host_get_kernel_boot_info} function returns the boot-time information -string supplied by the operator to the kernel executing on -@var{host_priv} in the character string @var{boot_info}. The constant -@code{KERNEL_BOOT_INFO_MAX} should be used to dimension storage for the -returned string if the @code{kernel_boot_info_t} declaration is not -used. - -If the boot-time information string supplied by the operator is longer -than @code{KERNEL_BOOT_INFO_MAX}, the result is truncated and not -necessarily null-terminated. -@end deftypefun - - @node Host Time @section Host Time |