net_kstat_delete(9f) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

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 in‐
                formation, 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 in‐
       terrupt 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 re‐
       moved   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)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3