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

/illumos-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c74 struct extpart_info extpartinfo; local
143 if ((ioctl(devfd, DKIOCEXTPARTINFO, &extpartinfo)) == 0) {
144 unix_base = extpartinfo.p_start;
145 unix_size = extpartinfo.p_length;

Completed in 45 milliseconds