Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c183 if (CURRENT_TOTAL_AVAILABLE_SWAP < btopr(edp.ux_dsize) + btopr(SSIZE)) in aoutexec()
211 if (error = execmap(edp.vp, edp.ux_datorg, edp.ux_dsize, in aoutexec()
217 exenv.ex_brksize = edp.ux_dsize + edp.ux_bsize; in aoutexec()
328 edp->ux_dsize = filhdr.a_data; in get_aout_head()
/titanic_41/usr/src/uts/common/sys/
H A Duser.h50 size_t ux_dsize; /* data size */ member