Home
last modified time | relevance | path

Searched refs:uc_filler (Results 1 – 4 of 4) sorted by last modified time

/illumos-gate/usr/src/uts/intel/syscall/
H A Dgetcontext.c360 if (copyin(ucp, &uc, offsetof(ucontext_t, uc_filler) - in getsetcontext()
565 if (copyin(ucp, &uc, offsetof(ucontext32_t, uc_filler) - in getsetcontext32()
/illumos-gate/usr/src/uts/intel/sys/
H A Ducontext.h94 long uc_filler[3]; member
109 int32_t uc_filler[3]; member
/illumos-gate/usr/src/uts/sparc/sys/
H A Ducontext.h89 long uc_filler[4]; member
91 long uc_filler[23]; member
105 int32_t uc_filler[23]; member
/illumos-gate/usr/src/uts/sparc/syscall/
H A Dgetcontext.c232 sizeof (uc.uc_filler) - in getsetcontext()
481 if (copyin(ucp, &uc, sizeof (uc) - sizeof (uc.uc_filler) - in getsetcontext32()