Searched refs:bigwad (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/exec/elf/
H A Dold_notes.c115 } *bigwad; local
117 size_t bigsize = MAX(sizeof (*bigwad), (size_t)xregsize);
125 bigwad = kmem_alloc(bigsize, KM_SLEEP);
135 oprgetpsinfo(p, &bigwad->psinfo, NULL);
137 error = elfnote(vp, &offset, NT_PRPSINFO, sizeof (bigwad->psinfo),
138 (caddr_t)&bigwad->psinfo, rlimit, credp);
149 bigwad->auxv[i].a_type = up->u_auxv[i].a_type;
150 bigwad->auxv[i].a_un.a_val = up->u_auxv[i].a_un.a_val;
152 error = elfnote(vp, &offset, NT_AUXV, sizeof (bigwad->auxv),
153 (caddr_t)bigwad
[all...]
H A Delf_notes.c187 } *bigwad; local
192 size_t bigsize = MAX(psize, MAX(sizeof (*bigwad),
218 bigwad = kmem_alloc(bigsize, KM_SLEEP);
231 prgetpsinfo(p, &bigwad->psinfo);
233 bigwad->psinfo.pr_wstat = wstat(CLD_DUMPED, sig);
235 error = elfnote(vp, &offset, NT_PSINFO, sizeof (bigwad->psinfo),
236 (caddr_t)&bigwad->psinfo, rlimit, credp);
255 prgetstatus(p, &bigwad->pstatus, p->p_zone);
256 bigwad->pstatus.pr_lwp.pr_why = 0;
262 error = elfnote(vp, &offset, NT_PSTATUS, sizeof (bigwad
[all...]
H A Delf.c319 struct bigwad { struct
326 } *bigwad; /* kmem_alloc this behemoth so we don't blow stack */ local
336 bigwad = kmem_alloc(sizeof (struct bigwad), KM_SLEEP);
337 ehdrp = &bigwad->ehdr;
338 dlnp = bigwad->dl_name;
339 pathbufp = bigwad->pathbuf;
594 aux = bigwad->elfargs;
718 if (error && dlnp != bigwad->dl_name) {
734 bigwad
1874 } *bigwad; local
[all...]

Completed in 62 milliseconds