HomeSort by: relevance | last modified time | path
    Searched defs:loaded (Results 1 - 25 of 55) 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
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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.cpp 35 lib->loaded = false;
46 if (!lib->loaded && (!lib->real_name) &&
52 // Scan suppressions list and find newly loaded and unloaded libraries.
57 bool loaded = false; local
66 if (loaded) {
72 loaded = true;
73 if (lib->loaded)
79 lib->loaded = true;
90 if (lib->loaded && !loaded) {
    [all...]
sanitizer_libignore.h 36 // Must be called after a new dynamic library is loaded.
56 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_libignore.cpp 35 lib->loaded = false;
46 if (!lib->loaded && (!lib->real_name) &&
52 // Scan suppressions list and find newly loaded and unloaded libraries.
57 bool loaded = false; local
66 if (loaded) {
72 loaded = true;
73 if (lib->loaded)
79 lib->loaded = true;
90 if (lib->loaded && !loaded) {
    [all...]
sanitizer_libignore.h 36 // Must be called after a new dynamic library is loaded.
56 bool loaded; member in struct:__sanitizer::LibIgnore::Lib
  /src/sys/external/bsd/drm2/linux/
linux_sgt.c 152 bool loaded = false; local
184 loaded = true;
194 if (loaded)
196 loaded = false;
  /src/sys/arch/sh3/sh3/
exception.c 399 bool loaded; local
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
114 loaded = true;
167 if (loaded)
i915_gem_phys.c 139 bool loaded = false; local
194 loaded = true;
234 if (loaded)
i915_gem_stolen.c 514 bool loaded = false; local
575 loaded = true;
579 if (loaded)
  /src/usr.sbin/mtree/
only.c 63 static bool loaded; variable
142 loaded = true;
150 if (!loaded)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
engine_loader.c 42 int loaded; /* 0 = key not loaded yet, 1 = key loaded */ member in struct:ossl_store_loader_ctx_st
121 if (ctx->loaded == 0) {
135 ctx->loaded = 1;
150 return ctx->loaded != 0;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
engine_loader.c 41 int loaded; /* 0 = key not loaded yet, 1 = key loaded */ member in struct:ossl_store_loader_ctx_st
122 if (ctx->loaded == 0) {
138 ctx->loaded = 1;
153 return ctx->loaded != 0;
  /src/crypto/external/apache2/openssl/dist/test/
provider_test.c 68 * Once the provider is loaded we clear the default properties and fetches
301 { "loaded", OPT_LOADED, '-', "Run test with a loaded provider" },
310 int loaded = 0; local
317 loaded = 1;
324 if (!loaded) {
  /src/crypto/external/bsd/openssl/dist/test/
provider_test.c 68 * Once the provider is loaded we clear the default properties and fetches
235 { "loaded", OPT_LOADED, '-', "Run test with a loaded provider" },
244 int loaded = 0; local
251 loaded = 1;
258 if (!loaded) {
  /src/sys/dev/i2c/
nxt2k.c 51 bool loaded; /* firmware is loaded? */ member in struct:nxt2k
357 nxt->loaded = nxt2k4_load_firmware(nxt);
358 if (nxt->loaded == false)
592 if (nxt->loaded != true)
768 if (nxt->loaded != 1)
806 nxt->loaded = false;
  /src/sys/fs/nfs/common/
nfs_commonport.c 698 static int loaded = 0; local
702 if (loaded)
714 loaded = 1;
736 loaded = 0;
  /src/sys/lib/libsa/
loadfile_elf32.c 352 int i, j, loaded; local
413 loaded = 0;
418 loaded = 1;
426 loaded = 1;
429 loaded = 0;
433 if (loaded) {
573 /* already loaded this section */
  /src/external/bsd/ipf/dist/tools/
ipftest.c 83 int fd, i, dir, c, loaded, dump, hlen; local
95 loaded = 0;
162 loaded = 1;
171 loaded = 1;
177 loaded = 1;
196 if (loaded == 0) {
197 (void)fprintf(stderr,"no rules loaded\n");
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 1257 int error, nseg, alloced = 0, mapped = 0, loaded = 0; local
1279 loaded = 1;
1282 if (loaded)
  /src/sys/fs/nfs/client/
nfs_clport.c 558 * causing the post op attrs from the write to be loaded first
559 * and the attrs from the READDIR+ to be loaded later. If this
560 * happens, we have stale attrs loaded into the attrcache.
1383 static int loaded = 0; local
1387 if (loaded)
1399 loaded = 1;
1417 loaded = 0;
  /src/external/bsd/pdisk/dist/
SCSI_media.c 83 long loaded; member in struct:linux_order_cache
1094 linux_order.loaded = 0;
1101 linux_order.loaded = 1;
1108 return linux_order.loaded;
  /src/games/sail/
pl_7.c 89 int loaded, fired, changed, repaired; variable
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 82 int loaded; member in struct:hd64461video_font
922 if (sc->sc_font.loaded) {
956 sc->sc_font.loaded = true;

Completed in 61 milliseconds

1 2 3