Searched refs:min_plr (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c7798 uint32_t min_plr = 0, max_plr = 0; local
7872 min_plr = strtoul(optarg, NULL, 0);
7873 if ((min_plr == 0)
7874 || (min_plr > 0xf)) {
7876 __func__, min_plr);
8008 min_plr,

Completed in 127 milliseconds