/titanic_41/usr/src/cmd/truss/ |
H A D | actions.c | 676 long rv2 = pri->Rval2; in sysexit() local 686 rv2 = (int)rv2; in sysexit() 693 rv2 &= 0xffffffff; in sysexit() 695 if (rv2 != 0) { in sysexit() 698 rv1 = rv2; in sysexit() 699 rv2 = temp; in sysexit() 707 rv1 = rv2; /* ugly */ in sysexit() 731 rv2 = rv1 & 0xffffffff; in sysexit() 774 (void) printf(fmt, rv1, rv2); in sysexit() 783 rv2 &= 0xffffffff; in sysexit() [all …]
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | tidbit.c | 105 rv2; local 109 rv2 = (*p) & 0377; 112 rv2 = *p; 114 if ((rv2 == 0377) && ((rv == 0377) || (rv == 0376))) 116 return (rv + (rv2 * 256));
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 195 int rv, rv2; in _Getsh() local 198 rv2 = (unsigned char) p[1]; in _Getsh() 205 rv2 = (*p) & 0377; in _Getsh() 208 rv2 = *p; in _Getsh() 213 if ((rv2 == 0377) && ((rv == 0377) || (rv == 0376))) in _Getsh() 215 return (rv + (rv2 * 256)); in _Getsh()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | get_creds.c | 180 krb5_error_code rv2; in krb5_get_credentials() local 183 if ((rv2 = krb5_cc_store_cred(context, ccache, tgts[i])) != 0) { in krb5_get_credentials() 184 retval = rv2; in krb5_get_credentials()
|
/titanic_41/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 1186 KMF_RETURN rv1, rv2; in display_error() local 1191 rv2 = kmf_get_kmf_error_str(errcode, &kmf_errmsg); in display_error() 1200 if (rv2 == KMF_OK && kmf_errmsg) { in display_error() 1206 if (rv1 != KMF_OK && rv2 != KMF_OK) in display_error()
|
H A D | import.c | 964 KMF_RETURN rv2; in pk_import() local 991 rv2 = kmf_get_kmf_error_str(rv, &kmferrstr); in pk_import() 992 if (rv2 == KMF_OK && kmferrstr) { in pk_import()
|
/titanic_41/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalppm.c | 225 int rv0, rv1, rv2, rv3; in xcppm_map_all_regs() local 253 rv2 = ddi_regs_map_setup(dip, 2, &base_addr, in xcppm_map_all_regs() 270 rv2 != DDI_SUCCESS || rv3 != DDI_SUCCESS) { in xcppm_map_all_regs() 275 if (rv2 == DDI_SUCCESS) in xcppm_map_all_regs()
|
/titanic_41/usr/src/cmd/stmsboot/ |
H A D | stmsboot_util.c | 827 int rv2 = -1; in validate_devnvl() local 849 rv2 = mpxio_nvl_boilerplate(curnode); in validate_devnvl() 851 if (rv1 + rv2 == -2) in validate_devnvl()
|
/titanic_41/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 705 int rv, rv2; in dr_attach() local 784 rv2 = ddi_prop_lookup_string_array(DDI_DEV_T_ANY, dip, in dr_attach() 789 if (rv2 != DDI_PROP_SUCCESS) in dr_attach()
|
/titanic_41/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 707 int rv, rv2; in dr_attach() local 788 rv2 = ddi_prop_lookup_string_array(DDI_DEV_T_ANY, dip, in dr_attach() 793 if (rv2 != DDI_PROP_SUCCESS) in dr_attach()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | ldc.c | 4597 int rv2; in i_ldc_write_packet() local 4623 rv2 = hv_ldc_tx_get_state(ldcp->id, in i_ldc_write_packet() 4628 rv2, tx_head, tx_tail, ldcp->link_state); in i_ldc_write_packet()
|