Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dkernel.h48 # define NORET_TYPE /**/ macro
63 NORET_TYPE void panic(const char * fmt, ...)
65 asmlinkage NORET_TYPE void do_exit(long error_code)
67 NORET_TYPE void complete_and_exit(struct completion *, long)
Dext2_fs.h570 # define NORET_TYPE /**/ macro
625 extern NORET_TYPE void ext2_panic (struct super_block *, const char *,
Dext3_fs.h616 # define NORET_TYPE /**/ macro
679 extern NORET_TYPE void ext3_panic (struct super_block *, const char *,
/linux-2.4.37.9/kernel/
Dpanic.c47 NORET_TYPE void panic(const char * fmt, ...) in panic()
Dexit.c424 NORET_TYPE void do_exit(long code) in do_exit()
478 NORET_TYPE void complete_and_exit(struct completion *comp, long code) in complete_and_exit()
/linux-2.4.37.9/arch/arm/kernel/
Dtraps.c183 NORET_TYPE void die(const char *str, struct pt_regs *regs, int err) in die()
/linux-2.4.37.9/arch/ppc/amiga/
Dconfig.c733 static NORET_TYPE void amiga_reset( void )
/linux-2.4.37.9/arch/m68k/amiga/
Dconfig.c777 static NORET_TYPE void amiga_reset( void )
/linux-2.4.37.9/fs/ext2/
Dsuper.c66 NORET_TYPE void ext2_panic (struct super_block * sb, const char * function, in ext2_panic()
/linux-2.4.37.9/fs/ext3/
Dsuper.c286 NORET_TYPE void ext3_panic (struct super_block * sb, const char * function, in ext3_panic()