Searched defs:load (Results 1 - 16 of 16) sorted by relevance

/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcpy.s64 jz load
68 movb (%edi, %ecx, 1), %dl / load src byte
69 movb %dl, (%edi) / load dest byte
75 jmp load
80 load: label
81 mov (%edi, %ecx, 1), %eax / load word
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dbootinfo.py103 def load(self, sysroot): member in class:BootVariables
/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/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c11 load (grub_file_t file, void *where, grub_off_t off, grub_size_t size) function
134 err = load (file, (grub_uint8_t *) chunk_src + curload - *kern_end,
232 err = load (file, (grub_uint8_t *) chunk_src + module
247 load (file, (grub_uint8_t *) chunk_src + module - *kern_end, 0, sizeof (e));
251 load (file, (grub_uint8_t *) chunk_src + curload - *kern_end, e.e_shoff,
256 load (file, (grub_uint8_t *) chunk_src + curload - *kern_end, e.e_phoff,
/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/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_mindex.cc1091 * The table is first 'reset', then the attempt to load from the file
1092 * is made. If the load failed, the table is again reset.
1094 * load. Returns 0 if successful, 1 if DB disk file couldn't be opened,
1098 db_mindex::load(char *file) function in class:db_mindex
1105 WRITELOCK(this, -1, "w db_mindex::load");
1108 /* load new mindex */
1110 /* load failed. Reset. */
1132 * If the 'table' field was NULL before the load, but not now,
1177 WRITEUNLOCK(this, status, "wu db_mindex::load");
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c339 CHECK_DEPTH(env, 2, "load-file");
361 load(fcode_env_t *env) function
388 load(env);
805 FORTH(0, "load", load);
/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/grub/grub2/include/grub/arc/
H A Darc.h156 void *load; member in struct:grub_arc_firmware_vector
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm325 # Use $obj->load($foo) instead of runtime("shadowed_c_var = foo").
337 sub load { subroutine
611 $curcop->load($op);
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c1662 load(register Magic_t* mp, char* file, register Sfio_t* fp) function
2223 * load a magic file into mp
2290 n = load(mp, s, fp);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm78 CPAN::Config->load unless $CPAN::Config_loaded++;
92 CPAN::Config->load unless $CPAN::Config_loaded++;
482 CPAN::Config->load unless $CPAN::Config_loaded++;
674 CPAN::Config->load unless $CPAN::Config_loaded++;
1179 $self->load;
1190 $self->load;
1224 #-> sub CPAN::Config::load ;
1225 sub load { subroutine
1377 reload cpan load CPAN.pm again reload index load newe
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py296 """Attempt to load the file specified. If it does not exist,
1067 self._menu_org.load(menuconf_path)
1283 """Generate the GRUB2 script code for the video driver load
1995 # NOTE: We always load video drivers because Solaris may need it
2086 # Emit module load lines for all required modules:
2108 # Add the font-load conditional statement:
2123 # Loading the background image requires us to first load
2222 # Generate the target def dictionaries and the video driver load
2874 # Solaris boot archive, so we might as well load it now anyway.
3282 def load(sel member in class:GRUB2MenuOrganizer
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c319 Perl_croak(aTHX_ "Usage class->find(name[,load])");
736 PerlIO_find_layer(pTHX_ const char *name, STRLEN len, int load) argument
748 if (load && PL_subname && PL_def_layerlist
880 Perl_croak(aTHX_ "Usage class->find(name[,load])");
884 bool load = (items > 2) ? SvTRUE(ST(2)) : 0; local
885 PerlIO_funcs *layer = PerlIO_find_layer(aTHX_ name, len, load);
1396 * For any scalar type load the handler which is bundled with perl
1402 * For other types allow if layer is known but don't try and load it
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c1420 zs_pset_load(struct zs_pset *pset, int load) argument
1422 return (pset->zsp_load_avg[load]);

Completed in 184 milliseconds