Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_vadj.c106 vpc->vliny = p, vpc->vdepth = 0, vpc->vflags = 0; in vopen()
122 if (d == 0 || (vp->vflags & VDIRT)) in vreopen()
124 vp->vliny = p, vp->vflags &= ~VDIRT; in vreopen()
356 vc->vliny += cnt, vc->vflags |= VDIRT; in vopenup()
363 vc->vliny = i, vc->vflags |= VDIRT; in vopenup()
893 if (l == 0 || vp->vliny < p || (vp->vflags & VDIRT)) { in vsync1()
902 if (l != vcline && (vp->vflags & VDIRT)) { in vsync1()
904 vp->vflags &= ~VDIRT; in vsync1()
H A Dex_vis.h103 short vflags; /* Is line potentially dirty ? */ member
109 #define FLAGS(c) (vlinfo[c].vflags)
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c717 int vflags; in rdc_net_write() local
782 vflags = rdc_get_vflags(urdc); in rdc_net_write()
784 if (vflags & (RDC_VOL_FAILED|RDC_BMP_FAILED)) in rdc_net_write()
2053 int vflags; in _rdc_remote_flush() local
2083 vflags = rdc_get_vflags(urdc); in _rdc_remote_flush()
2084 if ((vflags & (RDC_BMP_FAILED|RDC_VOL_FAILED|RDC_LOGGING))) { in _rdc_remote_flush()
2085 if ((vflags & RDC_LOGGING) && RDC_IS_DISKQ(group)) in _rdc_remote_flush()
2112 vflags = rdc_get_vflags(urdc); in _rdc_remote_flush()
2113 if (vflags & (RDC_BMP_FAILED|RDC_VOL_FAILED|RDC_LOGGING)) { in _rdc_remote_flush()
2114 if ((vflags & RDC_LOGGING) && RDC_IS_DISKQ(group)) in _rdc_remote_flush()
[all …]
H A Drdc_io.c896 int vflags, sflags, bflags, ssflags; in rdc_set_flags() local
899 vflags = flags & RDC_VFLAGS; in rdc_set_flags()
904 if (vflags) { in rdc_set_flags()
911 urdc->flags |= vflags; in rdc_set_flags()
939 int vflags, sflags, bflags; in rdc_clr_flags() local
942 vflags = flags & RDC_VFLAGS; in rdc_clr_flags()
946 if (vflags) { in rdc_clr_flags()
950 urdc->flags &= ~vflags; in rdc_clr_flags()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1207 unsigned int vflags = 0, size = 0; in cms_signeddata_verify() local
1255 vflags = X509_V_FLAG_CRL_CHECK|X509_V_FLAG_CRL_CHECK_ALL; in cms_signeddata_verify()
1260 X509_STORE_set_flags(store, vflags); in cms_signeddata_verify()