Searched refs:vret (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex.c152 int vret = 0; local
551 if ((vret = validate_exrc(scratch)) == 0) {
554 if (vret == -1) {
582 if ((vret =
586 if (vret == -1) {
/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dpkcs12.c507 int vret; local
518 vret = get_cert_chain (ucert, store, &chain2);
521 if (!vret) {
530 X509_verify_cert_error_string(vret));
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c625 int vret; local
678 vret = vn_rdwr(UIO_READ, vp, (caddr_t)io_buf, (ssize_t)io_size,
682 if (vret || resid) {
683 ret = SBD_FILEIO_FAILURE | vret;
710 int vret; local
755 vret = vn_rdwr(UIO_WRITE, vp, (caddr_t)io_buf, (ssize_t)io_size,
759 if (vret || resid) {
760 ret = SBD_FILEIO_FAILURE | vret;
/opensolaris-onvv-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3059 int ret, vret; local
3119 while ((vret = scf_iter_next_value(viter, g_val)) == 1) {
3128 if (vret == -1)

Completed in 196 milliseconds