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

/gem5/src/dev/virtio/
H A DVirtIO9P.py62 diod = Param.String("/usr/sbin/diod", "Path to diod") variable in class:VirtIO9PDiod
63 root = Param.String("/tmp", "Path to export through diod")
64 socketPath = Param.String("Unused socket to diod")
H A Dfs9p.cc319 // Register an exit callback so we can kill the diod process
346 const char *diod(p->diod.c_str());
348 DPRINTF(VIO9P, "Using diod at %s \n", p->diod.c_str());
368 " output directory an absolute path, else diod will fail!\n");
386 // Create the socket which will later by used by the diod process
395 // Start diod
396 execlp(diod, diod,
[all...]

Completed in 4 milliseconds