cm_args(D4) cm_args(D4)
NAME
cm_args - configuration manager argument structure
SYNOPSIS
#include <sys/confmgr.h>
#include <sys/ddi.h>
DESCRIPTION
cm_args is used for input and/or output arguments into
configuration manager routines.
USAGE
Structure Definitions
The cm_args structure, defined as cm_args_t, contains the
following members:
rm_key_t cm_key; /* key for relevant record in database */
char *cm_param; /* parameter of interest */
void *cm_val; /* buffer for value */
size_t cm_vallen; /* length of cm_val in bytes */
unit_t cm_n; /* used to retrieve n-th value */
REFERENCES
cm_addval(D3), cm_delval(D3), cm_getbrdkey(D3), cm_getval(D3),
cm_params(D5)
NOTICES
Portability
All processors
Copyright 1994 Novell, Inc. Page 1