Searched refs:possible (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_quirk.c72 static int aq_strcmp(char *actual, char *possible);
102 aq_strcmp(char *actual, char *possible) argument
104 if (actual == NULL || possible == NULL)
106 return (strncmp(actual, possible, strlen(possible)) == 0);
/freebsd-9.3-release/contrib/dialog/samples/
H A Dinputmenu-stdout14 configuration purpose. Here is a possible piece of a configuration program.
/freebsd-9.3-release/usr.sbin/asf/
H A Dasf.c259 "\t-X\tappend suffix to list of possible module file name suffixes\n"
260 "\t-x\tclear list of possible module file name suffixes\n",
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.entryreturn.ksh53 * Unfortunately, a "return" probe is not currently possible due to
/freebsd-9.3-release/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-9.3-release/sys/cam/
H A DREADME.quirks9 FreeBSD drivers make every attempt possible to support the standards
10 behind hardware. Where possible and not in conflict with the standard,
29 as possible. If you are a committer, please do NOT commit quirks
35 be supported but hangs while attaching, it's possible a quirk can
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbcmp.S62 bne v0, zero, unaligned # not possible to align addresses
/freebsd-9.3-release/lib/libc/regex/grot/
H A DMakefile38 JUNKLINT =possible pointer alignment|null effect
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptldr.S80 mov %ax,%ds # possible %si
/freebsd-9.3-release/sbin/routed/
H A Dif.c148 struct interface *ifp, *possible = 0; local
159 possible = ifp;
162 if (possible || !bcast)
163 return possible;
172 possible = ifp;
175 return possible;
1118 msglog("possible netmask problem"
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common91 List all of the devices from which it may be possible to load modules.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c192 /* Complete on locations, which might be of two possible forms:
306 /* If we only have file names as possible completion, we should
309 possible completions are "/foo/bar" and "/foo/baz"
311 leading directories, as possible completions, because `word'
317 wrong results when, e.g., there's only one possible
430 possible completions. */
445 command, so there are no possible completions. For
623 which is a possible completion, it is the caller's responsibility to
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY81 m_pulldown isn't properly handled, leading to possible panics with ICMPv6
101 do some caddr_t cleanup, where possible
107 fix possible use of icmp pointer after pullup makes it invalid
143 make it possible to flush the state table by idle time and TCP state
182 but these may be possible with T/TCP
227 listing accounting rules using ioctl interface wasn't possible
265 make it possible to load IP address pools from external files in ippool.conf
332 initialise all fields, making it possible to panic
416 build for both amd64 and i86pc (32bit) on Solaris10 and later, if possible
464 Fix a problem where it was possible t
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Down.mk208 # in environments where it's not possible to keep /sys publicly readable)
/freebsd-9.3-release/contrib/libucl/
H A DREADME.md172 * It is still possible to treat numbers and booleans as strings by enclosing them in double quotes.
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl288 # no expansion is possible w/o a new server to call
792 # the host and for each possible repeated element, eliminate
981 # re-queue expansion requests if possible
1098 # simple as possible.
1255 doing this until no further expansion is possible.
1307 it is possible to eliminate bugs.
1325 It is not possible to verify addresses that are served
/freebsd-9.3-release/contrib/ipfilter/perl/
H A Dplog504 # number, an action code, a source host name or IP with possible port
505 # name or number, a destination host name or IP with possible port
1036 -A act1,... Limit the report to the specified actions. The possible actions
1047 up and logged addresses as hostnames where possible. This has an important side
/freebsd-9.3-release/sys/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
/freebsd-9.3-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex142 node (or whole subtree). It should be possible to do this without
149 representation should be kept as small as conveniently possible.
379 it's usually possible to build the device tree blob at compile time
385 it's possible to hand construct the necessary blob by hand, but doing
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spc.asm153 ! wrong as possible, but that is what SunOS does...).
500 ! wrong as possible, but that is what SunOS does...).
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm375 @ Initially shift the divisor left 3 bits if possible,
577 @ Test for possible subtractions ...
H A Dieee754-df.S33 * The goal of this code is to be as fast as possible. This is
699 @ Check if denormalized result is possible, otherwise return signed 0.
1298 @ check if denormalized value is possible
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c592 it is possible for a specifier that has no match. In that case,
/freebsd-9.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh1482 No previous tree to compare against, a sane comparison is not possible.
1516 # existing subfiles need to be removed if possible before the
1519 # into a directory if possible before the new files are added.
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec678 - Merge multiple PAM text messages into subsequent prompts when possible when

Completed in 321 milliseconds

12