/freebsd/contrib/dialog/ |
H A D | rangebox.c | 208 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/sys/contrib/device-tree/src/powerpc/ |
H A D | microwatt.dts | 44 usable-privilege = <2>; 49 usable-privilege = <3>; 55 usable-privilege = <2>; 60 usable-privilege = <3>; 65 usable-privilege = <2>; 71 usable-privilege = <3>;
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 94 - 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/sys/contrib/device-tree/src/arm/synaptics/ |
H A D | berlin2cd-google-chromecast.dts | 26 * We're using "linux,usable-memory" instead of "reg" here 34 linux,usable-memory = <0x00000000 0x20000000>; /* 512 MB */
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | find_system_library.m4 | 46 AC_MSG_FAILURE([header [$3] for library [$5] is not usable]) 75 AC_MSG_FAILURE([library [$5] is not usable])
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | chosen.txt | 79 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/tools/build/options/ |
H A D | WITHOUT_WPA_SUPPLICANT_EAPOL | 5 protocols (usable only via 802.1X).
|
H A D | WITH_ZEROREGS | 4 Additionally this reduces the number of usable ROP gadgets for attackers.
|
/freebsd/sys/contrib/device-tree/src/arm64/airoha/ |
H A D | en7581-evb.dts | 19 linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>;
|
/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/ |
H A D | README | 13 TODO: make the standard nfs userspace services usable (the challenge
|
/freebsd/sys/contrib/device-tree/src/arm/airoha/ |
H A D | en7523-evb.dts | 20 linux,usable-memory-range = <0x80200000 0x1fe00000>;
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | dallas,ds1390.txt | 9 Values usable for ds1390 are 250, 2000, 4000
|
H A D | ti,bq32k.txt | 9 Values usable are 1120 and 20180
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | axp20x_ac_power.txt | 15 usable.
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | fipskey.h.in | 21 * The FIPS validation HMAC key, usable as an array initializer.
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-xp-matrix.dts | 25 * RAM are not usable due to the overlap with the MBus
|
/freebsd/contrib/netbsd-tests/fs/tmpfs/ |
H A D | README | 17 directly usable.
|
/freebsd/contrib/arm-optimized-routines/string/ |
H A D | README.contributors | 12 library archives should be usable to override libc symbols at link time (or
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_ciphers.pod | 44 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.
|
H A D | SSL_CTX_dane_enable.pod | 86 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/sys/contrib/device-tree/Bindings/dma/ |
H A D | img-mdc-dma.txt | 19 line may be mapped (i.e. bit N set indicates channel N is usable).
|
/freebsd/contrib/tnftp/ |
H A D | THANKS | 2 and this port) was done by Luke Mewburn, it would not be as usable
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | gnome | 49 # not sure are these usable, so commented out
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | cpm.txt | 53 indicate the portion of muram that is usable by the OS for arbitrary
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 2667 int r, i, usable; 2736 usable = 0; 2774 usable++; 2806 sm_dprintf("ssl_dane_enable: usable=%d\n", usable); 2807 if (0 == usable) 2813 usable, TLSA_IS_FL(dane_tlsa, TLSAFLSUP));
|