Lines Matching refs:rlimit
1389 rlim64_t rlimit, cred_t *credp) in elfnote() argument
1411 sizeof (note), rlimit, credp)) in elfnote()
1417 note.nhdr.n_descsz, rlimit, credp)) in elfnote()
1429 void *buf, size_t size, cred_t *credp, rlim64_t rlimit) in copy_scn() argument
1441 buf, len - resid, rlimit, credp) != 0) { in copy_scn()
1471 Shdr *v, int nv, rlim64_t rlimit, Off *doffsetp, int *nshdrsp) in process_scns() argument
1595 rlimit); in process_scns()
1673 rlimit); in process_scns()
1691 rlimit); in process_scns()
1741 data, v[i].sh_size, rlimit, credp)) != 0) in process_scns()
1754 elfcore(vnode_t *vp, proc_t *p, cred_t *credp, rlim64_t rlimit, int sig, in elfcore() argument
1886 sizeof (Ehdr), rlimit, credp)) in elfcore()
2029 v, phdrsz, rlimit, credp)) != 0) in elfcore()
2032 if ((error = write_old_elfnotes(p, sig, vp, v[0].p_offset, rlimit, in elfcore()
2036 if ((error = write_elfnotes(p, sig, vp, v[1].p_offset, rlimit, in elfcore()
2058 rlimit, credp)) == 0) { in elfcore()
2071 &error, sizeof (error), rlimit, credp); in elfcore()
2077 rlimit, credp)) != 0) in elfcore()
2120 &killinfo, sizeof (killinfo), rlimit, credp); in elfcore()
2144 sizeof (v[i]) * (nphdrs - i), rlimit, credp)) != 0) in elfcore()
2165 &bigwad->shdr[0], nshdrs, rlimit, &doffset, in elfcore()
2174 &bigwad->shdr[0], shdrsz, rlimit, credp)) != 0) in elfcore()
2207 rlim64_t rlimit, int sig, core_content_t content);