Home
last modified time | relevance | path

Searched full:modern (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/freebsd/sys/dev/virtio/
H A Dvirtio_endian.h38 * VirtIO V1 (modern) uses little endian, while legacy VirtIO uses the guest's
44 virtio_htog16(bool modern, uint16_t val) in virtio_htog16() argument
46 if (modern) in virtio_htog16()
53 virtio_gtoh16(bool modern, uint16_t val) in virtio_gtoh16() argument
55 if (modern) in virtio_gtoh16()
62 virtio_htog32(bool modern, uint32_t val) in virtio_htog32() argument
64 if (modern) in virtio_htog32()
71 virtio_gtoh32(bool modern, uint32_t val) in virtio_gtoh32() argument
73 if (modern) in virtio_gtoh32()
80 virtio_htog64(bool modern, uint64_t val) in virtio_htog64() argument
[all …]
H A Dvirtio.c212 uintptr_t modern; in virtio_bus_is_modern()
214 virtio_read_ivar(dev, VIRTIO_IVAR_MODERN, &modern); in virtio_bus_is_modern()
215 return (modern != 0); in virtio_bus_is_modern()
211 uintptr_t modern; virtio_bus_is_modern() local
/freebsd/contrib/mandoc/
H A DINSTALL72 The regression suite requires a reasonably modern Perl interpreter.
131 is obsolete nowadays, since all modern operating systems are now
134 to reasonably modern POSIX-compliant tools rather than asking for
138 ("ANSI C") or IEEE Std 1003.1-2008 ("POSIX") that some modern systems
144 modern interfaces like reallocarray(3) even if they are still rather
/freebsd/share/doc/papers/malloc/
H A Dabs.ms11 Malloc(3) in modern Virtual Memory environments.
31 with an eye on the workings and performance characteristics of modern
H A Dkernel.ms36 In a more modern page based virtual memory implementation this is still
44 storage or it wouldn't be selected to be run. In a modern VM kernel,
H A Dperformance.ms79 a modern malloc(3) ?
103 Most modern implementations do this when they interact with the
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dstart-stop-gc.rst17 consideration, but unnecessarily increases sizes for modern metadata section
40 (GCC 11 with modern binutils, Clang 13).
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h437 /// Enable migration to modern ObjC literals.
440 /// Enable migration to modern ObjC subscripting.
443 /// Enable migration to modern ObjC readonly property.
446 /// Enable migration to modern ObjC readwrite property.
449 /// Enable migration to modern ObjC property.
/freebsd/lib/libc/regex/
H A Dre_format.748 modern REs (roughly those of
67 A (modern) RE is one\(dd or more non-empty\(dd
400 in modern REs is equivalent to
/freebsd/sys/contrib/libsodium/
H A Dlibsodium.pc.in8 Description: A modern and easy-to-use crypto library
H A Dlibsodium-uninstalled.pc.in3 Description: A modern and easy-to-use crypto library
/freebsd/contrib/ncurses/man/
H A Dcurs_color.3x332 to 32767 on modern hardware.
355 to 32767 on modern hardware.
378 to 32767 on modern hardware.
398 that limits color pair and color-values to 32767 on modern hardware.
/freebsd/crypto/openssl/doc/man3/
H A DEC_POINT_add.pod49 Modern versions automatically perform this conversion when needed.
58 Modern versions should instead use EC_POINT_mul(), combined (if needed) with EC_POINT_add() in such…
/freebsd/sys/contrib/openzfs/config/
H A Duser-clock_gettime.m43 dnl # clock_gettime is generally available in libc on modern systems.
/freebsd/contrib/libxo/doc/
H A Dformatting.rst14 Modern tool developers favor encoding schemes like XML and JSON,
21 In addition, modern reality means that more output ends up in web
/freebsd/share/man/man9/
H A Diflib.912 needed for modern network interface devices, allowing driver authors to
/freebsd/sys/contrib/zstd/programs/
H A Dzstdgrep.117 Note that modern \fBgrep\fR alternatives such as \fBripgrep\fR (\fBrg\fR) support \fBzstd\fR\-compr…
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS7 Most modern Linux distributions use Linux-PAM with a password changing
/freebsd/contrib/dialog/samples/
H A Dmenubox1116 frontends are modern X interfaces, fitting the respective desktops (but may be used
/freebsd/bin/expr/
H A Dexpr.1238 With modern
261 With modern
/freebsd/contrib/libxo/libxo/
H A Dlibxo.351 Modern tool developers favor encoding schemes like XML and JSON,
57 In addition, modern reality means that more output ends up in web
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_vcbus.c144 /* Modern */
156 /* Modern */
/freebsd/secure/lib/libcrypto/man/man3/
H A DEC_POINT_add.3186 Modern versions automatically perform this conversion when needed.
195 Modern versions should instead use \fBEC_POINT_mul()\fR, combined (if needed) with \fBEC_POINT_add(…
/freebsd/crypto/openssl/doc/man7/
H A Dpassphrase-encoding.pod12 In a modern world with all sorts of character encodings, the treatment of pass
116 This is default on most modern Unixes, but may involve an effort on other
/freebsd/usr.sbin/fdcontrol/
H A Dfdcontrol.8281 media in a modern 1.2M drive, something like the following definition
289 It is still possible to hook up 8" drives to most modern floppy

12345678910>>...17