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

1 2 3

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libignore.cc 36 lib->loaded = false;
47 if (!lib->loaded && (!lib->real_name) &&
53 // Scan suppressions list and find newly loaded and unloaded libraries.
58 bool loaded = false; local in function:__sanitizer::LibIgnore::OnLibraryLoaded
67 if (loaded) {
73 loaded = true;
74 if (lib->loaded)
80 lib->loaded = true;
91 if (lib->loaded && !loaded) {
    [all...]
sanitizer_libignore.h 37 // Must be called after a new dynamic library is loaded.
57 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
  /src/tests/libexec/ld.elf_so/
t_df_1_noopen.sh 48 atf_set "descr" "Checks DF_1_NOOPEN is allowed on already loaded library"
53 libpthread loaded successfully
  /src/usr.sbin/mtree/
only.c 63 static bool loaded; variable in typeref:typename:bool
142 loaded = true;
150 if (!loaded)
  /src/sys/arch/x68k/stand/common/
exec_image.S 38 || void exec_image(loaded,executed,entry,size,bootdev,boothowto)
39 || unsigned int loaded;
62 || %a4: loaded
  /src/sys/arch/atari/stand/tostools/libtos/
bsdstart.S 52 | d4: length of loaded kernel
54 | a0: start of loaded kernel
62 movl %a3@,%a0 | loaded kernel
70 movl %a3@(4),%d4 | length of loaded kernel
  /src/sys/arch/ofppc/stand/ofwboot/
boot.c 247 goto loaded;
255 goto loaded;
261 loaded:
  /src/sys/arch/sun68k/stand/
README 8 The 1st-level program is loaded into memory by the PROM. It loads the second
  /src/games/sail/
player.h 89 extern int loaded, fired, changed, repaired;
pl_6.c 58 if (repaired || loaded || fired || changed || turned()) {
185 Msg("Broadside not loaded.");
195 loaded = 1;
pl_2.c 51 repaired = loaded = fired = changed = 0;
  /src/sys/arch/mvme68k/stand/sboot/
start.s 53 movl %sp@(4), %a1 | entry point of loaded program
  /src/sys/external/bsd/drm2/linux/
linux_sgt.c 152 bool loaded = false; local in function:dma_map_sg_attrs
184 loaded = true;
194 if (loaded)
196 loaded = false;
  /src/sys/arch/shark/stand/ofwboot/
boot.c 217 * at VA 0xf0000000. We have been loaded at 0xf0000000,
249 goto loaded;
254 loaded:
256 * Okay, kernel is loaded, free the extra memory at the end.
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-388-clearfog-base.dts 50 * register, rather than preserving reset-loaded setting.
armada-38x-solidrun-microsom.dtsi 66 * register, rather than preserving reset-loaded setting.
  /src/sys/arch/i386/stand/pxeboot/
start_pxe.S 61 # start is loaded at 0x0:0x7c00 but we want 0x7c0:0x0
  /src/sys/arch/sh3/sh3/
exception.c 399 bool loaded; local in function:tlb_exception
402 loaded = __pmap_pte_load(pmap, va, track);
411 TLB_ASSERT(loaded, "page table entry not found");
413 __USE(loaded);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_region.c 70 bool loaded = false; local in function:i915_gem_object_get_pages_buddy
114 loaded = true;
167 if (loaded)
i915_gem_phys.c 139 bool loaded = false; local in function:i915_gem_object_get_pages_phys
194 loaded = true;
234 if (loaded)
  /src/doc/
TODO.modules 10 The assumption is that dependencies are loaded before those
36 4. Right now critical drivers that would need to be pre-loaded (ffs,
87 both testing-as-a-built-in module and testing-as-a-loaded-module, and
198 the name of file from which the module is loaded. Thus, it is
201 the module loaded, even if the loaded module is for some other
207 is defined in module B. If module B is loaded first, and then
208 module A, the symbol gets resolved. But if module A is loaded first,
  /src/sys/arch/x68k/stand/xxboot/
boot.S 39 | (because it may not be loaded yet).
41 | (because this loader is assembled as starting from 0x3000 but is loaded
  /src/sys/arch/macppc/stand/ofwboot/
boot.c 314 goto loaded;
318 loaded:
  /src/sys/arch/ia64/stand/common/
help.common 39 has not already been loaded, it will be booted instead of the default
69 modules are loaded, <filename> must be a kernel or the command will
72 If -t is specified, the module is loaded as raw data of <type>, for
99 List loaded modules. If [-v] is specified, print more details.
371 This command removes any kernel and all loaded modules from memory.
  /src/sys/fs/nfs/common/
nfs_commonport.c 698 static int loaded = 0; local in function:nfscommon_modevent
702 if (loaded)
714 loaded = 1;
736 loaded = 0;

Completed in 21 milliseconds

1 2 3