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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_module.h115 const fmd_modops_t *mod_ops; /* module class ops vector (ro) */ member in struct:fmd_module
143 #define FMD_MOD_INIT 0x001 /* mod_ops->mop_init() has completed */
144 #define FMD_MOD_FINI 0x002 /* mod_ops->mop_fini() has completed */
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c1221 struct slm_mod_ops *mod_ops; local
1296 if ((mod_ops = mod->event_mod_init()) == NULL) {
1303 if (mod_ops->major_version != SE_MAJOR_VERSION) {
1306 mod_ops->major_version);
1314 mod->deliver_event = mod_ops->deliver_event;
1317 (mod_ops->retry_limit <= SE_MAX_RETRY_LIMIT ?
1318 mod_ops->retry_limit : SE_MAX_RETRY_LIMIT))) < 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h47 * requires a set of mod_ops.
49 struct mod_ops { struct
58 * The defined set of mod_ops structures for each loadable module type
61 extern struct mod_ops mod_brandops;
63 extern struct mod_ops mod_cpuops;
65 extern struct mod_ops mod_cryptoops;
66 extern struct mod_ops mod_driverops;
67 extern struct mod_ops mod_execops;
68 extern struct mod_ops mod_fsops;
69 extern struct mod_ops mod_miscop
[all...]

Completed in 354 milliseconds