diff options
| author | Robert Mustacchi <rm@joyent.com> | 2019-04-22 13:51:05 +0000 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2019-05-03 20:33:40 +0000 |
| commit | 7482ff36e8278640d036559072dffe39518b6442 (patch) | |
| tree | bbd64484202a5c81874ee98a32f79c7f0bf3b6e0 | |
| parent | 8e280cbb86ced60c112c5c7bd2b1703344cccb58 (diff) | |
| download | illumos-joyent-7482ff36e8278640d036559072dffe39518b6442.tar.gz | |
OS-7760 scsi_hba_tgtmap_set_end(9F) missing flags argument
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Reviewed by: Joshua Clulow <jmc@joyent.com>
Approved by: Joshua Clulow <jmc@joyent.com>
| -rw-r--r-- | usr/src/man/man9f/scsi_hba_tgtmap_create.9f | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f index 3f5a393cf1..9a4640a3e5 100644 --- a/usr/src/man/man9f/scsi_hba_tgtmap_create.9f +++ b/usr/src/man/man9f/scsi_hba_tgtmap_create.9f @@ -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 @@ removed from the system. 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 |
