Home
last modified time | relevance | path

Searched refs:modern (Results 1 – 25 of 111) sorted by relevance

12345

/freebsd/sys/dev/virtio/
H A Dvirtio_endian.h44 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
82 if (modern) in virtio_htog64()
[all …]
H A Dvirtio.c212 uintptr_t modern; in virtio_bus_is_modern() local
214 virtio_read_ivar(dev, VIRTIO_IVAR_MODERN, &modern); in virtio_bus_is_modern()
215 return (modern != 0); in virtio_bus_is_modern()
H A Dvirtio.h164 VIRTIO_READ_IVAR(modern, VIRTIO_IVAR_MODERN);
/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/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/sys/contrib/openzfs/config/
H A Duser-clock_gettime.m43 dnl # clock_gettime is generally available in libc on modern systems.
/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/sys/contrib/zstd/programs/
H A Dzstdgrep.1.md16 Note that modern `grep` alternatives such as `ripgrep` (`rg`) support `zstd`-compressed files out o…
/freebsd/sys/dev/virtio/pci/
H A Dvirtio_pci.h112 void vtpci_init(struct vtpci_common *cn, device_t dev, bool modern);
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS7 Most modern Linux distributions use Linux-PAM with a password changing
/freebsd/contrib/libxo/doc/
H A Dxohtml.rst9 html files suitable for display in modern HTML web browsers. It can
H A Dintro.rst89 But you'd really, really like all the fancy features that modern
/freebsd/share/dict/
H A DREADME24 masks common typo in modern text
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Darm,hdlcd.yaml15 produced by ARM Ltd and in more modern of its Fast Models. The HDLCD is an
H A Darm,hdlcd.txt4 by ARM Ltd and in more modern of its' Fast Models. The HDLCD is an RGB
/freebsd/contrib/file/magic/Magdir/
H A Dstatistics14 # sciences, Stata files and SPSS files can be opened by a lot of modern
/freebsd/crypto/openssh/
H A DREADME.dns22 generic DNS RR format parsable by most modern name server
/freebsd/contrib/tcp_wrappers/
H A DBLURB17 modern UNIX systems that can already stop source-routed traffic in
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,pmic-glink.yaml14 The PMIC GLINK service, running on a coprocessor on some modern Qualcomm
/freebsd/contrib/unbound/
H A DREADME.md10 fast and lean and incorporates modern features based on open standards. If you
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Drichtek,rt5190a-regulator.yaml50 noise during AC power turned off in the modern TV system design.
/freebsd/
H A DREADME.md5 FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
/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/crypto/openssl/doc/man3/
H A DEVP_BytesToKey.pod39 Newer applications should use a more modern algorithm such as PBKDF2 as

12345