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

12

/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts.def37 smallest possible number.
/freebsd-10-stable/contrib/smbfs/
H A DMakefile33 @echo Please check for possible changes
/freebsd-10-stable/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-10-stable/contrib/bmake/unit-tests/
H A Dmodts.mk14 # there is no need to use a shell, so avoid where possible.
/freebsd-10-stable/lib/libc/mips/string/
H A Dbcmp.S62 bne v0, zero, unaligned # not possible to align addresses
/freebsd-10-stable/lib/libc/regex/grot/
H A DMakefile38 JUNKLINT =possible pointer alignment|null effect
/freebsd-10-stable/contrib/libyaml/src/
H A Dscanner.c831 if (simple_key->possible
1072 if (simple_key->possible
1084 simple_key->possible = 0;
1122 simple_key.possible = 1;
1145 if (simple_key->possible)
1158 simple_key->possible = 0;
1690 if (simple_key->possible)
1710 simple_key->possible = 0;
/freebsd-10-stable/contrib/apr/
H A Dapr.spec18 portability layer to as many operating systems as possible,
/freebsd-10-stable/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-10-stable/sys/boot/common/
H A Dhelp.common91 List all of the devices from which it may be possible to load modules.
/freebsd-10-stable/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-10-stable/sys/boot/i386/gptboot/
H A Dgptldr.S84 add $(COPY_BLKS*COPY_BLK_SZ/16),%ax # small as possible.
/freebsd-10-stable/crypto/openssl/crypto/
H A Dsparccpuid.S248 ! single-issue, it should be possible to distinguish Tx reliably...
257 ! It would be possible to detect specifically US-T1 by instrumenting
/freebsd-10-stable/share/mk/
H A Dsuite.test.mk94 # are used by tests, it is highly possible for a execution of "make test" to
/freebsd-10-stable/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-10-stable/contrib/libyaml/include/
H A Dyaml.h664 /** The tag @c !!null with the only possible value: @c null. */
994 /** Is a simple key possible? */
995 int possible; member in struct:yaml_simple_key_s
/freebsd-10-stable/sys/boot/i386/cdboot/
H A Dcdboot.S33 # number of sectors, we try to fit this in as small a space as possible.
/freebsd-10-stable/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-10-stable/contrib/bmake/mk/
H A Down.mk217 # in environments where it's not possible to keep /sys publicly readable)
/freebsd-10-stable/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-10-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.def311 they are considered by the server to be possible future
594 be used primarily for clock synchronisation if possible).
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm375 @ Initially shift the divisor left 3 bits if possible,
577 @ Test for possible subtractions ...

Completed in 327 milliseconds

12