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

개요

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

ddi_remove_minor_node(9f)

ddi_remove_minor_node(9F)      Kernel Functions      ddi_remove_minor_node(9F)



NAME
       ddi_remove_minor_node - remove a minor node for this dev_info

SYNOPSIS
       void ddi_remove_minor_node(dev_info_t *dip, char *name);

INTERFACE LEVEL
       Solaris DDI specific (Solaris DDI).

PARAMETERS
       dip     A pointer to the device's dev_info structure.


       name    The name of this minor device. If name is NULL, then remove all
               minor data structures from this dev_info.


DESCRIPTION
       ddi_remove_minor_node() removes a data structure from the  linked  list
       of  minor  data structures that is pointed to by the dev_info structure
       for this driver.

EXAMPLES
       Example 1 Removing a minor node



       This will remove a data structure describing a minor device called dev1
       which is linked into the dev_info structure pointed to by dip:


             ddi_remove_minor_node(dip, "dev1");


SEE ALSO
       ddi_create_minor_node(9F), attach(9E), detach(9E)


       Writing Device Drivers in Oracle Solaris 11.4



Oracle Solaris 11.4               10 Mar 1992        ddi_remove_minor_node(9F)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3