Home
last modified time | relevance | path

Searched refs:uninit (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_hio.c497 dc->uninit = nxge_uninit_rxdma_channel; in nxge_grp_dc_add()
500 dc->uninit = nxge_uninit_txdma_channel; in nxge_grp_dc_add()
550 dc_uninit_t uninit; in nxge_grp_dc_remove() local
585 uninit = dc->uninit; in nxge_grp_dc_remove()
595 (*uninit)(nxge, channel); in nxge_grp_dc_remove()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hio.h290 dc_uninit_t uninit; /* nxge_uninit_xxdma_channel() */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h243 void (*uninit)(gld_mac_info_t *); member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2151 pc_t uninit = (pc_t)KMEM_UNINITIALIZED_PATTERN; in whatis_print_kmf_lite() local
2174 if (callers[0] == uninit) in whatis_print_kmf_lite()
2177 plural = (callers[1] == uninit) ? "" : "s"; in whatis_print_kmf_lite()
2185 if (callers[i] == uninit) in whatis_print_kmf_lite()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c868 (*ifp->uninit)(macinfo); in gld_unregister()