HomeSort by relevance Sort by last modified time
    Searched defs:mod_ops (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/fmd/common/
fmd_module.h 116 const fmd_modops_t *mod_ops; /* module class ops vector (ro) */ member in struct:fmd_module
144 #define FMD_MOD_INIT 0x001 /* mod_ops->mop_init() has completed */
145 #define FMD_MOD_FINI 0x002 /* mod_ops->mop_fini() has completed */
  /onnv/onnv-gate/usr/src/cmd/syseventd/daemons/syseventd/
syseventd.c 1208 struct slm_mod_ops *mod_ops; local
1283 if ((mod_ops = mod->event_mod_init()) == NULL) {
1290 if (mod_ops->major_version != SE_MAJOR_VERSION)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
modctl.h 48 * requires a set of mod_ops.
50 struct mod_ops { struct
59 * The defined set of mod_ops structures for each loadable module type
62 extern struct mod_ops mod_brandops;
64 extern struct mod_ops mod_cpuops;
66 extern struct mod_ops mod_cryptoops;
67 extern struct mod_ops mod_driverops;
68 extern struct mod_ops mod_execops;
69 extern struct mod_ops mod_fsops;
70 extern struct mod_ops mod_miscops
    [all...]

Completed in 3420 milliseconds