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

/gem5/src/dev/virtio/
H A Dfs9p.cc366 const std::string socket_path = simout.resolve(p->socketPath); local
367 fatal_if(!OutputDirectory::isAbsolute(socket_path), "Please make the" \
371 fatal_if(sizeof(socket_address.sun_path) <= socket_path.length(),
373 strncpy(socket_address.sun_path, socket_path.c_str(),
403 "-l", socket_path.c_str(), // pass the socket
406 panic("Failed to execute diod to %s: %i\n",socket_path, errno);

Completed in 5 milliseconds