Searched defs:mac_ether_modlinkage (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ether.c128 static struct modlinkage mac_ether_modlinkage = { variable in typeref:struct:modlinkage
300 if ((err = mod_install(&mac_ether_modlinkage)) != 0)
314 return (mod_remove(&mac_ether_modlinkage));
320 return (mod_info(&mac_ether_modlinkage, modinfop));

Completed in 80 milliseconds