Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1321 typedef struct emlxs_modsym struct
1323 ddi_modhandle_t mod_fctl; /* For Leadville */
1326 int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *);
1327 int (*fc_fca_detach)(dev_info_t *);
1328 int (*fc_fca_init)(struct dev_ops *);
1331 uint32_t fct_modopen;
1332 uint32_t reserved; /* Padding for alignment */
1334 ddi_modhandle_t mod_fct; /* For Comstar */
1335 ddi_modhandle_t mod_stmf; /* For Comstar */
1338 void* (*fct_alloc)(fct_struct_id_t, int, int);
[all …]
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c999 emlxs_modsym_t emlxs_modsym; /* uses emlxs_device.lock */ variable