Home
last modified time | relevance | path

Searched refs:xfunc (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Ddcache.c532 int (*xfunc) (DCACHE *dcache, CORE_ADDR addr, char *ptr); in dcache_xfer_memory() local
533 xfunc = should_write ? dcache_poke_byte : dcache_peek_byte; in dcache_xfer_memory()
537 if (!xfunc (dcache, memaddr + i, myaddr + i)) in dcache_xfer_memory()
H A DChangeLog-19962431 * dcache.c (dcache_xfer_memory): Change xfunc decls to prototype form.
/openbsd-src/sys/dev/sdmmc/
H A Dsdmmcvar.h70 #define sdmmc_init_task(xtask, xfunc, xarg) do { \ argument
71 (xtask)->func = (xfunc); \