taglinefilesource code
fun21arch/mips/kernel/syscall.cextern asmlinkage int do_syscalls(struct pt_regs *regs, syscall_t fun,
fun111drivers/char/ftape/calibr.cint calibrate(char *name, void (*fun) (int), int *calibr_count, int *calibr_time)
fun139drivers/char/ftape/calibr.cfun(0);    /* dummy, get code into cache */
fun143drivers/char/ftape/calibr.cfun(0);    /* overhead + one test */
fun150drivers/char/ftape/calibr.cfun(*calibr_count);  /* overhead + multiple tests */
fun35drivers/char/ftape/calibr.hextern int calibrate(char *name, void (*fun) (int), int *calibr_count, int *calibr_time);
fun662drivers/scsi/advansys.c#define ASC_GET_PTR2FUNC( fun )  ( Ptr2Func )( fun )