Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/
H A Dipp.h103 typedef struct ipp_ops ipp_ops_t;
105 struct ipp_ops { struct
H A Dippconf.c400 ipp_ops_t *ipp_ops) in ipp_mod_register() argument
406 ASSERT(ipp_ops != NULL); in ipp_mod_register()
431 imp->ippm_ops = ipp_ops; in ipp_mod_register()
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h139 struct ipp_ops *ipp_ops; member
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c1441 return (ipp_mod_register(mcp->mod_modname, modl->ipp_ops)); in mod_installipp()