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

/illumos-gate/usr/src/uts/common/io/lvm/hotspares/
H A Dhotspares.c1376 int gotsomething; local
1382 gotsomething = 0;
1394 gotsomething = 1;
1398 gotsomething = 1;
1405 if (gotsomething)
1406 return (gotsomething);
1749 int gotsomething; local
1753 gotsomething = 0;
1765 gotsomething = 1;
1769 gotsomething
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c783 int gotsomething; local
830 gotsomething = 0;
873 gotsomething = 1;
880 gotsomething = 0;
939 gotsomething = 1;
944 return (gotsomething);
1142 int gotsomething = 0; local
1204 gotsomething = 1;
1208 return (gotsomething);
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1278 int gotsomething; local
1292 gotsomething = 0;
1368 gotsomething = 1;
1373 return (gotsomething);
1733 int gotsomething; local
1744 gotsomething = 0;
1811 gotsomething = 1;
1815 return (gotsomething);
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c824 int gotsomething; local
838 gotsomething = 0;
903 gotsomething = 1;
908 return (gotsomething);
1612 int i, row, c, gotsomething; local
1627 gotsomething = 0;
1736 gotsomething = 1;
1740 return (gotsomething);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c5149 int gotsomething; local
5179 gotsomething = 0;
5258 gotsomething = 1;
5275 return (gotsomething);
5600 int gotsomething, i; local
5614 gotsomething = 0;
5697 gotsomething = 1;
5701 return (gotsomething);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c3635 int gotsomething; local
3650 gotsomething = 0;
3720 gotsomething = 1;
3729 return (gotsomething);
4271 int i, gotsomething; local
4283 gotsomething = 0;
4371 gotsomething = 1;
4375 return (gotsomething);

Completed in 109 milliseconds