Searched refs:cs_init (Results 1 – 4 of 4) sorted by relevance
762 int cs_init(void);
3399 uint_t (*cs_init)(dev_info_t *, ushort_t, ushort_t); /* ctlr init */ member3449 if (ctlsp->cs_ops->cs_init != NULL) { in ata_spec_init_controller()3451 if ((*(ctlsp->cs_ops->cs_init)) in ata_spec_init_controller()
244 extern int cs_init(void);317 if (cs_init() != CS_SUCCESS) { in _init()
257 cs_init() in cs_init() function