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

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1076 struct dk_cinfo dkinfo_tmp; local
1115 if (ioctl(mfd, DKIOCINFO, &dkinfo_tmp) < 0) {
1127 if (dkinfo.dki_ctype != dkinfo_tmp.dki_ctype ||
1128 dkinfo.dki_cnum != dkinfo_tmp.dki_cnum ||
1129 dkinfo.dki_unit != dkinfo_tmp.dki_unit) {
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c490 struct dk_cinfo dkinfo, dkinfo_tmp; local
545 if (ioctl(mfd, DKIOCINFO, &dkinfo_tmp) < 0) {
557 if (dkinfo.dki_ctype != dkinfo_tmp.dki_ctype ||
558 dkinfo.dki_cnum != dkinfo_tmp.dki_cnum ||
559 dkinfo.dki_unit != dkinfo_tmp.dki_unit) {

Completed in 58 milliseconds