Lines Matching refs:credp

1112 getelfhead(vnode_t *vp, cred_t *credp, Ehdr *ehdr, uint_t *nshdrs,  in getelfhead()  argument
1124 (rlim64_t)0, credp, &resid)) != 0) in getelfhead()
1165 (rlim64_t)0, credp, NULL)) != 0) { in getelfhead()
1193 getelfphdr(vnode_t *vp, cred_t *credp, const Ehdr *ehdr, uint_t nphdrs, in getelfphdr() argument
1216 credp, NULL)) != 0) { in getelfphdr()
1229 getelfshdr(vnode_t *vp, cred_t *credp, const Ehdr *ehdr, uint_t nshdrs, in getelfshdr() argument
1260 credp, NULL)) != 0) { in getelfshdr()
1287 credp, NULL)) != 0) { in getelfshdr()
1303 elfreadhdr(vnode_t *vp, cred_t *credp, Ehdr *ehdrp, uint_t *nphdrs, in elfreadhdr() argument
1309 if ((error = getelfhead(vp, credp, ehdrp, &nshdrs, &shstrndx, in elfreadhdr()
1311 (error = getelfphdr(vp, credp, ehdrp, *nphdrs, phbasep, in elfreadhdr()
1597 rlim64_t rlimit, cred_t *credp) in elfnote() argument
1619 sizeof (note), rlimit, credp)) in elfnote()
1625 note.nhdr.n_descsz, rlimit, credp)) in elfnote()
1644 cred_t *credp = ctx->ecc_credp; in elf_copy_scn() local
1660 UIO_SYSSPACE, 0, (rlim64_t)0, credp, &resid) != 0 || in elf_copy_scn()
1663 buf, len - resid, ctx->ecc_rlimit, credp) != 0) { in elf_copy_scn()
1689 cred_t *credp = ctx->ecc_credp; in elf_process_obj_scns() local
1714 if (getelfhead(mvp, credp, &ehdr, &nshdrs, &shstrndx, &nphdrs) != 0 || in elf_process_obj_scns()
1715 getelfshdr(mvp, credp, &ehdr, nshdrs, shstrndx, &shbase, &shsize, in elf_process_obj_scns()
2075 elfcore(vnode_t *vp, proc_t *p, cred_t *credp, rlim64_t rlimit, int sig, in elfcore() argument
2095 .ecc_credp = credp, in elfcore()
2226 sizeof (Ehdr), rlimit, credp)) { in elfcore()
2375 phdr, phdrsz, rlimit, credp)) != 0) { in elfcore()
2380 credp)) != 0) { in elfcore()
2384 credp, content)) != 0) { in elfcore()
2425 rlimit, credp); in elfcore()
2435 phdr[i].p_filesz, rlimit, credp); in elfcore()
2449 &error, sizeof (error), rlimit, credp); in elfcore()
2455 sizeof (Phdr), rlimit, credp)) != 0) in elfcore()
2498 &killinfo, sizeof (killinfo), rlimit, credp); in elfcore()
2522 sizeof (Phdr) * (nphdrs - i), rlimit, credp)) != 0) { in elfcore()
2545 rlimit, credp); in elfcore()
2580 extern int elf32core(vnode_t *vp, proc_t *p, cred_t *credp,