Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c142 static struct modlinkage softmac_modlinkage = { variable
210 if ((err = mod_install(&softmac_modlinkage)) != 0) { in _init()
226 if ((err = mod_remove(&softmac_modlinkage)) != 0) in _fini()
238 return (mod_info(&softmac_modlinkage, modinfop)); in _info()