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

/freebsd-10.0-release/sys/kern/
H A Dimgact_elf.c1093 struct thread *td, char *core_buf, gzFile gzfile) {
1098 error = compress_core(gzfile, base, core_buf, len, td);
1187 char *core_buf = NULL; local
1210 core_buf = malloc(CORE_BUF_SIZE, M_TEMP, M_WAITOK | M_ZERO);
1211 if (!core_buf) {
1266 php->p_filesz, offset, cred, NOCRED, curthread, core_buf, gzfile);
1281 if (core_buf)
1282 free(core_buf, M_TEMP);
1091 core_output(struct vnode *vp, void *base, size_t len, off_t offset, struct ucred *active_cred, struct ucred *file_cred, struct thread *td, char *core_buf, gzFile gzfile) argument

Completed in 75 milliseconds