Kernel Functions for Drivers netinstanceunregister(9F)
NAME
netinstanceunregister - disable a set of instances
SYNOPSIS
#include
void netinstanceunregister(netinstancet *instances);
INTERFACE LEVEL
Solaris DI specific (Solaris DI).
PARAMETERS
instances must be a pointer returned by
netinstancealloc(9F).
DESCRIPTION
The netinstanceunregister() function removes the set of
instances that were previously registered with the
netinstanceregister() function.
RETURN VALUES
If the netinstanceunregister() function succeeds, 0 is
returned. Otherwise, an error indicating the problem encoun-
tered.
CONTEXT
The netinstanceunregister() function may be called from
user, kernel, or interrupt context.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsu
Interface Stability Committed
SEE ALSO
netinstancealloc(9F), netinstanceregister(9F), attri-
butes(5), netinstancet(9S)
SunOS 5.11 Last change: 1 May 2008 1
|