Searched refs:qattach (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | strsubr.h | 1087 extern int qattach(queue_t *, dev_t *, int, cred_t *, fmodsw_impl_t *,
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 215 if ((error = qattach(qp, devp, 0, crp, fp, B_FALSE)) != 0) in push_mod() 442 if ((error = qattach(qp, devp, flag, crp, NULL, B_FALSE)) != 0) { in stropen() 3811 if ((error = qattach(rdq, &dummydev, 0, crp, fp, in strioctl() 4115 if ((error = qattach(_RD(tmp_wrq), &dummydev, 0, crp, in strioctl()
|
H A D | strsubr.c | 1117 qattach(queue_t *qp, dev_t *devp, int oflag, cred_t *crp, fmodsw_impl_t *fp, in qattach() function
|