Home
last modified time | relevance | path

Searched refs:pc (Results 176 – 200 of 270) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h590 #define i40e_aq_set_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument
591 i40e_aq_set_phy_register_ext(hw, ps, da, pc, FALSE, 0, ra, rv, cd)
592 #define i40e_aq_get_phy_register(hw, ps, da, pc, ra, rv, cd) \ argument
593 i40e_aq_get_phy_register_ext(hw, ps, da, pc, FALSE, 0, ra, rv, cd)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c54 print_stack(uintptr_t sp, uintptr_t pc, uintptr_t addr, in print_stack() argument
72 if (pc != 0) in print_stack()
73 mdb_printf("[ %0?lr %a() ]\n", sp, pc); in print_stack()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dtraptrace.h242 rd %pc, %g1; \
257 rd %pc, %g1; \
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsparcv9_subr.S1073 ! the time the %pc was pointing to vpanic, thus the %i's now contain
1128 set dtrace_vpanic, %l1 ! %l1 = %pc (vpanic)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h40 rd %pc, %g4
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S162 add %o7, 8, %o2 ! calculate caller's return pc
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library-policykit.p5m40 file path=usr/lib/pkgconfig/polkit.pc mode=0444
H A Ddriver-xvm-pv.p5m50 pkg.depend.runpath=$PKGDEPEND_RUNPATH:/platform/$(ARCH32)pc/kernel
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_proc_init.S54 rd %pc, %l0
H A Dmach_xc.S72 stna %o3, [%g4 + TRAP_ENT_TR]%asi ! pc of the TL>0 handler
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h276 uintptr_t pc; /* value of the return %pc */ member
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c3583 mp_digit *pa, *pb, *pc; in s_mp_add_3arg() local
3613 pc = MP_DIGITS(c); in s_mp_add_3arg()
3618 *pc++ = ACCUM(w); in s_mp_add_3arg()
3624 *pc++ = sum += carry; in s_mp_add_3arg()
3635 *pc++ = ACCUM(w); in s_mp_add_3arg()
3824 mp_digit *pa, *pb, *pc; in s_mp_sub_3arg() local
3847 pc = MP_DIGITS(c); in s_mp_sub_3arg()
3852 *pc++ = ACCUM(w); in s_mp_sub_3arg()
3860 *pc++ = diff; in s_mp_sub_3arg()
3867 *pc++ = ACCUM(w); in s_mp_sub_3arg()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.status.solaris517 s,@build@,i386-pc-solaris2.10,;t t
519 s,@build_vendor@,pc,;t t
521 s,@host@,i386-pc-solaris2.10,;t t
523 s,@host_vendor@,pc,;t t
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_internal.h413 char *pc; member
421 #define ns_pc ns_pu.pc
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool.c2495 pool_get_container(const pool_elem_t *pc) in pool_get_container() argument
2497 return (pc->pe_get_container(pc)); in pool_get_container()
2506 pool_set_container(pool_elem_t *pp, pool_elem_t *pc) in pool_set_container() argument
2508 return (pc->pe_set_container(pp, pc)); in pool_set_container()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c590 cpu_acpi_obj_t objtype, cpu_acpi_present_capabilities_t *pc) in cpu_acpi_cache_present_capabilities() argument
612 *pc = 0; in cpu_acpi_cache_present_capabilities()
617 *pc = obj->Integer.Value; in cpu_acpi_cache_present_capabilities()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_xc.S70 stna %o3, [%g4 + TRAP_ENT_TR]%asi ! pc of the TL>0 handler
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1006 mdb_printf("%a(", pc); in pt_frame()
1024 mdb_printf("%0?lr %a(", gregs->gregs[R_FP], pc); in pt_framev()
1026 mdb_printf("%0?lr %a(", gregs->gregs[R_SP], pc); in pt_framev()
1042 if (pt_frameregs(arglim, pc, argc, argv, gregs, pc == PC_FAKE) == -1) { in pt_framer()
1046 return (pt_framev(arglim, pc, argc, argv, gregs)); in pt_framer()
1339 uintptr_t pc, sp; in pt_findstack() local
1358 pc = gregs.gregs[R_PC]; in pt_findstack()
1368 if (pc != 0) in pt_findstack()
1369 mdb_printf("[ %0?lr %a() ]\n", sp, pc); in pt_findstack()
4320 pt_bp_overlap(mdb_sespec_t *sep, uintptr_t pc) in pt_bp_overlap() argument
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot_elf.S633 elf_rtbndr(Rt_map * lmp, unsigned long reloc, caddr_t pc)
635 (void) elf_bndr(lmp, reloc, pc);
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S280 ldx [%i0 + T_PC], %i7 ! delay - restore resuming thread's pc
517 ldn [%i0 + T_PC], %i7 ! restore resuming thread's pc
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.key70 # these are typically found in pc compilers, but may be in cross compilers
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c42 unsigned char *pc = (unsigned char *)&(wwn->wwn[0]); in WWN2str() local
45 sprintf(&buf[j], "%02X", (int)*pc++); in WWN2str()
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c100 get_mode_page(int fd, int page_no, int pc, int buf_len, uchar_t *buffer) in get_mode_page() argument
106 byte2 = (uchar_t)(((pc << 6) & 0xC0) | (page_no & 0x3f)); in get_mode_page()
H A Dmmc.c89 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() argument
105 scmd->uscsi_cdb[2] = pc; in mode_sense()
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c80 unsigned char *pc = (unsigned char *)&(wwn->wwn[0]); in WWN2str() local
83 (void) sprintf(&buf[j], "%02X", (int)*pc++); in WWN2str()

1234567891011