Standardization of some function headers.

This commit is contained in:
Gregory Nutt
2018-03-13 09:52:27 -06:00
parent c268288c17
commit b54ffe858a
488 changed files with 2008 additions and 2007 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
* support simulation of memory mapped files by copying files whole
* into RAM.
*
* Parameters:
* Input Parameters:
* start A hint at where to map the memory -- ignored. The address
* of the underlying media is fixed and cannot be re-mapped without
* MMU support.
+1 -1
View File
@@ -95,7 +95,7 @@
* into RAM. munmap() is required in this case to free the allocated
* memory holding the shared copy of the file.
*
* Parameters:
* Input Parameters:
* start The start address of the mapping to delete. For this
* simplified munmap() implementation, the *must* be the start
* address of the memory region (the same address returned by
+1 -1
View File
@@ -96,7 +96,7 @@ void rammap_initialize(void)
* Description:
* Support simulation of memory mapped files by copying files into RAM.
*
* Parameters:
* Input Parameters:
* fd file descriptor of the backing file -- required.
* length The length of the mapping. For exception #1 above, this length
* ignored: The entire underlying media is always accessible.
+1 -1
View File
@@ -121,7 +121,7 @@ void rammap_initialize(void);
* Description:
* Support simulation of memory mapped files by copying files into RAM.
*
* Parameters:
* Input Parameters:
* fd file descriptor of the backing file -- required.
* length The length of the mapping. For exception #1 above, this length
* ignored: The entire underlying media is always accessible.