Home
last modified time | relevance | path

Searched refs:__dead2 (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/compat/
H A Dcompat.h32 #ifndef __dead2
33 #define __dead2 __attribute__((__noreturn__)) macro
37 #define __dead __dead2
/f-stack/freebsd/sys/
H A Dkthread.h56 void kproc_exit(int) __dead2;
73 void kthread_exit(void) __dead2;
H A Dcdefs.h208 #define __dead2 macro
213 #define __dead2 __attribute__((__noreturn__)) macro
219 #define __dead2 __attribute__((__noreturn__)) macro
278 #define _Noreturn __dead2
H A Dsystm.h124 void panic(const char *, ...) __dead2 __printflike(1, 2);
125 void vpanic(const char *, __va_list) __dead2 __printflike(1, 0);
245 void longjmp(struct _jmp_buf *, int) __dead2;
502 void kern_reboot(int) __dead2;
H A Dproc.h1133 void cpu_throw(struct thread *, struct thread *) __dead2;
1138 void exit1(struct thread *, int, int) __dead2;
1165 void thread_exit(void) __dead2;
H A Dsignalvar.h405 void sigexit(struct thread *td, int sig) __dead2;
/f-stack/freebsd/arm64/include/
H A Dcpu.h165 void cpu_halt(void) __dead2;
166 void cpu_reset(void) __dead2;
/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.h180 void x86emu_halt_sys(struct x86emu *) __dead2;
/f-stack/tools/libxo/libxo/
H A Dxo.h30 #ifdef __dead2
31 #define NORETURN __dead2
/f-stack/tools/route/
H A Droute.c173 static void usage(const char *) __dead2;