Symbol: machpcb
usr/src/uts/sparc/dtrace/dtrace_isa.c
751
struct machpcb *mpcb;
usr/src/uts/sparc/dtrace/dtrace_isa.c
803
mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
usr/src/uts/sparc/dtrace/dtrace_isa.c
856
mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
usr/src/uts/sparc/dtrace/fasttrap_isa.c
1388
struct machpcb *mpcb;
usr/src/uts/sparc/dtrace/fasttrap_isa.c
1423
mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
usr/src/uts/sparc/dtrace/fasttrap_isa.c
1487
struct machpcb *mpcb;
usr/src/uts/sparc/dtrace/fasttrap_isa.c
1522
mpcb = (struct machpcb *)((caddr_t)rp - REGOFF);
usr/src/uts/sparc/fs/proc/prmachdep.c
1009
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/fs/proc/prmachdep.c
905
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/os/syscall.c
96
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v7/sys/machpcb.h
91
#define lwptompcb(lwp) ((struct machpcb *) \
usr/src/uts/sparc/v9/os/simulator.c
1260
struct machpcb *mpcb = lwptompcb(curthread->t_lwp);
usr/src/uts/sparc/v9/os/simulator.c
1284
struct machpcb *mpcb = lwptompcb(curthread->t_lwp);
usr/src/uts/sparc/v9/os/v9dep.c
1238
struct machpcb *mpcb;
usr/src/uts/sparc/v9/os/v9dep.c
1611
struct machpcb *m = lwptompcb(ttolwp(curthread));
usr/src/uts/sparc/v9/os/v9dep.c
479
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
512
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
552
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
584
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
627
struct machpcb *mpcb = lwptompcb(ttolwp(curthread));
usr/src/uts/sparc/v9/os/v9dep.c
723
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
763
struct machpcb *mpcb;
usr/src/uts/sparc/v9/os/v9dep.c
799
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sparc/v9/os/v9dep.c
867
struct machpcb *mpcb = lwptompcb(ttolwp(tp));
usr/src/uts/sparc/v9/os/v9dep.c
88
struct machpcb *mpcb;
usr/src/uts/sparc/v9/os/v9dep.c
907
struct machpcb *mpcb;
usr/src/uts/sparc/v9/sys/machpcb.h
95
#define lwptompcb(lwp) ((struct machpcb *) \
usr/src/uts/sun4/os/machdep.c
128
struct machpcb *mpcb;
usr/src/uts/sun4/os/machdep.c
136
stk -= SA(sizeof (struct machpcb));
usr/src/uts/sun4/os/machdep.c
137
mpcb = (struct machpcb *)stk;
usr/src/uts/sun4/os/machdep.c
138
bzero(mpcb, sizeof (struct machpcb));
usr/src/uts/sun4/os/machdep.c
162
struct machpcb *mpcb = lwptompcb(lwp);
usr/src/uts/sun4/os/machdep.c
190
struct machpcb *mpcb = lwptompcb(clwp);
usr/src/uts/sun4/os/machdep.c
191
struct machpcb *pmpcb = lwptompcb(lwp);
usr/src/uts/sun4/os/machdep.c
208
bcopy(lwp->lwp_regs, clwp->lwp_regs, sizeof (struct machpcb) - REGOFF);
usr/src/uts/sun4/os/mlsetup.c
124
struct machpcb *mpcb;
usr/src/uts/sun4/os/trap.c
143
struct machpcb *mpcb = NULL;
usr/src/uts/sun4u/sys/machcpuvar.h
98
struct machpcb *mpcb;
usr/src/uts/sun4v/sys/machcpuvar.h
112
struct machpcb *mpcb;