X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..5ba3f43ea354af8ad55bea84372a2bc834d8757c:/osfmk/man/bootstrap_arguments.html diff --git a/osfmk/man/bootstrap_arguments.html b/osfmk/man/bootstrap_arguments.html old mode 100755 new mode 100644 index 0b62fd7f8..c6c81db78 --- a/osfmk/man/bootstrap_arguments.html +++ b/osfmk/man/bootstrap_arguments.html @@ -1 +1,56 @@ -
Function - Return a set of arguments to the bootstrap task.
kern_return_t bootstrap_arguments (mach_port_t bootstrap, task_t task, pointer_t pointer_t, mach_msg_type_number_t mach_msg_type_number_t);
The kernel will respond to the bootstrap task (task 1) with the arguments and environment specified to the boot loader. The bootstrap task can act as a server on this interface for the tasks that it creates in order to pass arguments to them. The libsa_mach.a standalone Mach C runtime startup code uses bootstrap_arguments and bootstrap_environment to initialize argc, argv, and envp for main.
Only generic errors apply.
Functions: bootstrap_ports, bootstrap_environment. \ No newline at end of file +
+Function - Return a set of arguments to the bootstrap task. +
+kern_return_t bootstrap_arguments + (mach_port_t bootstrap, + task_t task, + pointer_t pointer_t, + mach_msg_type_number_t mach_msg_type_number_t); ++
+
+
+
+
+The kernel will respond to the bootstrap task (task 1) with the +arguments and environment specified to the boot loader. The bootstrap +task can act as a server on this interface for the tasks that it +creates in order to pass arguments to them. The libsa_mach.a +standalone Mach C runtime startup code uses bootstrap_arguments and +bootstrap_environment to initialize argc, argv, +and envp for main. +
+Only generic errors apply. +
+Functions: +bootstrap_ports, +bootstrap_environment. +