Searched refs:CALLBACK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/alpha/lib/ |
D | callback_srm.S | 18 ldq $0,hwrpb # gp is set up by CALLBACK macro. 58 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 64 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 77 CALLBACK(puts, CCB_PUTS, 4) 78 CALLBACK(open, CCB_OPEN, 3) 79 CALLBACK(close, CCB_CLOSE, 2) 80 CALLBACK(read, CCB_READ, 5) 81 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1) 82 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1) 83 CALLBACK(getenv, CCB_GET_ENV, 4) [all …]
|
/linux-2.4.37.9/drivers/isdn/eicon/ |
D | idi.c | 75 void CALLBACK(ADAPTER *a, ENTITY *e) in CALLBACK() function 683 CALLBACK(a, this); in isdn_rc() 694 CALLBACK(a, this); in isdn_rc() 715 CALLBACK(a, this); in isdn_rc() 786 CALLBACK(a, this); in isdn_ind() 849 CALLBACK(a, this); in isdn_ind()
|