Home
last modified time | relevance | path

Searched refs:mactype_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_impl.h153 } mactype_t; typedef
367 mactype_t *mi_type; /* WO */
826 extern mactype_t *mactype_getplugin(const char *);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3183 mactype_t *
3186 mactype_t *mtype = NULL; in mactype_getplugin()
3248 mactype_t *mtp; in mactype_register()
3297 mactype_t *mtp; in mactype_unregister()
3328 ASSERT(mtp == (mactype_t *)val); in mactype_unregister()
3332 kmem_free(mtp, sizeof (mactype_t)); in mactype_unregister()
H A Dmac_provider.c164 mactype_t *mtype; in mac_register()