Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c101 #define LH_STREAM (0x1) /* handle to a streams device */ macro
398 lhp->lh_type |= LH_STREAM; in handle_alloc()
1801 } else if (handlep->lh_type & LH_STREAM) { in ldi_read()
1824 } else if (handlep->lh_type & LH_STREAM) { in ldi_write()
1846 if (handlep->lh_type & LH_STREAM) in ldi_get_size()
1972 } else if (handlep->lh_type & LH_STREAM) { in ldi_ioctl()
2008 } else if (handlep->lh_type & LH_STREAM) { in ldi_poll()
2178 if (!(handlep->lh_type & LH_STREAM)) { in ldi_putmsg()
2210 if (!(handlep->lh_type & LH_STREAM)) in ldi_getmsg()