Searched defs:emlxs_modsym (Results 1 – 2 of 2) sorted by relevance
1321 typedef struct emlxs_modsym struct1323 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 …]
999 emlxs_modsym_t emlxs_modsym; /* uses emlxs_device.lock */ variable