Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dclone.c173 uint32_t sqtype; in clnopen() local
246 sqtype = dp->d_sqtype; in clnopen()
250 dp->d_dmp = hold_dm(str, qflag, sqtype); in clnopen()
266 setq(rq, str->st_rdinit, str->st_wrinit, dmp, qflag, sqtype, B_FALSE); in clnopen()
H A Dstr_conf.c211 uint_t sqtype; in fmodsw_register() local
222 if ((err = devflg_to_qflag(str, flag, &qflag, &sqtype)) != 0) in fmodsw_register()
227 fp->f_sqtype = sqtype; in fmodsw_register()
229 fp->f_dmp = hold_dm(str, qflag, sqtype); in fmodsw_register()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c491 uint8_t sqtype = 0; in syncq() local
564 sqtype = (sq.sq_type >> 8) & 0xff; in syncq()
566 if (tmask != 0 && !(sqtype & tmask)) in syncq()
569 if (not_tmask != 0 && (sqtype & not_tmask)) in syncq()
582 addr, sq.sq_flags & 0xff, sqtype, sq.sq_count, in syncq()
603 if (!(sqtype & (1 << i))) in syncq()
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c1126 uint32_t sqtype; in qattach() local
1138 sqtype = fp->f_sqtype; in qattach()
1159 sqtype = dp->d_sqtype; in qattach()
1163 dp->d_dmp = hold_dm(str, qflag, sqtype); in qattach()
1173 setq(rq, str->st_rdinit, str->st_wrinit, dmp, qflag, sqtype, B_FALSE); in qattach()
1739 uint32_t sqtype; in mlink_file() local
1883 sqtype = dp->d_sqtype; in mlink_file()
1887 dp->d_dmp = hold_dm(str, qflag, sqtype); in mlink_file()
1891 setq(rq, str->st_muxrinit, str->st_muxwinit, dmp, qflag, sqtype, in mlink_file()
2355 uint32_t sqtype = 0; in devflg_to_qflag() local
[all …]
H A Dmodconf.c549 uint_t sqtype; in mod_installdrv() local
622 if ((err = devflg_to_qflag(str, flag, &qflag, &sqtype)) != 0) in mod_installdrv()
628 cdp->d_sqtype = sqtype; in mod_installdrv()