Searched refs:loaded (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_package.d44 hotspot*:::class-loaded
H A Dj_stat.d110 hotspot*:::class-loaded
H A Dj_calls.d73 hotspot*:::class-loaded
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_package.d44 hotspot*:::class-loaded
H A Dj_stat.d110 hotspot*:::class-loaded
H A Dj_calls.d73 hotspot*:::class-loaded
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dxcoffsolib.h27 shared libraries are loaded, or a "load" system call, followed by the
50 unsigned loaded:1; /* True if symbols are loaded */ member in struct:vmap
H A Dxcoffsolib.c69 /* Check for new shared libraries loaded with load (). */
75 printf_unfiltered ("No shared libraries loaded at this time.\n");
79 /* Skip over the first vmap, it is the main program, always loaded. */
90 vp->loaded ? "Yes" : "No ",
103 /* Check for new shared libraries loaded with load (). */
115 /* Walk the list of currently loaded shared libraries, and read
117 aren't already loaded, if no pattern was given. */
126 /* skip over the first vmap, it is the main program, always loaded. */
134 if (vp->loaded)
137 printf_unfiltered ("Symbols already loaded fo
[all...]
H A Dpa64solib.c82 int loaded; member in struct:so_list
94 are not loaded. */
103 symbols aren't loaded, could be a big annoyance where the threshold
331 /* Relocate all the sections based on where they got loaded. */
526 loaded so that we can load its symbols and place a breakpoint
643 has been loaded. */
666 recently loaded library.
764 /* Dump information about all the currently loaded shared libraries. */
779 printf_unfiltered ("No shared libraries loaded at this time.\n");
793 printf_unfiltered (" (symbols not loaded)");
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common39 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.
397 This command removes any kernel and all loaded modules from memory.
/freebsd-9.3-release/sys/kern/
H A Dvfs_init.c71 * loaded in a different order. This will avoid the NFS server file handles from
78 "change when file systems are loaded in a different order.");
125 int fileid, loaded; local
133 loaded = (*error == 0);
139 /* Look up again to see if the VFS was loaded. */
142 if (loaded)
H A Dkern_linker.c79 * Find a currently loaded file given its filename.
84 * Find a currently loaded file given its file id.
99 * re-loaded. This counter is incremented for each file load.
401 KLD_DPF(FILE, ("linker_load_file: file %s is already loaded,"
1095 " loaded by the kernel\n");
1185 /* Skip partially loaded files. */
1473 TAILQ_INSERT_TAIL(&loaded_files, lf, loaded);
1488 TAILQ_FOREACH(lf, &loaded_files, loaded) {
1541 lf, loaded);
1550 TAILQ_REMOVE(&loaded_files, lf, loaded);
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Ddefs.c427 int loaded = 0; local
437 loaded++;
442 return loaded;
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipftest.c82 int fd, i, dir, c, loaded, dump, hlen; local
93 loaded = 0;
164 loaded = 1;
173 loaded = 1;
179 loaded = 1;
198 if (loaded == 0) {
199 (void)fprintf(stderr,"no rules loaded\n");
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonport.c572 static int loaded = 0; local
576 if (loaded)
588 loaded = 1;
608 loaded = 0;
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc51 // Ignore VC++ runtimes prior to 7.1. Somehow some of them get loaded
104 // If we've already loaded this library, FreeLibrary() the handle in order to
/freebsd-9.3-release/sys/boot/i386/mbr/
H A Dmbr.s121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
122 # is present, execute the bootstrap we just loaded.
/freebsd-9.3-release/sys/boot/i386/kgzldr/
H A Dstart.s45 jmp *kgz+entry # To loaded code
/freebsd-9.3-release/contrib/binutils/gas/
H A Dread.c4768 int loaded = 0;
4780 val |= (*bignum << loaded);
4781 loaded += LITTLENUM_NUMBER_OF_BITS;
4790 loaded -= 7;
4793 || val != ((byte & 0x40) == 0 ? 0 : ((valueT) 1 << loaded) - 1))
4800 while ((byte & 0x80) != 0 && loaded >= 7);
4808 if (val & (1 << (loaded - 1)))
4809 val |= ~0 << loaded;
4823 int loaded = 0;
4833 if (loaded <
4758 int loaded = 0; local
4813 int loaded = 0; local
[all...]
/freebsd-9.3-release/sys/sys/
H A Dlinker.h44 * Object representing a file which has been loaded by the linker.
76 TAILQ_ENTRY(linker_file) link; /* list of all loaded files */
77 char* filename; /* file which was loaded */
86 TAILQ_ENTRY(linker_file) loaded; /* preload dependency support */ member in struct:linker_file
133 * Iterate over all of the currently loaded linker files calling the
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzt.c311 dns_zt_zoneloaded_t *loaded = callback; local
318 result = dns_zone_asyncload(zone, *loaded, zt);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.sys.mk135 .error ${.newline}ERROR: The filemon module (/dev/filemon) is not loaded.
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.h282 unsigned int loaded : 1; member in struct:lang_input_statement_struct
H A Dldlang.c987 p->loaded = FALSE;
2036 SEC_NEVER_LOAD section in the middle of an otherwise loaded
2315 already been loaded as filename might have been transformed
2330 if (search->loaded || !search->real)
2408 if (entry->loaded)
2499 bfd_boolean loaded = TRUE;
2512 loaded = FALSE;
2522 loaded = FALSE;
2526 entry->loaded = loaded;
2497 bfd_boolean loaded = TRUE; local
[all...]
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clport.c480 * causing the post op attrs from the write to be loaded first
481 * and the attrs from the READDIR+ to be loaded later. If this
482 * happens, we have stale attrs loaded into the attrcache.
1298 static int loaded = 0; local
1302 if (loaded)
1314 loaded = 1;
1332 loaded = 0;

Completed in 293 milliseconds

12