Home
last modified time | relevance | path

Searched refs:possible (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/freebsd/sys/dev/acpica/
H A Dacpi_quirk.c69 static int aq_strcmp(char *actual, char *possible);
99 aq_strcmp(char *actual, char *possible) in aq_strcmp() argument
101 if (actual == NULL || possible == NULL) in aq_strcmp()
103 return (strncmp(actual, possible, strlen(possible)) == 0); in aq_strcmp()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMSA.txt4 Intrinsics are lowered to SelectionDAG nodes where possible in order to enable
18 It is not possible to emit bclri.b since andi.b covers exactly the
23 It is not possible to emit vshf.w when the shuffle description is
36 It is not possible to emit ilvl.d, or pckev.d since ilvev.d covers the
40 It is not possible to emit ilvr.d, or pckod.d since ilvod.d covers the
48 It is not possible to emit splati.w since shf.w covers the same cases.
66 It is (currently) not possible to emit bmz.v, or bsel.v since bmnz.v is
/freebsd/contrib/ntp/scripts/rc/
H A DREADME3 In general, ntpd should be started as soon as possible in the boot process. If
5 before them as late as possible.
13 ntpd as much time as possible to synchronize before running ntpwait).
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dux500.txt19 wants to use, possible values are 1, 2, 3, 5, 6. The second
21 possible values are 0 thru 31.
25 wants to use, possible values are 1, 2, 3, 5, 6. The second
27 possible values are 0 thru 31.
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates7 Although possible, building in a 32-bit environment is unsupported and
8 likely to cause instability leading to possible data corruption. You
21 Although possible, building in a 32-bit environment is unsupported and
22 likely to cause instability leading to possible data corruption. You
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DAutomaton.td23 // Q: A set of possible states.
28 // Because generating all possible states is tedious, we instead define the
40 // Instead of defining all possible states (which would be cumbersome), the user
41 // provides a set of possible Transitions from state A, consuming an input
44 // all the possible transitions until none are valid.
92 // The automaton generator uses this property to crawl the set of possible
/freebsd/tools/build/
H A Dcheckstyle9.pl1124 sub possible { subroutine
1125 my ($possible, $line) = @_;
1144 warn "CHECK<$possible> ($line)\n" if ($dbg_possible > 2);
1145 if ($possible !~ $notPermitted) {
1147 $possible =~ s/\s*$Storage\s*//g;
1148 $possible =~ s/\s*$Sparse\s*//g;
1149 if ($possible =~ /^\s*$/) {
1151 } elsif ($possible =~ /\s/) {
1152 $possible =~ s/\s*(?:$Type|\#\#)\s*//g;
1153 for my $modifier (split(' ', $possible)) {
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dspectrum120 # 2nd possible text description
124 # 3rd possible text description
128 # 4th possible text description
132 # 5th possible text description
136 # 6th possible text description
140 # 7th possible text description
H A Drtf44 # skip space or \ and display possible 4th digit of code page string
47 # possible 5th digit of code page string
59 # skip \ and NL and show possible 5th digit of language string
68 # possible 5th digit of language string
/freebsd/crypto/openssl/doc/man3/
H A DSSL_pending.pod30 will ignore them. Therefore, it is possible for no more bytes to be readable from
36 unprocessed) and 0 otherwise. Note that it is possible for SSL_has_pending() to
39 data (for example this can happen during renegotiation). It is also possible in
/freebsd/tools/tools/nanobsd/embedded/
H A DREADME18 Images are both as easy as possible to construct, as well as easy as
19 possible to expand.
/freebsd/contrib/byacc/
H A DREADME8 as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
28 Include a small example if possible. Please include the banner string from
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md17 It's possible to disable multithread support, by setting `HAVE_THREAD=0`.
19 It's also possible to force multithread support, using `HAVE_THREAD=1`.
38 It's possible to disable `.gz` support, by setting `HAVE_ZLIB=0`.
40 It's also possible to force compilation with zlib support, using `HAVE_ZLIB=1`.
48 It's possible to disable `.xz` and `.lzma` support, by setting `HAVE_LZMA=0`.
50 It's also possible to force compilation with lzma support, using `HAVE_LZMA=1`.
58 It's possible to disable `.lz4` support, by setting `HAVE_LZ4=0` .
60 It's also possible to force compilation with lz4 support, using `HAVE_LZ4=1`.
95 It's possible to invoke `zstd` through a symlink.
292 `zstdgrep` is a utility which makes it possible to `grep` directly a `.zst` compressed file.
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp13 preference to SLIP whenever possible). When you choose the SLIP
37 higher than what is typically possible over a serial line, and speeds
40 Finally, for the fastest possible network installation, an Ethernet
/freebsd/crypto/openssh/
H A DREADME.tun64 A more complicated configuration is possible to establish a tunnel to
110 It is also possible to tell the client to fork into the background after
115 Without the ssh configuration done in step (4), it is also possible
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KEYEXCH-DH.pod14 is not possible to use a private key of the B<DH> type in key exchange
27 largest possible secret size.
30 the largest possible secret size.
/freebsd/bin/sh/tests/builtins/
H A Dtrap6.04 # Suppress possible message about exit on signal
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Dmvebu-uart.txt14 is provided (possible only with the "marvell,armada-3700-uart"
17 change will then be possible. When provided it should be UART1-clk
/freebsd/contrib/sendmail/contrib/
H A Dmh.patch29 is possible using the -client switch to cause the old sendmails
33 That's pointless, but possible. If you do this, just like under
42 can't test it on every possible combination. Make sure that it works
/freebsd/contrib/pam-krb5/
H A DTODO31 good to stay consistent with that protocol if possible. (Debian
71 the PAM context is currently too complicated. It should be possible to
95 * Ensure that the test suite covers all possible PAM options.
/freebsd/contrib/arm-optimized-routines/math/
H A DREADME.contributors12 ISO C and POSIX rules. If possible the built shared libraries and static
33 statistically (or on all inputs if possible in reasonable amount of time).
47 as possible. (There are helper functions, these take care of errno as well
/freebsd/contrib/unbound/doc/
H A Dlibunbound.rst271 At this time it is only possible to set configuration before the first
283 At this time it is only possible to set configuration before the first
288 At this time it is only possible to set configuration before the first
302 At this time it is only possible to set configuration before the first
311 At this time it is only possible to set configuration before the first
316 At this time it is only possible to add trusted keys before the first
331 At this time it is only possible to add trusted keys before the first
337 At this time it is only possible to add trusted keys before the first
343 At this time it is only possible to add trusted keys before the first
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_hdmi.txt25 c) sclk_pixel: Pixel special clock, one of the two possible inputs of
27 d) sclk_hdmiphy: HDMI PHY clock output, one of two possible inputs of
/freebsd/bin/sh/tests/expansion/
H A Darith11.04 # Calculate the minimum possible value, assuming two's complement and
/freebsd/sys/contrib/device-tree/Bindings/powerpc/4xx/
H A Dreboot.txt4 software reset mechanism may be overridden. Here the possible values of

12345678910>>...39