Searched defs:dk_cinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddkio.h52 struct dk_cinfo { struct
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c5890 struct dk_cinfo dk_cinfo; local
5927 (intptr_t)&dk_cinfo, (vd->open_flags | FKIOCTL), kcred,
5936 vd->max_xfer_sz = dk_cinfo.dki_maxtransfer;
6134 struct dk_cinfo dk_cinfo; local
6143 /* Verify backing device supports dk_cinfo */
6145 (intptr_t)&dk_cinfo, (vd->open_flags | FKIOCTL), kcred,
6151 if (dk_cinfo.dki_partition >= V_NUMPAR) {
6153 dk_cinfo
[all...]

Completed in 75 milliseconds