diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-08-21 02:59:07 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-08-21 02:59:07 +0000 |
| commit | eb5a1e8f38a4cf29a77ac42812356460d5e8cf78 (patch) | |
| tree | 7289901c5d46b5197e5cdc4443d68bbb598ad5a4 /share | |
| parent | eb4d96a26846b601a31164d8e8f88bcd9658fdfb (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/sglist.9 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man9/sglist.9 b/share/man/man9/sglist.9 index a265498148f6..e43a04b4d041 100644 --- a/share/man/man9/sglist.9 +++ b/share/man/man9/sglist.9 @@ -191,6 +191,8 @@ Specifically, the family of routines can be used to append the physical address ranges described by an object to the end of a scatter/gather list. All of these routines return 0 on success or an error on failure. +If a request to append an address range to a scatter/gather list fails, +the scatter/gather list will remain unchanged. .Pp The .Nm sglist_append @@ -445,6 +447,7 @@ There are not enough available segments in the scatter/gather list to append the physical address ranges from .Fa second . .El +.Pp The .Nm sglist_slice function returns the following errors on failure: @@ -470,6 +473,7 @@ list in .Fa *slice to describe the requested physical address ranges. .El +.Pp The .Nm sglist_split function returns the following errors on failure: |
