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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.h328 static bitmap_obstack crashme; variable
332 current (NULL), obstack (&crashme)
478 head->obstack = &bitmap_head::crashme;
H A Dbitmap.c31 bitmap_obstack bitmap_head::crashme; member in class:bitmap_head
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dbitmap.h328 static bitmap_obstack crashme; variable
332 current (NULL), obstack (&crashme)
485 head->obstack = &bitmap_head::crashme;
H A Dbitmap.cc31 bitmap_obstack bitmap_head::crashme; member in class:bitmap_head
/netbsd-current/sys/kern/
H A Dkern_crashme.c35 * supports crashme sysctl nodes, to test various ways the system can
49 #include <sys/crashme.h>
105 * add a crashme node dynamically. return -1 on failure, 0 on success.
148 * remove a crashme node. return -1 on failure, 0 on success.
182 * list or execute a crashme node
210 panic("crashme on %s failed!\n", cn->cn_name);
217 SYSCTL_SETUP(selfdebug_crashme, "sysctl crashme setup")
229 CTLTYPE_NODE, "crashme",
235 printf("%s: failed to create sysctl debug.crashme: %d\n",
244 SYSCTL_DESCR("Enable crashme"),
[all...]

Completed in 202 milliseconds