Home
last modified time | relevance | path

Searched refs:mactype_alloc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c56 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ipv4.c62 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ipv6.c64 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_ib.c65 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
H A Dmac_wifi.c79 mactype_register_t *mtrp = mactype_alloc(MACTYPE_VERSION); in _init()
H A Dmac_ether.c337 if ((mtrp = mactype_alloc(MACTYPE_VERSION)) == NULL) in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h615 extern mactype_register_t *mactype_alloc(uint_t);
H A Dmac.h710 extern mactype_register_t *mactype_alloc(uint_t);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3222 mactype_alloc(uint_t mactype_version) in mactype_alloc() function