Searched refs:mod_ops (Results 1 - 25 of 211) sorted by relevance

123456789

/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...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpsm_modctl.h51 struct mod_ops *psm_modops;
/illumos-gate/usr/src/uts/common/bignum/
H A Dbignum_mod.c32 extern struct mod_ops mod_cryptoops;
/illumos-gate/usr/src/uts/common/io/uath/uath_fw/
H A Duathfw_mod.c40 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/common/io/mwl/mwl_fw/
H A Dmwlfw_mode.c40 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_49fw.c50 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_mod.c41 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgcn.h156 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockvfsops.c62 extern struct mod_ops mod_fsops;
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_stub.c44 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig.c74 extern struct mod_ops mod_miscops;
H A Doptions.c67 extern struct mod_ops mod_driverops;
H A Dfssnap_if.c125 extern struct mod_ops mod_miscops;
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c93 * Define mod_ops for each supported module type
102 struct mod_ops mod_miscops = {
107 struct mod_ops mod_cpuops = {
114 struct mod_ops mod_cryptoops = {
125 struct mod_ops mod_ippops = {
136 struct mod_ops mod_driverops = {
147 struct mod_ops mod_syscallops = {
159 struct mod_ops mod_syscallops32 = {
171 struct mod_ops mod_fsops = {
182 struct mod_ops mod_strmodop
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h122 extern struct mod_ops mod_fsops;
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc.c54 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c68 extern struct mod_ops mod_fsops;
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dcentral.c114 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/common/pcmcia/pcs/
H A Dpcs.c57 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dusbser_pl2303.c143 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc.c86 extern struct mod_ops mod_driverops;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dqcn.h130 extern struct mod_ops mod_driverops;
/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/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/uts/common/gssapi/mechs/krb5/
H A Dkrb5mech.c113 extern struct mod_ops mod_miscops;

Completed in 61 milliseconds

123456789