Home
last modified time | relevance | path

Searched defs:dump_write (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dudp_tunnel.h293 int (*dump_write)(struct net_device *dev, unsigned int table, member
/openbmc/linux/scripts/mod/
H A Dmodpost.c2224 char *dump_write = NULL, *files_source = NULL; in main() local
/openbmc/qemu/linux-user/
H A Delfload.c4206 static int dump_write(int fd, const void *ptr, size_t size) in dump_write() function