Home
last modified time | relevance | path

Searched refs:sm_ioctl (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h105 int (*sm_ioctl)(); member
H A Dsv.c819 cb_ops->cb_ioctl = maj->sm_ioctl; in sv_free()
1015 maj->sm_ioctl = cb_ops->cb_ioctl; in sv_enable()
2769 if (maj && (fn = maj->sm_ioctl) != 0) { in sv_lyr_ioctl()
/titanic_50/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c387 maj->sm_strategy, maj->sm_ioctl); in sv_maj()