Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dexec.c1677 char *ustrp = usrstack - args->nc - ptrsize; in stk_copyout() local
1705 if (stk_putptr(args, usp, &ustrp[*--offp])) in stk_copyout()
1727 if (stk_putptr(args, usp, &ustrp[*--offp])) in stk_copyout()
1739 if (copyout(args->stk_base, ustrp, args->nc)) in stk_copyout()
1750 ADDAUX(*a, AT_SUN_PLATFORM, (long)&ustrp[*--offp]) in stk_copyout()
1751 ADDAUX(*a, AT_SUN_EXECNAME, (long)&ustrp[*--offp]) in stk_copyout()
1754 AT_SUN_BRANDNAME, (long)&ustrp[*--offp]) in stk_copyout()
1757 AT_SUN_EMULATOR, (long)&ustrp[*--offp]) in stk_copyout()
1761 AT_SUN_PLATFORM, (int)(uintptr_t)&ustrp[*--offp]) in stk_copyout()
1763 AT_SUN_EXECNAME, (int)(uintptr_t)&ustrp[*--offp]) in stk_copyout()
[all …]