Lines Matching defs:coredump
104 static int coredump(struct thread *);
198 SYSCTL_INT(_kern, OID_AUTO, coredump, CTLFLAG_RW,
203 0, "Enable setting the NODUMP flag on coredump files");
207 0, "Generate a devctl notification when processes coredump");
3637 * Note that coredump() drops proc lock.
3639 rv = coredump(td);
4074 * policy checking, and creates the name of the coredump;
4076 * coredump routine if there is one; if there _is not_ one, it returns
4081 coredump(struct thread *td)
4204 devctl_notify("kernel", "signal", "coredump", sbuf_data(sb));