svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
net_kstat_delete(9f)
net_kstat_delete(9F) Kernel Functions net_kstat_delete(9F)
NAME
net_kstat_delete - remove a kstat for a specific instance of IP from
the system
SYNOPSIS
#include <sys/types.h>
#include <sys/kstat.h>
#include <sys/neti.h>
void net_kstat_delete(netid_t netid, kstat_t *ksp);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI).
PARAMETERS
netid IP instance identifier.
ksp Pointer to a currently installed kstat structure. For more
information, see the kstat(9S) man page.
DESCRIPTION
The net_kstat_delete() function removes ksp from the kstat chain and
frees all associated system resources. For a complete discussion of
this function, see the kstat_delete(9F) man page.
RETURN VALUES
If successful, the net_kstat_delete() function returns a pointer to the
allocated kstat. NULL is returned upon failure.
CONTEXT
The net_kstat_delete() function may be called from user, kernel, or
interrupt context.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ Interface StabilityObso‐
lete
SEE ALSO
kstat_create(9F), kstat_delete(9F), net_kstat_create(9F), hook_t(9S),
kstat_named(9S), net_kstat2_create(9F), net_kstat2_delete(9F)
NOTES
The net_kstat_delete() function is deprecated. The function may be
removed in a future release of Oracle Solaris. Use the
net_kstat2_delete() function instead. For more information, see the
net_kstat2_delete(9F) man page.
Oracle Solaris 11.4 14 May 2018 net_kstat_delete(9F)