Searched refs:rmc_comm_statep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm.c59 static void *rmc_comm_statep; variable
103 rcs = ddi_get_soft_state(rmc_comm_statep, 0);
119 rcs = ddi_get_soft_state(rmc_comm_statep, 0);
154 rcs = ddi_get_soft_state(rmc_comm_statep, instance);
736 ddi_soft_state_free(rmc_comm_statep, instance);
798 if (ddi_soft_state_zalloc(rmc_comm_statep, instance) != DDI_SUCCESS)
982 err = ddi_soft_state_init(&rmc_comm_statep,
986 ddi_soft_state_fini(&rmc_comm_statep);
1005 ddi_soft_state_fini(&rmc_comm_statep);

Completed in 45 milliseconds