diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-04-02 22:50:52 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-06-14 22:23:14 +0000 |
commit | 0d2006e4703eda0f88de2e571bf9fb317552faa2 (patch) | |
tree | 516769af321b4f8da90a3920368e3ef1ecd717d1 /usr/src/man | |
parent | 3e3ca1ce307a7d82ef007b435088f3f04a0f3e65 (diff) | |
download | illumos-gate-0d2006e4703eda0f88de2e571bf9fb317552faa2.tar.gz |
11177 usba should read the device binary object store
11178 USB topology could know about supported, minimum speeds
11179 usba parsing code should take const data pointers
11176 usba kernel module should be CERRWARN and smatch clean
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Rob Johnston <rob.johnston@joyent.com>
Approved by: Gordon Ross <gordon.ross@nexenta.com>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man9f/usb_parse_data.9f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9f/usb_parse_data.9f b/usr/src/man/man9f/usb_parse_data.9f index 61e5bfc513..057caca64d 100644 --- a/usr/src/man/man9f/usb_parse_data.9f +++ b/usr/src/man/man9f/usb_parse_data.9f @@ -3,7 +3,7 @@ .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] -.TH USB_PARSE_DATA 9F "Oct 30, 2016" +.TH USB_PARSE_DATA 9F "April 4, 2019" .SH NAME usb_parse_data \- Tokenize and align the bytes of raw variable-format data .SH SYNOPSIS @@ -13,7 +13,7 @@ usb_parse_data \- Tokenize and align the bytes of raw variable-format data -\fBsize_t\fR \fBusb_parse_data\fR(\fBchar *\fR\fIformat\fR, \fBuchar_t *\fR\fIdata\fR, +\fBsize_t\fR \fBusb_parse_data\fR(\fBchar *\fR\fIformat\fR, \fBconst uchar_t *\fR\fIdata\fR, \fBsize_t\fR \fIdatalen\fR, \fBvoid *\fR\fIstructure\fR, \fBsize_t\fR \fIstructlen\fR); .fi |