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

/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h49 #define DCAM1394_MINOR_CTRL 0x80 /* this is the control device */ macro
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c264 instance + DCAM1394_MINOR_CTRL, "ddi_dcam1394", 0) !=
550 is_ctrl_file = (getminor(*dev_p) & DCAM1394_MINOR_CTRL) ? 1 : 0;
634 if (getminor(dev) & DCAM1394_MINOR_CTRL) {
961 is_ctrl_file = (getminor(dev) & DCAM1394_MINOR_CTRL) ? 1:0;

Completed in 59 milliseconds