Searched refs:dumpfd (Results 1 – 2 of 2) sorted by relevance
737 int dumpfd; local742 dumpfd = mkstemp(dumptmp);749 dumpfd = open(dumptmp, O_RDONLY);751 if (dumpfd < 0) {755 if ((dumpfile = fdopen(dumpfd, "a")) != NULL) {772 close(dumpfd);
167 static int dumpfd; /* read/write descriptor on dev */ variable364 dumpfd = Open(ddname, O_RDWR); in kmem_setup()703 ifd = dumpfd; in save_core()707 ifd = dumpfd; in save_core()