ksym(5)


ksym -- kernel symbol administration

Synopsis

#include <ksym.h>

Description

The ksym.h header defines the data types listed below:
   char *mirk_symname  /* start read at this symbol's address */ 
   void *mirk_buf      /* buffer into which data will be written */ 
   size_t mirk_buflen  /* length of read buffer */ 
   extern int getksym (char *, ulong_t *, ulong_t *); 

References

mod(5)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.