svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
net_kstat2_delete(9f)
net_kstat2_delete(9F) Kernel Functions net_kstat2_delete(9F)
NAME
net_kstat2_delete - remove a kstat for a specific instance of IP from
the system
SYNOPSIS
#include <sys/types.h>
#include <sys/kstat2.h>
#include <sys/neti.h>
void net_kstat2_delete(netid_t netid, kstat2_t *ksp);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
PARAMETERS
netid IP instance identifier.
ksp Pointer to a currently installed kstat2(9S) structure.
DESCRIPTION
The net2_kstat_delete() function removes ksp from the kstat chain and
frees all associated system resources. See kstat2_delete(9F) function
for a complete discussion of kstat deletion.
CONTEXT
The net2_kstat_delete() function can 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 StabilityCommit‐
ted
SEE ALSO
kstat2_create(9F), kstat2_delete(9F), net_kstat2_create(9F)
Oracle Solaris 11.4 14 Aug 2015 net_kstat2_delete(9F)