Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/os/
H A Dmodconf.c79 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_install()
83 linkpp1 = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_install()
109 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_remove()
114 linkpp = (struct modlmisc **)&modlp->ml_linkage[0]; in mod_remove()
144 linkpp = (struct modlmisc **)modlp->ml_linkage; in mod_info()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/
H A Dmodctl.h118 void *ml_linkage[7]; /* more space in 64-bit OS */ member
120 void *ml_linkage[4]; /* NULL terminated list of */ member