Searched refs:ss_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsafestore.c104 * @param ss_ops structure of safestore functions
110 sst_register_mod(safestore_ops_t *ss_ops) /* END CSTYLED */ argument
117 new->ssm_module = ss_ops;
127 * @param ss_ops structure of safestore functions
134 sst_unregister_mod(safestore_ops_t *ss_ops) /* END CSTYLED */ argument
142 if (ssm->ssm_module == ss_ops) {
157 "ss module %p not found", (void *)ss_ops);

Completed in 43 milliseconds