Searched refs:qattach (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1087 extern int qattach(queue_t *, dev_t *, int, cred_t *, fmodsw_impl_t *,
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c214 * push new module and call its open routine via qattach
216 if ((error = qattach(qp, devp, 0, crp, fp, B_FALSE)) != 0)
439 * Open driver and create stream to it (via qattach).
443 if ((error = qattach(qp, devp, flag, crp, NULL, B_FALSE)) != 0) {
461 * open (via qattach above), which made the value seen
3808 * via qattach(). Modules don't change device
3812 if ((error = qattach(rdq, &dummydev, 0, crp, fp,
4089 * equal after qattach.
4108 * via qattach(). Modules don't change device
4116 if ((error = qattach(_R
[all...]
H A Dstrsubr.c1117 qattach(queue_t *qp, dev_t *devp, int oflag, cred_t *crp, fmodsw_impl_t *fp, function
1170 "qattach:qflag == %X(%X)", qflag, *devp);

Completed in 564 milliseconds