Searched refs:fn_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/boot/arm/at91/boot0/
H A Dmain.c31 typedef void fn_t(void); typedef
37 fn_t *fn = (fn_t *)(SDRAM_BASE + (1 << 20)); /* Load to base + 1MB */
/freebsd-10.3-release/usr.bin/xlint/lint1/
H A Dmem1.c58 } fn_t; typedef in typeref:struct:fn
60 static fn_t *fnames;
62 static fn_t *srchfn(const char *, size_t);
67 static fn_t *
70 fn_t *fn;
92 fn_t *fn;
100 if ((fn = malloc(sizeof (fn_t))) == NULL)
126 fn_t *fn;

Completed in 228 milliseconds