Home
last modified time | relevance | path

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

12345678910>>...38

/freebsd-14.2/sys/dev/acpica/
H A Dacpi_quirk.c70 static int aq_strcmp(char *actual, char *possible);
100 aq_strcmp(char *actual, char *possible) in aq_strcmp() argument
102 if (actual == NULL || possible == NULL) in aq_strcmp()
104 return (strncmp(actual, possible, strlen(possible)) == 0); in aq_strcmp()
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dstericsson,u8500-clks.yaml52 which PRCC block the consumer wants to use, possible values are 1, 2, 3,
54 wants, possible values are 0 thru 31.
66 block the consumer wants to use, possible values are 1, 2, 3, 5, 6. The
67 second cell indicates which clock inside the PRCC block it wants, possible
80 which PRCC block the consumer wants to use, possible values are 1, 2, 3
82 it wants to control, possible values are 0 thru 31.
122 possible values are 0 (CLKOUT1) and 1 (CLKOUT2).
124 possible values are 0 thru 7, see the defines for the different
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.
H A Dfsl,sai-clock.yaml13 It is possible to use the BCLK pin of a SAI module as a generic clock
17 the second pins are wasted. Using this binding it is possible to use the
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/tools/build/
H A Dcheckstyle9.pl1123 sub possible { subroutine
1124 my ($possible, $line) = @_;
1144 if ($possible !~ $notPermitted) {
1147 $possible =~ s/\s*$Sparse\s*//g;
1148 if ($possible =~ /^\s*$/) {
1150 } elsif ($possible =~ /\s/) {
1161 push(@typeList, $possible);
1674 possible($type, "A:" . $s);
1678 possible($1, "B:" . $s);
1683 possible($1, "C:" . $s);
[all …]
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dsamsung,s5m8767.yaml37 change in SOC. The different possible values are:
61 mode change in SOC. The different possible values are:
86 mode change in SOC. The different possible values are:
/freebsd-14.2/sys/contrib/device-tree/Bindings/pwm/
H A Dmicrochip,corepwm.yaml43 mode is possible for each channel, and is set by the bitstream programmed to the
49 whether synchronous mode is possible for the PWM channel.
56 Optional, per-channel Low Ripple DAC mode is possible on this IP core. It creates
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dfcs,fsa4480.yaml27 description: Flag the port as possible handle of altmode switching
31 description: Flag the port as possible handler of orientation switching
H A Dgpio-sbu-mux.yaml36 description: Flag the port as possible handle of altmode switching
40 description: Flag the port as possible handler of orientation switching
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/contrib/xz/
H A DTODO12 it would be possible by switching from BT2/BT3/BT4 match finder to
25 tuklib_exit() doesn't block signals => EINTR is possible.
78 Make it possible to adjust LZMA2 options in the middle of a Block
/freebsd-14.2/contrib/arm-optimized-routines/math/
H A DREADME.contributors11 ISO C and POSIX rules. If possible the built shared libraries and static
32 statistically (or on all inputs if possible in reasonable amount of time).
46 as possible. (There are helper functions, these take care of errno as well
/freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dintel,ce4100-lapic.yaml43 description: Intel defines a few possible interrupt delivery
45 delivery modes are possible.

12345678910>>...38