Searched refs:load (Results 76 - 100 of 138) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkstandalone.in56 --modules=MODULES pre-load specified modules MODULES
H A Dgrub-mkrescue.in57 --modules=MODULES pre-load specified modules MODULES
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmlocale.c338 * load the native LC_TIME data for the current locale
550 * load the LC_TIME data for the current locale
554 load(Lc_info_t* li) function
642 load(li);
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dpkgcreatezone.ksh34 f_aimanifest_load=$(gettext "Unable to aimanifest load.")
198 # aimanifest changes will be made. The load operation loads that manifest
209 aimanifest load $manifest
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.h107 int load);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Catalog/
H A DCatalog.pm18 XSLoader::load(__PACKAGE__, $VERSION);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/NDBM_File/
H A DNDBM_File.pm12 XSLoader::load 'NDBM_File', $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ODBM_File/
H A DODBM_File.pm12 XSLoader::load 'ODBM_File', $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/
H A DSDBM_File.pm12 XSLoader::load 'SDBM_File', $VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm109 XSLoader::load('re');
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm133 The SelfLoader can load stubs automatically at module initialization
/osnet-11/usr/src/lib/sun_fc/common/
H A DHBAList.cc392 HBA_STATUS HBAList::load() { function in class:HBAList
393 Trace log("HBAList::load");
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc619 Return TRUE if load succeeds; FALSE otherwise. */
621 db::load() function in class:db
626 WRITELOCK(this, FALSE, "w db::load");
634 if ((load_status = internal_db.load(dbfilename)) != 0) {
637 /* otherwise, there was just nothing to load */
638 WRITEUNLOCK(this, FALSE, "wu db::load");
644 WRITELOCK2((&internal_db), FALSE, "w internal_db db::load", this);
647 syslog(LOG_ERR, "incorporation of db logfile '%s' load failed",
653 "wu db::load", "wu internal_db db::load");
[all...]
H A Ddb_dictionary.cc1025 /* Release the read-lock, and try again, allowing load */
1104 * Therefore, regardless of whether the load from the file succeeds,
1148 /* load dictionary */
1578 // need to load in/init database
1603 if (dbase->load()) { // try to load in database
1611 WARNING("db_dictionary::find_table: could not load database");
1904 if (current->database == NULL) { /* need to load it in */
1911 if (dbase->load() == 0) {
1913 "db_dictionary::db_checkpoint: could not load tabl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm8 Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa - load the C socket.h defines and structure manipulators
399 XSLoader::load 'Socket', $VERSION;
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s83 lduh [%o2 + %o3], %o5 ! load src halfword
97 lduw [%o2 + %o3], %o5 ! load src word
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c1141 error(2, "%s: cannot load magic file", MAGIC_FILE);
/osnet-11/usr/src/lib/libdll/common/
H A Ddlfcn.c137 if (!(dll = (void*)load((char*)path, mode, getenv("LIBPATH"))))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm298 require Modules load in external functions from a library at runtime
366 use Modules,Namespace load a module and import its namespace
367 use Objects load in a module at compile time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm211 XSLoader::load 'Devel::DProf', $Devel::DProf::VERSION;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm99 # The load might just have failed because the filename was too
185 AutoLoader - load subroutines only on demand
H A DExporter.pm186 them to load your module and import its symbols:
197 This causes perl to load your module but does not import any symbols.
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s183 ld [%i3 + %g4], %l1 ! load src word
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java79 public synchronized void load(InputStream in) throws IOException { method in class:SLPConfig.SLPProperties
168 slpProps.load(fis);
1722 // On load, check whether the signature class is available, and turn
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm10 XSLoader::load(__PACKAGE__,$VERSION);

Completed in 413 milliseconds

123456