Searched defs:dinfo_io (Results 1 - 2 of 2) 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) {

Completed in 84 milliseconds