HomeSort by: relevance | last modified time | path
    Searched refs:Must (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/arch/mac68k/dev/
if_mcvar.h 10 * 1. Redistributions of source code must retain the above copyright
51 #error Must have at least two buffers for DMA!
  /src/sys/arch/macppc/dev/
if_mcvar.h 10 * 1. Redistributions of source code must retain the above copyright
51 #error Must have at least two buffers for DMA!
  /src/sys/arch/alpha/alpha/
kgdb_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
58 #error Must define KGDB_DEVNAME
63 #error Must define KGDB_DEVADDR
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
StackLifetime.h 86 Must, // Must be alive on every path.
AliasAnalysis.h 14 // Implementations of this interface must implement the various virtual methods,
146 /// they form a three bit matrix and bit-tests for 'mod' or 'ref' or 'must'
149 /// Must is provided for completeness, but no routines will return only
150 /// Must today. See definition of Must below.
151 Must = 0,
170 /// About Must:
171 /// Must is set in a best effort manner.
172 /// We usually do not try our best to infer Must, instead it is merely
174 /// Must set means there was certainly a MustAlias found. For calls
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Threading.inc 71 DWORD dwType; // Must be 0x1000.
  /src/sys/arch/evbarm/hdl_g/
hdlg_machdep.c 12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
18 * must display the following acknowledgement:
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
207 * It should be responsible for setting up everything that must be
265 /* XXX must make the memory description h/w independent */
306 * The kernel page directory must be on a 16K boundary. The page
307 * tables must be on 4K boundaries. What we do is allocate th
    [all...]
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
18 * must display the following acknowledgement:
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
198 #error Must define KGDB_DEVNAME
203 #error Must define KGDB_DEVADDR
345 * It should be responsible for setting up everything that must be
409 /* XXX must make the memory description h/w independent *
    [all...]
  /src/sys/arch/evbarm/ixdp425/
ixdp425_machdep.c 10 * 1. Redistributions of source code must retain the above copyright
12 * 2. Redistributions in binary form must reproduce the above copyright
36 * 1. Redistributions of source code must retain the above copyright
38 * 2. Redistributions in binary form must reproduce the above copyright
42 * must display the following acknowledgement:
181 #error Must define KGDB_DEVNAME
186 #error Must define KGDB_DEVADDR
362 * It should be responsible for setting up everything that must be
663 * We must now set the r13 registers in the different CPU modes to
665 * Since the ARM stacks use STMFD etc. we must set r13 to the top en
    [all...]
  /src/sys/arch/evbarm/npwr_fc/
npwr_fc_machdep.c 12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
18 * must display the following acknowledgement:
46 * 1. Redistributions of source code must retain the above copyright
48 * 2. Redistributions in binary form must reproduce the above copyright
52 * must display the following acknowledgement:
198 #error Must define KGDB_DEVNAME
203 #error Must define KGDB_DEVADDR
336 * It should be responsible for setting up everything that must be
394 /* XXX must make the memory description h/w independent *
    [all...]
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
39 * 1. Redistributions of source code must retain the above copyright
41 * 2. Redistributions in binary form must reproduce the above copyright
65 * 1. Redistributions of source code must retain the above copyright
67 * 2. Redistributions in binary form must reproduce the above copyright
71 * must display the following acknowledgement:
211 #error Must define KGDB_DEVNAME
216 #error Must define KGDB_DEVADDR
404 * It should be responsible for setting up everything that must b
    [all...]
  /src/sys/arch/evbarm/tsarm/
tsarm_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
19 * must display the following acknowledgement:
47 * 1. Redistributions of source code must retain the above copyright
49 * 2. Redistributions in binary form must reproduce the above copyright
53 * must display the following acknowledgement:
198 #error Must define KGDB_DEVNAME
203 #error Must define KGDB_DEVADDR
322 * IO8 and IO16 space *must* be mapped contiguously with
346 * It should be responsible for setting up everything that must b
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 110 // Must return 0 if the contents were not purged since the last call to
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 31 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
37 static cl::opt<bool> PrintMust("print-must", cl::ReallyHidden);
259 case ModRefInfo::Must:
260 PrintModRefResults("Must", PrintMust, Call, Pointer, F.getParent());
306 case ModRefInfo::Must:
307 PrintModRefResults("Must", PrintMust, CallA, CallB, F.getParent());
352 errs() << " " << MustAliasCount << " must alias responses ";
377 errs() << " " << MustCount << " must responses ";
379 errs() << " " << MustModCount << " must mod responses ";
381 errs() << " " << MustRefCount << " must ref responses "
    [all...]
StackLifetime.cpp 199 case LivenessType::Must:
329 case LivenessType::Must:
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 117 // Must return 0 if the contents were not purged since the last call to
285 #error "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be defined"
289 "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be 0 or 1");
308 #error "COMMON_MALLOC_HAS_EXTRA_INTROSPECTION_INIT must be defined"
312 "COMMON_MALLOC_HAS_EXTRA_INTROSPECTION_INIT must be 0 or 1");
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_malloc_mac.inc 117 // Must return 0 if the contents were not purged since the last call to
285 #error "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be defined"
289 "COMMON_MALLOC_HAS_ZONE_ENUMERATOR must be 0 or 1");
308 #error "COMMON_MALLOC_HAS_EXTRA_INTROSPECTION_INIT must be defined"
312 "COMMON_MALLOC_HAS_EXTRA_INTROSPECTION_INIT must be 0 or 1");
  /src/sys/arch/arm/broadcom/
bcm2835reg.h 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
44 #error Must define SOC_BCM2835 or SOC_BCM2836, and not both
  /src/sys/arch/evbarm/armadillo/
armadillo9_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
19 * must display the following acknowledgement:
47 * 1. Redistributions of source code must retain the above copyright
49 * 2. Redistributions in binary form must reproduce the above copyright
53 * must display the following acknowledgement:
262 #error Must define KGDB_DEVNAME
267 #error Must define KGDB_DEVADDR
412 * IO8 and IO16 space *must* be mapped contiguously with
446 * It should be responsible for setting up everything that must b
    [all...]
  /src/sys/arch/evbarm/iyonix/
iyonix_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
19 * must display the following acknowledgement:
47 * 1. Redistributions of source code must retain the above copyright
49 * 2. Redistributions in binary form must reproduce the above copyright
53 * must display the following acknowledgement:
236 #error Must define KGDB_DEVNAME
241 #error Must define KGDB_DEVADDR
435 * It should be responsible for setting up everything that must be
464 /* XXX must make the memory description h/w independent *
    [all...]
  /src/sys/arch/iyonix/iyonix/
iyonix_machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
19 * must display the following acknowledgement:
47 * 1. Redistributions of source code must retain the above copyright
49 * 2. Redistributions in binary form must reproduce the above copyright
53 * must display the following acknowledgement:
220 #error Must define KGDB_DEVNAME
225 #error Must define KGDB_DEVADDR
405 * It should be responsible for setting up everything that must be
434 /* XXX must make the memory description h/w independent *
    [all...]
  /src/usr.sbin/sysinst/
README.md_defs 25 suggestions. Must be compile time
  /src/sys/uvm/
uvm_km.c 15 * 1. Redistributions of source code must retain the above copyright
17 * 2. Redistributions in binary form must reproduce the above copyright
388 * is allocated all references to that area of VM must go through it. this
393 * by the submap must start
786 /* Sanity; must specify both or none. */
789 #error Must specify MAP and UNMAP together.
794 #error Must specify ALLOC with MAP and UNMAP
840 * so this allocation must not extend beyond the current limit.
  /src/sys/arch/algor/algor/
machdep.c 13 * 1. Redistributions of source code must retain the above copyright
15 * 2. Redistributions in binary form must reproduce the above copyright
45 * 1. Redistributions of source code must retain the above copyright
47 * 2. Redistributions in binary form must reproduce the above copyright
132 #error Must configure exactly one platform.
  /src/sys/dev/bi/
kdb.c 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
15 * must display the following acknowledgement:
266 #error Must write code to handle KDB50 on non-vax.

Completed in 40 milliseconds

1 2 3