9762 Split the custr functions into their own library
[unleashed.git] / usr / src / man / man9f / getminor.9f
blobd84741a9861e3e254678685d56281c6faedc8dce
1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Copyright 1989 AT&T
4 .\" 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.
5 .\" 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.
6 .\" 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]
7 .TH GETMINOR 9F "Jan 16, 2006"
8 .SH NAME
9 getminor \- get minor device number
10 .SH SYNOPSIS
11 .LP
12 .nf
13 #include <sys/types.h>
14 #include <sys/mkdev.h>
15 #include <sys/ddi.h>
19 \fBminor_t\fR \fBgetminor\fR(\fBdev_t\fR \fIdev\fR);
20 .fi
22 .SH INTERFACE LEVEL
23 .sp
24 .LP
25 Architecture independent level 1 (DDI/DKI).
26 .SH PARAMETERS
27 .sp
28 .ne 2
29 .na
30 \fB\fIdev\fR\fR
31 .ad
32 .RS 7n
33 Device number.
34 .RE
36 .SH DESCRIPTION
37 .sp
38 .LP
39 The \fBgetminor()\fR function extracts the minor number from a device number.
40 .SH RETURN VALUES
41 .sp
42 .LP
43 The minor number.
44 .SH CONTEXT
45 .sp
46 .LP
47 The \fBgetminor()\fR function can be called from user, interrupt, or kernel
48 context.
49 .SH EXAMPLES
50 .sp
51 .LP
52 See the \fBgetmajor\fR(9F) manual page for an example of how to use
53 \fBgetminor()\fR.
54 .SH SEE ALSO
55 .sp
56 .LP
57 \fBgetmajor\fR(9F), \fBmakedevice\fR(9F)
58 .sp
59 .LP
60 \fIWriting Device Drivers\fR
61 .SH WARNINGS
62 .sp
63 .LP
64 No validity checking is performed. If \fIdev\fR is invalid, an invalid number
65 is returned.