Home
last modified time | relevance | path

Searched refs:dotwo (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c720 copy_return_window32(int dotwo) in copy_return_window32() argument
748 if (dotwo && mpcb->mpcb_rsp[0] != NULL && in copy_return_window32()
759 copy_return_window(int dotwo) in copy_return_window() argument
768 return (copy_return_window32(dotwo)); in copy_return_window()
780 if (dotwo && mpcb->mpcb_rsp[0] != NULL && in copy_return_window()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c603 int dotwo = (type == T_WIN_UNDERFLOW + T_USER); in trap() local
604 if (copy_return_window(dotwo)) in trap()