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

/illumos-gate/usr/src/uts/common/os/
H A Dpid.c693 struct upcount **upc, **hupc; local
700 upc = hupc;
701 while ((*upc) != NULL) {
702 if ((*upc)->up_uid == uid && (*upc)->up_zoneid == zoneid) {
703 (*upc)->up_count++;
712 upc = &(*upc)->up_next;
736 upc = hupc;
741 new->up_next = *upc;
752 struct upcount **upc; local
780 struct upcount *upc; local
[all...]
H A Dclock.c1644 profil_tick(uintptr_t upc) argument
1656 if (pr->pr_scale >= 2 && upc >= pr->pr_off) {
1663 uintptr_t delta = upc - pr->pr_off;
1694 result = suword32(pr->pr_base, (uint32_t)upc);
1698 result = suword64(pr->pr_base, (uint64_t)upc);
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c135 volatile greg_t upc; local
155 upc = rp->r_pc;
230 printf("sigsp = 0x%p, action = 0x%p, upc = 0x%lx\n",
231 (void *)sp, (void *)hdlr, (uintptr_t)upc);
363 printf("on fault, sigsp = 0x%p, action = 0x%p, upc = 0x%lx\n",
364 (void *)sp, (void *)hdlr, (uintptr_t)upc);
398 volatile greg_t upc; local
407 upc = rp->r_pc;
457 printf("sigsp = 0x%p, action = 0x%p, upc = 0x%lx\n",
458 (void *)sp, (void *)hdlr, (uintptr_t)upc);
621 volatile greg_t upc; local
[all...]
H A Darchdep.c589 greg_t upc = lwptoregs(ttolwp(curthread))->r_pc; local
593 return (upc);
601 if (fuword32((void *)(upc - 2), &insn) != -1 &&
603 return (upc - 2);
604 return (upc - 7);

Completed in 62 milliseconds