Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
lwptoregs
usr/src/uts/intel/amd64/sys/privregs.h
116
#define lwptoregs(lwp) ((struct regs *)((lwp)->lwp_regs))
usr/src/uts/intel/ia32/sys/privregs.h
90
#define lwptoregs(lwp) ((struct regs *)((lwp)->lwp_regs))
usr/src/uts/sparc/v9/sys/privregs.h
79
#define lwptoregs(lwp) ((struct regs *)((lwp)->lwp_regs))