Home
last modified time | relevance | path

Searched refs: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; in check_mount() local
1115 if (ioctl(mfd, DKIOCINFO, &dkinfo_tmp) < 0) { in check_mount()
1127 if (dkinfo.dki_ctype != dkinfo_tmp.dki_ctype || in check_mount()
1128 dkinfo.dki_cnum != dkinfo_tmp.dki_cnum || in check_mount()
1129 dkinfo.dki_unit != dkinfo_tmp.dki_unit) { in check_mount()
/illumos-gate/usr/src/cmd/rmformat/
H A Drmf_misc.c490 struct dk_cinfo dkinfo, dkinfo_tmp; in check_and_unmount_floppy() local
545 if (ioctl(mfd, DKIOCINFO, &dkinfo_tmp) < 0) { in check_and_unmount_floppy()
557 if (dkinfo.dki_ctype != dkinfo_tmp.dki_ctype || in check_and_unmount_floppy()
558 dkinfo.dki_cnum != dkinfo_tmp.dki_cnum || in check_and_unmount_floppy()
559 dkinfo.dki_unit != dkinfo_tmp.dki_unit) { in check_and_unmount_floppy()