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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h429 struct dinfo_io { struct
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c155 struct dinfo_io dinfo_io; local
174 (void) sprintf(dinfo_io.root_path, "/");
176 (void) snprintf(dinfo_io.root_path, sizeof (dinfo_io.root_path),
179 (void) snprintf(dinfo_io.root_path, sizeof (dinfo_io.root_path),
187 bcopy(priv, &dinfo_io.priv,
239 if ((map_size = ioctl(fd, flag, &dinfo_io)) < 0) {
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c746 sizeof (((struct dinfo_io *)(NULL))->root_path);
770 sizeof (((struct dinfo_io *)(NULL))->root_path), &size) != 0) {
804 arg += sizeof (((struct dinfo_io *)(NULL))->root_path);

Completed in 59 milliseconds