Searched refs:s_commonvp (Results 1 – 11 of 11) sorted by relevance
157 sp->s_commonvp = NULL; in specvp()193 sp->s_commonvp = cvp; in specvp()235 sp->s_commonvp = cvp; in makespecvp()364 csp = VTOS(VTOS(vp)->s_commonvp); in spec_assoc_vp_with_devi()393 csp = VTOS(VTOS(vp)->s_commonvp); in spec_hold_devi_by_vp()417 if (nvp->v_type == type && st->s_commonvp != nvp) { in specfind()493 if (sp->s_commonvp != vp || (dip = sp->s_dip) == NULL) in spec_devi_open_count()520 return (sp->s_commonvp); in common_specvp()547 sp->s_commonvp = svp; /* points to itself */ in get_cvp()593 sp->s_commonvp = svp; /* points to itself */ in commonvp()[all …]
165 #define S_ISFENCED(sp) ((VTOS((sp)->s_commonvp))->s_flag & SFENCED)321 ASSERT((csp)->s_commonvp == cvp); /* must be common node */ in spec_size()477 oldcsp = VTOS(oldsp->s_commonvp); in spec_clone()483 newcvp = newsp->s_commonvp; in spec_clone()609 cvp = sp->s_commonvp; in spec_open()690 csp = VTOS(sp->s_commonvp); in spec_open()797 csp = VTOS(sp->s_commonvp); in spec_open()898 cvp = sp->s_commonvp; in spec_close()1022 blkvp = sp->s_commonvp; in spec_read()1125 blkvp = sp->s_commonvp; in spec_write()[all …]
74 struct vnode *s_commonvp; /* common device vnode */ member129 #define VTOCS(vp) (VTOS(VTOS(vp)->s_commonvp))
127 struct snode *csp = VTOS(VTOS(fbvp)->s_commonvp); in console_hold()155 struct snode *csp = VTOS(VTOS(fbvp)->s_commonvp); in console_rele()
370 VTOS(vp)->s_commonvp = NULL; /* avoid panic */ in dev_lclose()
1281 csp = VTOS(sp->s_commonvp); in ldi_mlink_fp()
240 csp = VTOS(VTOS(ttyvp)->s_commonvp); in syopen()
557 str_cn_clean(VTOS(rwsconsvp)->s_commonvp); in iwscnopen()
60 #define VTOCVP(vp) (VTOS(vp)->s_commonvp)
162 csp = VTOS(VTOS(vp)->s_commonvp); in sogetvp()
108 #define VTOCVP(vp) (VTOS(vp)->s_commonvp) /* we "know" it's an snode */