Searched refs:FUNCTION (Results 1 – 1 of 1) sorted by relevance
461 #define dvb_attach(FUNCTION, ARGS...) ({ \ argument463 typeof(&FUNCTION) __a = symbol_request(FUNCTION); \467 symbol_put(FUNCTION); \469 printk(KERN_ERR "DVB: Unable to find symbol "#FUNCTION"()\n"); \485 #define dvb_attach(FUNCTION, ARGS...) ({ \ argument486 FUNCTION(ARGS); \