Home
last modified time | relevance | path

Searched refs:ALLOC_SOFTC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbdpriv.h172 #define ALLOC_SOFTC(i) ddi_soft_state_zalloc(sbd_g.softsp, (i)) macro
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c624 if (ALLOC_SOFTC(instance) != DDI_SUCCESS) { in sbd_setup_instance()