Home
last modified time | relevance | path

Searched refs:i_ddi_fmc (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dddifm_impl.h64 struct i_ddi_fmc { struct
80 struct i_ddi_fmc *fh_dma_cache; /* fm dma handle cache */ argument
81 struct i_ddi_fmc *fh_acc_cache; /* fm access handle cache */
129 void i_ndi_fmc_create(struct i_ddi_fmc **, int, ddi_iblock_cookie_t);
130 void i_ndi_fmc_destroy(struct i_ddi_fmc *);
H A Dndifm.h50 typedef struct i_ddi_fmc ndi_fmc_t;
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2081 struct i_ddi_fmc fec; in devinfo_fmc_walk_init()