Searched defs:cs_init (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c249 * cs_init - Initialize CS internal structures, databases, and state,
257 cs_init() function
5538 * mapped IO windows, as determined by cs_init allocating an
5553 * Try to allocate the IO window that cs_init found for us;
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.c3399 uint_t (*cs_init)(dev_info_t *, ushort_t, ushort_t); /* ctlr init */ member in struct:ata_ctl_spec_ops
3449 if (ctlsp->cs_ops->cs_init != NULL) {
3451 if ((*(ctlsp->cs_ops->cs_init))

Completed in 64 milliseconds