SVR5
cm_getnbrd(D3)
cm_getnbrd --
determine number of boards supported by driver
Synopsis (Not in current DDI version)
#include <sys/confmgr.h>
#include <sys/ddi.h>
int cm_getnbrd(char *drvname);
Description
cm_getnbrd returns the number of boards that the configuration manager
believes are supported by the driver with name drvname.
Arguments
drvname-
The module name for the driver.
Return values
Number of boards supported by the drvname driver.
Usage
Context and synchronization
User or blockable
context.
Hardware applicability
All
Version applicability
ddi:
5, 5mp, 6, 6mp, 7, 7mp, 7.1, 7.1mp
Differences between versions
In DDI 8, this functionality is replaced by the
config(D2)
entry point routine.
References
``Autoconfiguration'' in HDK Technical Reference
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005