/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/ |
exynos5433-tmu.dtsi | 56 /* Set maximum frequency as 1800MHz */ 62 /* Set maximum frequency as 1700MHz */ 68 /* Set maximum frequency as 1600MHz */ 74 /* Set maximum frequency as 1500MHz */ 80 /* Set maximum frequency as 1400MHz */ 86 /* Set maximum frequencyas 1200MHz */ 92 /* Set maximum frequency as 1000MHz */ 230 /* Set maximum frequency as 1200MHz */ 236 /* Set maximum frequency as 1100MHz */ 242 /* Set maximum frequency as 1000MHz * [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
delay.h | 50 usleep_range(unsigned long minimum, unsigned long maximum __unused)
|
/src/tests/usr.bin/xlint/lint1/ |
c11.c | 157 double maximum(int n, int m, double a[n][m]); 159 double maximum(int n, int m, double a[*][*]); 161 double maximum(int n, int m, double a[ ][*]); 162 double maximum(int n, int m, double a[ ][m]);
|
/src/etc/powerd/scripts/ |
sensor_battery | 46 maximum-capacity) 48 "${0}: (${3}) capacity above maximum limit [${1}]" >&1
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
fsl-lx2160a-clearfog-itx.dtsi | 38 maximum-power-milliwatt = <2000>; 45 maximum-power-milliwatt = <2000>; 52 maximum-power-milliwatt = <2000>; 59 maximum-power-milliwatt = <2000>;
|
fsl-ls1088a-ten64.dts | 80 maximum-power-milliwatt = <2000>; 90 maximum-power-milliwatt = <2000>;
|
/src/games/robots/ |
main.c | 70 int maximum = 0; local in function:main 110 "Usage: robots [-Aajnrst] [maximum] [scorefile]"); 118 maximum = atoi(word); 121 Max_per_uid = maximum;
|
/src/usr.bin/make/unit-tests/ |
deptgt-notparallel.mk | 5 # maximum jobs to 1. This only applies to the current make, it is not
|
/src/usr.sbin/envstat/ |
config_lex.l | 52 SENSORPROP warning-max|high-capacity|warning-min|warning-capacity|critical-max|maximum-capacity|critical-min|critical-capacity|rfact|description
|
/src/tests/lib/libusbhid/ |
t_usbhid.c | 112 "Logical Minimum/Maximum results"); 119 uint32_t minimum, maximum; local in function:ATF_TC_BODY 150 maximum = (uint32_t)hi.logical_maximum & ((1ULL<<hi.report_size)-1); 151 MYu_ATF_CHECK_EQ(maximum, 255); 157 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1); 158 MYu_ATF_CHECK_EQ(maximum, 65535); 164 maximum = hi.logical_maximum & ((1ULL<<hi.report_size)-1); 165 MYu_ATF_CHECK_EQ(maximum, 4294967295); 175 "Physical Minimum/Maximum results"); 182 uint32_t minimum, maximum; local in function:ATF_TC_BODY [all...] |
/src/usr.sbin/sysinst/ |
msg.mbr.en | 56 Please enter the number of sectors per track (maximum 63) 57 and number of heads (maximum 256) that the BIOS uses to access the disk.
|
/src/sys/arch/acorn32/doc/ |
bootoptions | 55 maxproc= Specify the maximum in-core processes (L1 page tables)
|
/src/sys/arch/x68k/usr.bin/bellctrl/ |
bellctrl.c | 158 is_number(const char *arg, int maximum) 166 if (*p || atoi(arg) > maximum)
|
/src/sys/external/bsd/drm2/linux/ |
linux_idr.c | 339 int maximum = (end <= 0? INT_MAX : (end - 1)); local in function:idr_alloc 349 if (__predict_false(maximum < start)) 366 if (maximum <= id) {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-3720-uDPU.dts | 72 maximum-power-milliwatt = <3000>; 82 maximum-power-milliwatt = <3000>;
|
armada-8040-mcbin.dtsi | 74 maximum-power-milliwatt = <2000>; 87 maximum-power-milliwatt = <2000>; 100 maximum-power-milliwatt = <2000>;
|
armada-8040-puzzle-m801.dts | 74 maximum-power-milliwatt = <3000>; 84 maximum-power-milliwatt = <3000>;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos5422-odroidxu3-lite.dts | 38 * Odroid XU3-Lite board uses SoC revision with lower maximum frequencies
|
/src/distrib/common/ |
buildfloppies.sh | 47 -m max maximum number of floppies to build
|
/src/sys/arch/mips/mips/ |
cache_r3k_subr.S | 80 li t2, 256*1024 # maximum cache size
|
/src/usr.sbin/makefs/ |
makefs.h | 146 long long maximum; /* maximum for value */ member in struct:__anonc279ec630308 169 off_t maxsize; /* maximum size image can be */
|
makefs.c | 211 strsuftoll("maximum size", optarg, 1LL, LLONG_MAX); 408 options[i].minimum, options[i].maximum); break 422 options[i].maximum); 519 "\t[-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size]\n"
|
msdos.c | 88 .maximum = sizeof(_type) == 1 ? 0xff : \
|
/src/sys/arch/m68k/060sp/dist/ |
iskeletn.s | 14 # To the maximum extent permitted by applicable law, 21 # To the maximum extent permitted by applicable law,
|
/src/doc/ |
TODO.compat-module | 21 7. Fixed limits on the number of module dependencies and maximum
|