Searched refs:nsc_ncio_top (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c50 static nsc_ncio_dev_t *nsc_ncio_top; variable
118 for (ncp = nsc_ncio_top; ncp; ncp = ncp->next)
125 ncp->next = nsc_ncio_top;
126 nsc_ncio_top = ncp;
159 for (ncpp = &nsc_ncio_top; *ncpp; ncpp = &((*ncpp)->next)) {

Completed in 43 milliseconds