Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c244 instance + DCAM1394_MINOR_CTRL, "ddi_dcam1394", 0) != in dcam_attach()
530 is_ctrl_file = (getminor(*dev_p) & DCAM1394_MINOR_CTRL) ? 1 : 0; in dcam_open()
614 if (getminor(dev) & DCAM1394_MINOR_CTRL) { in dcam_close()
941 is_ctrl_file = (getminor(dev) & DCAM1394_MINOR_CTRL) ? 1:0; in dcam_ioctl()
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h48 #define DCAM1394_MINOR_CTRL 0x80 /* this is the control device */ macro