8999 SMBIOS: cleanup 32-bit specific code
[unleashed.git] / usr / src / man / man9f / msgsize.9f
blobb8bbabc830e24e4fd255408c7100d14c3884fd23
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
3 .\" 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.
4 .\" 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.
5 .\" 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]
6 .TH MSGSIZE 9F "Jun 9, 2004"
7 .SH NAME
8 msgsize \- Return the total number of bytes in a message
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/stream.h>
13 #include <sys/strsun.h>
17 \fBsize_t\fR \fBmsgsize\fR(\fBmblk_t *\fR\fImp\fR);
18 .fi
20 .SH INTERFACE LEVEL
21 .sp
22 .LP
23 Solaris DDI specific (Solaris DDI)
24 .SH PARAMETERS
25 .sp
26 .ne 2
27 .na
28 \fB\fImp\fR\fR
29 .ad
30 .RS 6n
31 Message to be evaluated.
32 .RE
34 .SH DESCRIPTION
35 .sp
36 .LP
37 The \fBmsgsize()\fR function counts the number of bytes in a message,
38 regardless of the data type of the underlying data blocks.
39 .SH RETURN VALUES
40 .sp
41 .LP
42 Number of bytes in the message.
43 .SH CONTEXT
44 .sp
45 .LP
46 This function can be called from user, kernel or interrupt context.
47 .SH SEE ALSO
48 .sp
49 .LP
50 \fBmsgdsize\fR(9F)
51 .sp
52 .LP
53 \fISTREAMS Programming Guide\fR