Searched refs:firstPartition (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c232 char **firstPartition = argv; local
263 printf("switching the partition on \"%s\" to %s.\n", *firstPartition, kRAID_ONLINE);
264 bool success = switchPartition(*firstPartition, kRAID_ONLINE);
266 printf("switching the partition on \"%s\" to %s FAILED.\n", *firstPartition, kRAID_ONLINE);
270 firstPartition++;
310 char **firstPartition = argv; local
360 printf("switching the partition on \"%s\" to %s.\n", *firstPartition, kRAID_ONLINE);
361 bool success = switchPartition(*firstPartition, kRAID_ONLINE);
363 printf("switching the partition on \"%s\" to %s FAILED.\n", *firstPartition, kRAID_ONLINE);
367 firstPartition
616 char **firstPartition = argv; local
[all...]

Completed in 85 milliseconds