mod(5)


mod -- module administration

Synopsis

   #include <mod.h> 

Description

The mod.h header includes the following system call prototypes:
   extern int     modadm(unsigned int, unsigned int, void *) 
   extern int     modstat(int, struct modstatus *, boolean_t) 
   extern int     modload(char *) 
   extern int     moduload(unsigned int) 
   extern int     modpath(char *) 
   extern int     modadm() 
   extern int     modstat() 
   extern int     modload() 
   extern int     moduload() 
   extern int     modpath() 

References

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