Query: kstat_named
OS: opensolaris
Section: 9s
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
kstat_named(9S) Data Structures for Drivers kstat_named(9S)NAMEkstat_named - structure for named kstatsSYNOPSIS#include <sys/types.h> #include <sys/kstat.h> #include <sys/ddi.h> #include <sys/sunddi.h>INTERFACE LEVELSolaris DDI specific (Solaris DDI)DESCRIPTIONNamed kstats are an array of name-value pairs. These pairs are kept in the kstat_named structure. When a kstat is created by kstat_cre- ate(9F), the driver specifies how many of these structures will be allocated. The structures are returned as an array pointed to by the ks_data field.STRUCTURE MEMBERSunion { char c[16]; long l; ulong_t ul; longlong_t ll; u_longlong_t ull; } value; /* value of counter */ The only member exposed to drivers is the value member. This field is a union of several data types. The driver must specify which type it will use in the call to kstat_named_init().SEE ALSOkstat_create(9F), kstat_named_init(9F) Writing Device Drivers SunOS 5.11 4 Apr 1994 kstat_named(9S)
Related Man Pages |
---|
kstat(9s) - opensolaris |
kstat_named_init(9f) - opensolaris |
kstat_named_setstr(9f) - sunos |
kstat_io(9s) - sunos |
kstat(9s) - sunos |
Similar Topics in the Unix Linux Community |
---|
Chemical Structures 2.1 (Default branch) |