Query: net_instance_free
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
net_instance_free(9F) Kernel Functions for Drivers net_instance_free(9F)NAMEnet_instance_free - free a net_instance_t structureSYNOPSIS#include <sys/neti.h> void net_instance_free(net_instance_t *net_instance);INTERFACE LEVELSolaris DDI specific (Solaris DDI).PARAMETERSnet_instance pointer returned by net_instance_alloc(9F).DESCRIPTIONThe net_instance_free() function frees a net_instance_t structure that was originally allocated by net_instance_alloc(9F).CONTEXTThe net_instance_free() function may be called from user, kernel, or interrupt context.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+SEE ALSOnet_instance_alloc(9F), attributes(5), net_instance_t(9S) SunOS 5.11 1 May 2008 net_instance_free(9F)
Related Man Pages |
---|
net_hook_unregister(9f) - opensolaris |
net_inject_alloc(9f) - opensolaris |
net_inject_free(9f) - opensolaris |
net_instance_unregister(9f) - opensolaris |
net_instance_t(9s) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
Study UNIX Kernel |
Change directory for core file |
What's legal and what's not? |
Identify problem with while getopts |
Solaris 10 - password complexity not working |