max_unit         1020 kern/subr_userconf.c 	int  val, max_unit, star_unit, orig;
max_unit         1084 kern/subr_userconf.c 		max_unit = -1;
max_unit         1096 kern/subr_userconf.c 					if (cfdata[i].cf_unit > max_unit)
max_unit         1097 kern/subr_userconf.c 						max_unit = cfdata[i].cf_unit;
max_unit         1110 kern/subr_userconf.c 		max_unit++;
max_unit         1140 kern/subr_userconf.c 					cfdata[i].cf_unit = max_unit;