Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c63 if ((err = mactype_register(mtrp)) == 0) { in _init()
H A Dmac_ipv4.c69 if ((err = mactype_register(mtrp)) == 0) { in _init()
H A Dmac_ipv6.c71 if ((err = mactype_register(mtrp)) == 0) { in _init()
H A Dmac_ib.c79 if ((err = mactype_register(mtrp)) == 0) { in _init()
H A Dmac_wifi.c98 if ((err = mactype_register(mtrp)) == 0) { in _init()
H A Dmac_ether.c349 if ((err = mactype_register(mtrp)) == 0) { in _init()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h617 extern int mactype_register(mactype_register_t *);
H A Dmac.h712 extern int mactype_register(mactype_register_t *);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c3205 mactype_register(mactype_register_t *mtrp) in mactype_register() function