Searched refs:possible (Results 1 – 25 of 814) sorted by relevance
12345678910>>...33
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_quirk.c | 72 static int aq_strcmp(char *actual, char *possible); 102 aq_strcmp(char *actual, char *possible) in aq_strcmp() argument 104 if (actual == NULL || possible == NULL) in aq_strcmp() 106 return (strncmp(actual, possible, strlen(possible)) == 0); in aq_strcmp()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MSA.txt | 4 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
|
| /NextBSD/contrib/ntp/scripts/rc/ |
| HD | README | 3 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).
|
| /NextBSD/contrib/libreadline/doc/ |
| HD | rluser.texi | 62 * Programmable Completion:: How to specify the possible completions for 328 keybindings installed by default, it is possible to use a different set 432 The number of possible completions that determines when the user is 434 If the number of possible completions is greater than this value, 553 to display a screenful of possible completions at a time. 565 words which have more than one possible completion cause the 574 words which have more than one possible completion without any 575 possible partial completion (the possible completions don't share 583 is appended to the filename when listing possible 888 # if there are more than 150 possible completions for [all …]
|
| /NextBSD/contrib/byacc/ |
| HD | README | 8 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
|
| /NextBSD/sys/gnu/dts/ |
| HD | FreeBSD-upgrade | 16 # sys/gnu/dts/$ARCH/foo with the goal being to use as many of these files as possible 17 # unmodified for FreeBSD. This isn't always possible, but there are workarounds.
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set_read_ahead.pod | 7 - manage whether to read as many input bytes as possible 24 many input bytes as possible (for non-blocking reads) or not. For example if
|
| HD | SSL_CTX_set_session_id_context.pod | 27 sessions with B<i2d_SSL_SESSION>/B<d2i_SSL_SESSION> it would be possible, 32 any kind of binary data with a given length, it is therefore possible
|
| /NextBSD/contrib/mdocml/ |
| HD | configure.local.example | 64 # It is possible to set only one or a few of these variables, 96 # It is possible to set only one or a few of these variables, 109 # Using a different name is possible as well. 114 # It is possible to change the utility program used for installation 152 # Using other names is possible as well. 155 # It is possible to set only one or two of these variables,
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | CMS_decrypt.pod | 29 needed to locate the appropriate (of possible several) recipients in the CMS 32 If B<cert> is set to NULL all possible recipients are tried. This case however 46 It is possible to determine the correct recipient key by other means (for
|
| HD | OpenSSL_add_all_algorithms.pod | 52 statically linked executable can be quite large. If this is important it is possible 57 Although the functions do not return error codes it is possible for them to fail.
|
| HD | BIO_new_CMS.pod | 23 all held in memory at once: so it is possible to encode very large structures. 38 It is possible to chain multiple BIOs to, for example, create a triple wrapped
|
| HD | EC_GROUP_copy.pod | 95 For any given x co-ordinate for a point on a curve it is possible to derive two possible y values. … 97 the two possible solutions for y has been used, followed by the octets for x. 100 possible solutions for y has been used, followed by the octets for x, followed by the octets for y. 110 builtin curves within the library provide seed values that can be obtained. It is also possible to …
|
| /NextBSD/contrib/ipfilter/ |
| HD | README | 10 It is also quite possible for this small kernel extension to be installed 17 the IP packet queue and a check is made as early as possible, aiming to 38 It is worth noting, that it is possible, using a small MTU and 41 on these types of packets is possible, but under the more general case
|
| /NextBSD/usr.sbin/bsdconfig/include/ |
| HD | network_device.hlp | 13 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
|
| /NextBSD/contrib/xz/ |
| HD | TODO | 12 it would be possible by switching from BT2/BT3/BT4 match finder to 25 tuklib_exit() doesn't block signals => EINTR is possible. 80 Make it possible to adjust LZMA2 options in the middle of a Block
|
| /NextBSD/crypto/openssh/ |
| HD | README.tun | 64 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
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm_release_notes_openib-3.0.13.txt | 253 MTU largest possible 256 (0xc1) -> equal to ....... 2K 257 MTU largest possible 512 (0xc2) -> equal to ....... 2K 261 MTU largest possible 1K (0xc3) -> equal to ....... 2K 265 MTU largest possible 2K (0xc4) -> equal to ....... 2K 269 MTU largest possible 4K (0xc5) -> equal to ....... 2K 277 MTU largest possible 256 (0xc1) -> equal to ....... 2K 281 MTU largest possible 512 (0xc2) -> equal to ....... 2K 285 MTU largest possible 1K (0xc3) -> equal to ....... 2K 289 MTU largest possible 2K (0xc4) -> equal to ....... 2K 293 MTU largest possible 4K (0xc5) -> equal to ....... 2K [all …]
|
| /NextBSD/tools/tools/nanobsd/embedded/ |
| HD | README | 21 Images are both as easy as possible to construct, as well as easy as 22 possible to expand.
|
| /NextBSD/bin/sh/tests/builtins/ |
| HD | trap6.0 | 5 # Suppress possible message about exit on signal
|
| /NextBSD/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcCallingConv.td | 49 // possible. 53 // to these registers when possible. 57 // promoted to both floating point and integer registers when possible. A
|
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | README | 33 it is possible for the working copy to go a very long time without 127 2. Locally modified portions are "merged", where possible. That 132 3. Where merging is not possible, a conflict is flagged, and *both* 139 unfortunately, that's not possible in every case. 143 textual conflicts are possible, there is usually a natural way to
|
| /NextBSD/contrib/byacc/package/pkgsrc/ |
| HD | DESCR | 2 has been made as compatible as possible with AT&T Yacc. Berkeley
|
| /NextBSD/crypto/openssl/crypto/dh/ |
| HD | generate | 18 >possible some source code that I could examine. 58 it still covers half the space of possible residues. And an
|
| /NextBSD/bin/sh/tests/expansion/ |
| HD | arith11.0 | 5 # Calculate the minimum possible value, assuming two's complement and
|
12345678910>>...33