Home
last modified time | relevance | path

Searched refs:usable (Results 1 – 25 of 166) sorted by relevance

1234567

/freebsd-14-stable/contrib/dialog/
HDrangebox.c208 int usable; in dialog_rangebox() local
250 usable = (width - 2 - 4 * MARGIN); in dialog_rangebox()
259 data.value_x = (usable - data.value_len) / 2 + MARGIN; in dialog_rangebox()
265 if (ranges > usable) { in dialog_rangebox()
266 data.slide_inc = (ranges + usable - 1) / usable; in dialog_rangebox()
268 } else if (ranges < usable) { in dialog_rangebox()
269 data.slide_inc = usable / ranges; in dialog_rangebox()
273 data.slide_len = usable; in dialog_rangebox()
275 data.slide_x = (usable - data.slide_len) / 2 + MARGIN + 2; in dialog_rangebox()
285 dlg_mouse_mkregion(data.slide_y - 1, data.slide_x - 1, 3, usable + 2, 'i'); in dialog_rangebox()
/freebsd-14-stable/sys/contrib/device-tree/src/powerpc/
HDmicrowatt.dts44 usable-privilege = <2>;
49 usable-privilege = <3>;
55 usable-privilege = <2>;
60 usable-privilege = <3>;
65 usable-privilege = <2>;
71 usable-privilege = <3>;
/freebsd-14-stable/sys/contrib/device-tree/Bindings/powerpc/
Dibm,powerpc-cpu-features.txt94 - usable-privilege
179 This property may exist when the usable-privilege property value has PR bit set.
191 features usable by userspace will have a hwcap-bit-nr property.
213 usable-privilege = <1 | 2 | 4>;
219 usable-privilege = <1 | 2>;
226 usable-privilege = <2 | 4>;
233 usable-privilege = <1 | 2 | 4>;
241 usable-privilege = <1 | 2 | 4>;
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDberlin2cd-google-chromecast.dts26 * We're using "linux,usable-memory" instead of "reg" here
34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
HDen7523-evb.dts20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
HDarmada-xp-matrix.dts25 * RAM are not usable due to the overlap with the MBus
/freebsd-14-stable/sys/contrib/openzfs/config/
HDfind_system_library.m446 AC_MSG_FAILURE([header [$3] for library [$5] is not usable])
75 AC_MSG_FAILURE([library [$5] is not usable])
/freebsd-14-stable/tools/build/options/
HDWITHOUT_WPA_SUPPLICANT_EAPOL5 protocols (usable only via 802.1X).
HDWITHOUT_LLD_IS_LD5 The system will not have a usable tool chain unless a linker is provided
/freebsd-14-stable/sys/contrib/device-tree/Bindings/
HDchosen.txt79 linux,usable-memory-range
94 linux,usable-memory-range = <0x9 0xf0000000 0x0 0x10000000>;
98 The main usage is for crash dump kernel to identify its own usable
/freebsd-14-stable/contrib/netbsd-tests/fs/nfs/nfsservice/
HDREADME13 TODO: make the standard nfs userspace services usable (the challenge
/freebsd-14-stable/sys/contrib/device-tree/Bindings/rtc/
Ddallas,ds1390.txt9 Values usable for ds1390 are 250, 2000, 4000
Dti,bq32k.txt9 Values usable are 1120 and 20180
/freebsd-14-stable/crypto/openssl/include/openssl/
HDfipskey.h.in21 * The FIPS validation HMAC key, usable as an array initializer.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/power/supply/
HDaxp20x_ac_power.txt15 usable.
/freebsd-14-stable/contrib/netbsd-tests/fs/tmpfs/
HDREADME17 directly usable.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_get_ciphers.pod44 For example, additional ciphers may be usable by a server if there is
46 usable by a server if there is not a suitable certificate configured.
HDSSL_CTX_dane_enable.pod86 call and take appropriate action if none are usable or an internal error
267 /* At least one usable record. We expect to verify the peer */
322 * usable TLSA RRs none of which matched. Do whatever is appropriate for
341 When a peer has TLSA records, but none are "usable", an opportunistic
/freebsd-14-stable/sys/contrib/device-tree/Bindings/dma/
HDimg-mdc-dma.txt19 line may be mapped (i.e. bit N set indicates channel N is usable).
/freebsd-14-stable/contrib/file/magic/Magdir/
HDgnome49 # not sure are these usable, so commented out
/freebsd-14-stable/contrib/xz/
HDAUTHORS54 platforms that don't have a usable getopt_long().
/freebsd-14-stable/contrib/tnftp/
HDTHANKS2 and this port) was done by Luke Mewburn, it would not be as usable
/freebsd-14-stable/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
HDcpm.txt53 indicate the portion of muram that is usable by the OS for arbitrary
/freebsd-14-stable/contrib/file/m4/
HDvisibility.m432 AC_MSG_CHECKING([whether the -Werror option is usable])
/freebsd-14-stable/sys/arm/conf/
HDstd.armv623 options NFS_ROOT # NFS usable as /, requires NFSCL

1234567