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

/freebsd-10-stable/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h56 void *ddi_get_soft_state(void *state, int item);
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_sunddi.c95 ddi_get_soft_state(void *state, int item) function
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c6137 if (ddi_get_soft_state(zfsdev_state, m) == NULL) {
6163 zs = ddi_get_soft_state(zfsdev_state, minor);
6184 zp = ddi_get_soft_state(zfsdev_state, minor);
H A Dzvol.c652 zs = ddi_get_soft_state(zfsdev_state, minor);
1552 zs = ddi_get_soft_state(zfsdev_state, getminor(bp->b_edev));
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c14241 state = ddi_get_soft_state(dtrace_softstate, minor);
16917 state = ddi_get_soft_state(dtrace_softstate, minor);
17052 state = ddi_get_soft_state(dtrace_softstate, minor);

Completed in 206 milliseconds