Home
last modified time | relevance | path

Searched defs:emlxs_modsym (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1325 typedef struct emlxs_modsym struct
1327 ddi_modhandle_t mod_fctl; /* For Leadville */
1331 int (*fc_fca_detach)(dev_info_t *);
1332 int (*fc_fca_init)(struct dev_ops *);
1335 uint32_t fct_modopen;
1338 ddi_modhandle_t mod_fct; /* For Comstar */
1339 ddi_modhandle_t mod_stmf; /* For Comstar */
1342 void* (*fct_alloc)(fct_struct_id_t, int, int);
1343 void (*fct_free)(void *);
1371 } emlxs_modsym_t; argument
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1000 emlxs_modsym_t emlxs_modsym; /* uses emlxs_device.lock */ variable