Fill in a PATH_MAX-sized buffer with a path identifying a vdev
#include <qvm/vdev-core.h>
int vdev_path(const vdev_t *vdp,
char *buf,
size_t size)
The buf and size arguments are passed to snprintf().
The value returned by snprintf().