Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dttable.h25 #define TRAP(routine) \ argument
35 #define TRAP_7INSNS(routine) \ argument
44 #define TRAP_SAVEFPU(routine) \ argument
54 #define TRAP_NOSAVE(routine) \ argument
59 #define TRAP_NOSAVE_7INSNS(routine) \ argument
64 #define TRAPTL1(routine) \ argument
74 #define TRAP_ARG(routine, arg) \ argument
84 #define TRAPTL1_ARG(routine, arg) \ argument
94 #define SYSCALL_TRAP(routine, systbl) \ argument
126 #define TRAP_IRQ(routine, level) \ argument
[all …]
/linux/drivers/isdn/mISDN/
H A Dfsm.h39 void (*routine) (struct FsmInst *, int, void *); member
/linux/drivers/tty/
H A Dtty_io.c260 const char *routine) in tty_paranoia_check()
273 static void check_tty_count(struct tty_struct *tty, const char *routine) in check_tty_count()
/linux/drivers/scsi/qla2xxx/
H A Dqla_gs.c121 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status()
/linux/drivers/scsi/lpfc/
H A Dlpfc.h1779 #define DECLARE_ENUM2STR_LOOKUP(routine, enum_name, enum_init) \ argument