Searched refs:CALLBACK (Results 1 – 1 of 1) sorted by relevance
/arch/alpha/lib/ |
D | callback_srm.S | 17 ldq $0,hwrpb # gp is set up by CALLBACK macro. 57 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 63 #define CALLBACK(NAME, CODE, ARG_CNT) \ macro 76 CALLBACK(puts, CCB_PUTS, 4) 77 CALLBACK(open, CCB_OPEN, 3) 78 CALLBACK(close, CCB_CLOSE, 2) 79 CALLBACK(read, CCB_READ, 5) 80 CALLBACK(open_console, CCB_OPEN_CONSOLE, 1) 81 CALLBACK(close_console, CCB_CLOSE_CONSOLE, 1) 82 CALLBACK(getenv, CCB_GET_ENV, 4) [all …]
|