/titanic_41/usr/src/uts/sparc/fpu/ |
H A D | iu_simulator.c | 43 fp_inst_type pinst, /* FPU instruction to simulate. */ in fbcc_sim() argument 62 if (((pinst.op3 >> 3) & 0xf) == 5) in fbcc_sim() 66 uint_t nfcc = (pinst.op3 >> 1) & 0x3; in fbcc_sim() 84 icc = (enum icc_type) (pinst.rd & 0xf); in fbcc_sim() 85 annul = pinst.rd & 0x10; in fbcc_sim() 140 fp.fi = pinst; in fbcc_sim() 178 fp_inst_type pinst, /* FPU instruction to simulate. */ in _fp_iu_simulator() argument 183 switch (pinst.hibits) { in _fp_iu_simulator() 185 return (fbcc_sim(pinst, pregs, pfpu)); in _fp_iu_simulator() 187 switch (pinst.op3) { in _fp_iu_simulator() [all …]
|
H A D | fpu_simulator.c | 536 fp_inst_type *pinst, /* Address of FPU instruction to simulate */ in fpu_vis_sim() argument 551 pfpsd->fp_trapaddr = (caddr_t)pinst; in fpu_vis_sim() 596 fp_inst_type *pinst, /* Address of FPU instruction to simulate */ in fpu_simulator() argument 607 pfpsd->fp_trapaddr = (caddr_t)pinst; in fpu_simulator() 624 fp_inst_type *pinst, /* Pointer to FPU instruction to simulate. */ in fp_emulator() argument 647 pfpsd->fp_trapaddr = (caddr_t)pinst; /* bad inst addr in case we trap */ in fp_emulator() 648 ftt = _fp_read_inst((uint32_t *)pinst, &(fp.i), pfpsd); in fp_emulator() 665 pfpu->fpu_q->FQu.fpq.fpq_addr = (uint32_t *)pinst; in fp_emulator() 687 pinst = (fp_inst_type *)pregs->r_pc; in fp_emulator() 688 pfpsd->fp_trapaddr = (caddr_t)pinst; /* bad inst addr in case we trap */ in fp_emulator() [all …]
|
/titanic_41/usr/src/uts/sparc/v9/fpu/ |
H A D | v9instr.c | 50 fp_inst_type pinst, /* FPU instruction to simulate. */ in fldst() argument 64 fp.inst = pinst; in fldst() 65 if ((pinst.op3 >> 4) & 1) { in fldst() 66 if (pinst.ibit) { in fldst() 73 if (((pinst.op3 & 0x30) == 0x30) && (asi > ASI_SNFL)) in fldst() 74 return (vis_fldst(pfpsd, pinst, pregs, prw, asi)); in fldst() 77 if (pinst.ibit == 0) { /* effective address = rs1 + rs2 */ in fldst() 78 ftt = read_iureg(pfpsd, pinst.rs1, pregs, prw, &fea); in fldst() 81 ftt = read_iureg(pfpsd, pinst.rs2, pregs, prw, &tea); in fldst() 88 ftt = read_iureg(pfpsd, pinst.rs1, pregs, prw, &tea); in fldst() [all …]
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | auth-krb4.c | 250 *adat.pinst ? "." : "", adat.pinst, adat.prealm); in auth_krb4() 302 creds.pname, creds.pinst[0] ? "." : "", creds.pinst, in auth_krb4_tgt() 309 if (in_tkt(creds.pname, creds.pinst) != KSUCCESS) in auth_krb4_tgt() 322 creds.pname, creds.pinst[0] ? "." : "", creds.pinst, creds.realm); in auth_krb4_tgt()
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | visinstr.c | 81 fp_inst_type pinst, /* FPU instruction to simulate. */ in vis_fpu_simulator() argument 92 fp_inst_type pinst; in vis_fpu_simulator() member 96 nrs1 = pinst.rs1; in vis_fpu_simulator() 97 nrs2 = pinst.rs2; in vis_fpu_simulator() 98 nrd = pinst.rd; in vis_fpu_simulator() 99 f.pinst = pinst; in vis_fpu_simulator() 165 ftt = vis_pdist(pfpsd, pinst, pregs, prw, f.inst.opf); in vis_fpu_simulator() 168 ftt = vis_faligndata(pfpsd, pinst, fp); in vis_fpu_simulator() 171 ftt = vis_bshuffle(pfpsd, pinst, fp); in vis_fpu_simulator() 1188 fp_inst_type pinst, /* FPU instruction to simulate. */ in vis_pdist() argument [all …]
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | radix.c | 57 buffer_append(&b, creds->pinst, strlen(creds->pinst)); in creds_to_radix() 124 GETSTRING(&b, creds->pinst, sizeof creds->pinst); in radix_to_creds()
|
/titanic_41/usr/src/uts/sparc/sys/fpu/ |
H A D | fpu_simulator.h | 395 extern enum ftt_type fpu_vis_sim(fp_simd_type *pfpsd, fp_inst_type *pinst, 401 extern enum ftt_type fpu_simulator(fp_simd_type *pfpsd, fp_inst_type *pinst, 407 extern enum ftt_type fp_emulator(fp_simd_type *pfpsd, fp_inst_type *pinst, 445 fp_inst_type *pinst, /* Pointer to FPU instruction to simulate. */ 455 fp_inst_type *pinst, /* Pointer to FPU instruction to simulate. */
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 407 sof_instance_t *inst, *pinst; in sof_sonode_inherit_filters() local 448 for (pinst = pso->so_filter_bottom; in sof_sonode_inherit_filters() 449 pinst != NULL && !(pinst->sofi_flags & SOFIF_BYPASS); in sof_sonode_inherit_filters() 450 pinst = pinst->sofi_prev) { in sof_sonode_inherit_filters() 451 inst = sof_instance_create(pinst->sofi_filter, so); in sof_sonode_inherit_filters() 460 ASSERT(pinst->sofi_ops != NULL); in sof_sonode_inherit_filters() 461 inst->sofi_ops = pinst->sofi_ops; in sof_sonode_inherit_filters() 467 (sof_handle_t)pinst, pinst->sofi_cookie, in sof_sonode_inherit_filters()
|
/titanic_41/usr/src/cmd/krb5/klist/ |
H A D | klist.c | 788 char pinst[INST_SZ]; local 850 (k_errno = tf_get_pinst(pinst))) { 863 (pinst[0] ? "." : ""), pinst,
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect1.c | 743 char buffer[4096], pname[ANAME_SZ], pinst[INST_SZ], prealm[REALM_SZ]; in send_krb4_tgt() local 752 problem = krb_get_tf_fullname(TKT_FILE, pname, pinst, prealm); in send_krb4_tgt() 775 creds->pname, creds->pinst[0] ? "." : "", in send_krb4_tgt() 776 creds->pinst, creds->realm); in send_krb4_tgt() 836 creds.pinst[0] = '\0'; in send_afs_tokens()
|
/titanic_41/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 1266 if ((icode = in_tkt(v4creds.pname, v4creds.pinst)
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 1736 scf_instance_t *pinst = NULL; in private_refresh() local 1760 if ((pinst = scf_instance_create(g_hndl)) == NULL) in private_refresh() 1776 r = refresh_entity(issvc, ent, fmribuf, pinst, piter, NULL); in private_refresh() 1807 scf_instance_destroy(pinst); in private_refresh()
|