Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../.././../../../usr/man/man9f/getmaxminor.9f
Real path: /usr/share/man/man9f/getmaxminor.9f
Zurück
'\" te .\" Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. .TH getmaxminor 9F "28 Oct 2014" "Oracle Solaris 11.4" "Kernel Functions" .SH NAME getmaxminor \- get maximum minor device number .SH SYNOPSIS .LP .nf #include <sys/types.h> #include <sys/mkdev.h> #include <sys/ddi.h> .fi .LP .nf \fBminor_t\fR \fBgetmaxminor()\fR; .fi .SH INTERFACE LEVEL .sp .LP Architecture independent level 1 (DDI/DKI). .SH DESCRIPTION .sp .LP The \fBgetmaxminor()\fR function returns the maximum supported minor number. .SH RETURN VALUES .sp .LP The maximum possible minor number. .SH CONTEXT .sp .LP The \fBgetmaxminor()\fR function can be called from user, interrupt, or kernel context. .SH SEE ALSO .sp .LP \fBgetmajor\fR(9F), \fBgetminor\fR(9F), \fBmakedevice\fR(9F)