dinfo_io
struct dinfo_io dinfo_io;
(void) sprintf(dinfo_io.root_path, "/");
(void) snprintf(dinfo_io.root_path, sizeof (dinfo_io.root_path),
(void) snprintf(dinfo_io.root_path, sizeof (dinfo_io.root_path),
bcopy(priv, &dinfo_io.priv,
if ((map_size = ioctl(fd, flag, &dinfo_io)) < 0) {
sizeof (((struct dinfo_io *)(NULL))->root_path);
sizeof (((struct dinfo_io *)(NULL))->root_path), &size) != 0) {
arg += sizeof (((struct dinfo_io *)(NULL))->root_path);