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

/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_ioctl.c2992 int nloops = 0; local
2998 if (ddi_copyin(data, &nloops, sizeof (int), mode) != 0) {
3008 if (nloops & 0x1) {
3013 while (nloops--) {
3037 int nloops = 0; local
3043 if (ddi_copyin(data, &nloops, sizeof (int), mode) != 0) {
3052 if (nloops & 0x1) {
3057 while (nloops--) {

Completed in 65 milliseconds