MNTPROC_DUMP - Return Mount Entries
None.
- struct *mountlist { name hostname; dirpath dirname; mountlist nextentry; };
name and dirpath are defined in
Basic Data Types .
- mountlist MNTPROC_DUMP(void) = 2;
Returns the list of remote mounted file systems. The mountlist contains one entry for each hostname and dirname pair.
None.
Contents | Next section | Index |