Searched refs:ufound (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/mdconfig/
H A Dmdconfig.c413 int retcode, ffound, ufound; local
428 ffound = ufound = 0;
444 ufound = 1;
485 if (((fflag == NULL) && ufound) ||
486 ((fflag == NULL) && (units != NULL) && ufound) ||
488 ((fflag != NULL) && (units != NULL) && ufound && ffound))

Completed in 79 milliseconds