Searched defs:emlxs_modsym (Results 1 – 2 of 2) sorted by relevance
1325 typedef struct emlxs_modsym struct1327 ddi_modhandle_t mod_fctl; /* For Leadville */1330 int (*fc_fca_attach)(dev_info_t *, fc_fca_tran_t *);1331 int (*fc_fca_detach)(dev_info_t *);1332 int (*fc_fca_init)(struct dev_ops *);1335 uint32_t fct_modopen;1336 uint32_t reserved; /* Padding for alignment */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);[all …]
1000 emlxs_modsym_t emlxs_modsym; /* uses emlxs_device.lock */ variable