From b901dab073de26f9052a0c69872c1f3d4f15eea7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 13 Mar 2021 21:35:25 +0100 Subject: Document fsys_getpriv and fsys_init RPCs --- hurd/fsys.defs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hurd/fsys.defs b/hurd/fsys.defs index 35d483cf..286da703 100644 --- a/hurd/fsys.defs +++ b/hurd/fsys.defs @@ -95,8 +95,10 @@ routine fsys_set_options ( options: data_t; do_children: int); -/* The following two calls are only implemented by bootstrap filesystems. */ +/* The following two calls are only implemented by bootstrap filesystems. */ +/* This is called by bootstrap translators to get the privileged host and device + master ports from the bootstrap filesystem. */ routine fsys_getpriv ( fsys: fsys_t; RPT @@ -104,6 +106,8 @@ routine fsys_getpriv ( out device_master: mach_port_send_t; out fstask: mach_port_send_t); +/* This is called by the startup translator to provide the bootstrap filesystem + with proc and auth ports. */ routine fsys_init ( fsys: fsys_t; sreplyport reply_port: sreply_port_t; -- cgit v1.2.3