changeset 21412:14d89c27b917

10944 scsi_hba_tgtmap_set_end(9F) missing flags argument Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: Joshua Clulow <jmc@joyent.com> Reviewed by: Toomas Soome <toomas@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
author Robert Mustacchi <rm@joyent.com>
date Mon, 22 Apr 2019 13:51:05 +0000
parents 31c8c83cb060
children 8646c591b8eb
files usr/src/man/man9f/scsi_hba_tgtmap_create.9f
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f	Fri Mar 08 02:13:14 2019 +0000
+++ b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f	Mon Apr 22 13:51:05 2019 +0000
@@ -9,9 +9,9 @@
 .\" http://www.illumos.org/license/CDDL.
 .\"
 .\"
-.\" Copyright (c) 2017, Joyent, Inc.
+.\" Copyright 2019, Joyent, Inc.
 .\"
-.Dd Apr 18, 2017
+.Dd April 22, 2019
 .Dt SCSI_HBA_TGTMAP_CREATE 9F
 .Os
 .Sh NAME
@@ -58,7 +58,7 @@
 .Fc
 .Ft int
 .Fo scsi_hba_tgtmap_set_begin
-.Fa "scsi_hba_tgtmap_t *map"
+.Fa "scsi_hba_tgtmap_t *tgtmap"
 .Fc
 .Ft int
 .Fo scsi_hba_tgtmap_set_add
@@ -69,11 +69,12 @@
 .Fc
 .Ft int
 .Fo scsi_hba_tgtmap_set_end
-.Fa "scsi_hba_tgtmap_t *map"
+.Fa "scsi_hba_tgtmap_t *tgtmap"
+.Fa "uint_t flags"
 .Fc
 .Ft int
 .Fo scsi_hba_tgtmap_set_flush
-.Fa "scsi_hba_tgtmap_t *map"
+.Fa "scsi_hba_tgtmap_t *tgtmap"
 .Fc
 .Ft int
 .Fo scsi_hba_tgtmap_tgt_add
@@ -123,6 +124,10 @@
 Pointer where the target map is stored.
 .It Fa tgtmap
 Pointer to an allocated target map.
+.It Fa flags
+Flags that modify the behavior of the function.
+Currently reserved and should be passed as
+.Sy 0 .
 .It Fa tgt_addr
 The address of the target map entry the callback is acting upon.
 .It Fa type