home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / languages / c / oslib / HelpData / NFS / HelpData next >
Encoding:
Text File  |  1995-07-12  |  5.1 KB  |  129 lines

  1. nfs_NOBODY_ID
  2. Defined in:       <nfs=>nfs.$>.h
  3. Declaration:      #define nfs_NOBODY_ID 32767nfs_NOBODY_GROUP
  4. Defined in:       <nfs=>nfs.$>.h
  5. Declaration:      #define nfs_NOBODY_GROUP 9999xnfs_mount
  6. Defined in:       <nfs=>nfs.$>.h
  7. Declaration:      extern <os_error=>os.os_error> *xnfs_mount (char const *file_server,
  8.                      char const *mount_name,
  9.                      char const *path);
  10. Description:      Mounts a directory
  11. Entry:            file_server (R0)
  12.                   mount_name (R1)
  13.                   path (R2)nfs_mount
  14. Defined in:       <nfs=>nfs.$>.h
  15. Declaration:      extern void nfs_mount (char const *file_server,
  16.                      char const *mount_name,
  17.                      char const *path);
  18. Description:      Mounts a directory
  19. Entry:            file_server (R0)
  20.                   mount_name (R1)
  21.                   path (R2)xnfs_mount_list
  22. Defined in:       <nfs=>nfs.$>.h
  23. Declaration:      extern <os_error=>os.os_error> *xnfs_mount_list (char const *file_server,
  24.                      char *context,
  25.                      char **context_out);
  26. Description:      Lists current mount points
  27. Entry:            file_server (R0)
  28.                   context (R1)
  29. Exit:             context_out (R1)nfs_mount_list
  30. Defined in:       <nfs=>nfs.$>.h
  31. Declaration:      extern char *nfs_mount_list (char const *file_server,
  32.                      char *context);
  33. Description:      Lists current mount points
  34. Entry:            file_server (R0)
  35.                   context (R1)
  36. Returns:          context_out (R1)xnfs_set_user
  37. Defined in:       <nfs=>nfs.$>.h
  38. Declaration:      extern <os_error=>os.os_error> *xnfs_set_user (char const *name_server,
  39.                      char const *user_name,
  40.                      char const *password);
  41. Description:      Sets the current user
  42. Entry:            name_server (R0)
  43.                   user_name (R1)
  44.                   password (R2)nfs_set_user
  45. Defined in:       <nfs=>nfs.$>.h
  46. Declaration:      extern void nfs_set_user (char const *name_server,
  47.                      char const *user_name,
  48.                      char const *password);
  49. Description:      Sets the current user
  50. Entry:            name_server (R0)
  51.                   user_name (R1)
  52.                   password (R2)xnfs_dismount
  53. Defined in:       <nfs=>nfs.$>.h
  54. Declaration:      extern <os_error=>os.os_error> *xnfs_dismount (char const *file_server,
  55.                      char const *mount_name);
  56. Description:      Dismounts a directory
  57. Entry:            file_server (R0)
  58.                   mount_name (R1)nfs_dismount
  59. Defined in:       <nfs=>nfs.$>.h
  60. Declaration:      extern void nfs_dismount (char const *file_server,
  61.                      char const *mount_name);
  62. Description:      Dismounts a directory
  63. Entry:            file_server (R0)
  64.                   mount_name (R1)xnfs_mount_info
  65. Defined in:       <nfs=>nfs.$>.h
  66. Declaration:      extern <os_error=>os.os_error> *xnfs_mount_info (char const *mount_name,
  67.                      char **file_server,
  68.                      char **path,
  69.                      char **user_name,
  70.                      char **name_server);
  71. Description:      Provides information about a given mount
  72. Entry:            mount_name (R1)
  73. Exit:             file_server (R0)
  74.                   path (R2)
  75.                   user_name (R3)
  76.                   name_server (R4)nfs_mount_info
  77. Defined in:       <nfs=>nfs.$>.h
  78. Declaration:      extern void nfs_mount_info (char const *mount_name,
  79.                      char **file_server,
  80.                      char **path,
  81.                      char **user_name,
  82.                      char **name_server);
  83. Description:      Provides information about a given mount
  84. Entry:            mount_name (R1)
  85. Exit:             file_server (R0)
  86.                   path (R2)
  87.                   user_name (R3)
  88.                   name_server (R4)xnfs_free_space
  89. Defined in:       <nfs=>nfs.$>.h
  90. Declaration:      extern <os_error=>os.os_error> *xnfs_free_space (char const *mount_name,
  91.                      int *free,
  92.                      int *size,
  93.                      int *unused);
  94. Description:      Provides free-space information about a mount
  95. Entry:            mount_name (R1)
  96. Exit:             free (R0)
  97.                   size (R2)
  98.                   unused (R3)nfs_free_space
  99. Defined in:       <nfs=>nfs.$>.h
  100. Declaration:      extern int nfs_free_space (char const *mount_name,
  101.                      int *size,
  102.                      int *unused);
  103. Description:      Provides free-space information about a mount
  104. Entry:            mount_name (R1)
  105. Exit:             size (R2)
  106.                   unused (R3)
  107. Returns:          free (R0)xservice_nfs
  108. Defined in:       <nfs=>nfs.$>.h
  109. Declaration:      extern <os_error=>os.os_error> *xservice_nfs (void);
  110. Description:      An N F S mount or dismount has occurredservice_nfs
  111. Defined in:       <nfs=>nfs.$>.h
  112. Declaration:      extern void service_nfs (void);
  113. Description:      An N F S mount or dismount has occurredNFS
  114. <nfs_NOBODY_ID>
  115. <nfs_NOBODY_GROUP>
  116. <xnfs_mount>
  117. <nfs_mount>
  118. <xnfs_mount_list>
  119. <nfs_mount_list>
  120. <xnfs_set_user>
  121. <nfs_set_user>
  122. <xnfs_dismount>
  123. <nfs_dismount>
  124. <xnfs_mount_info>
  125. <nfs_mount_info>
  126. <xnfs_free_space>
  127. <nfs_free_space>
  128. <xservice_nfs>
  129. <service_nfs>