Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsm.h48 #define RSM_IOCTL_ATTR RSM_IOCTL_CONTROLLER + 0x0 /* get device attribute */ macro
/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c245 if (ioctl(_rsm_fd, RSM_IOCTL_ATTR, &msg) < 0) { in _rsm_loopbackload()
358 if (ioctl(_rsm_fd, RSM_IOCTL_ATTR, &msg) < 0) { in _rsm_modload()
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.c8003 if (cmd == RSM_IOCTL_ATTR) { in rsm_ioctl()