Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dclone.c250 dp->d_dmp = hold_dm(str, qflag, sqtype); in clnopen()
H A Dstr_conf.c229 fp->f_dmp = hold_dm(str, qflag, sqtype); in fmodsw_register()
/titanic_41/usr/src/uts/common/sys/
H A Dstrsubr.h1111 extern perdm_t *hold_dm(struct streamtab *, uint32_t, uint32_t);
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c1163 dp->d_dmp = hold_dm(str, qflag, sqtype); in qattach()
1887 dp->d_dmp = hold_dm(str, qflag, sqtype); in mlink_file()
2643 hold_dm(struct streamtab *str, uint32_t qflag, uint32_t sqtype) in hold_dm() function