| /onnv/onnv-gate/usr/src/lib/libc/i386/gen/ |
| strcpy.s | 64 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
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| cddlchk.py | 47 def load(self, exfile): member in class:ExceptionList 87 -x exceptions load an exceptions file 142 options['exclude'].load(arg)
|
| mapfilechk.py | 45 def load(self, exfile): member in class:ExceptionList 84 -x exceptions load an exceptions file 135 options['exclude'].load(arg)
|
| /onnv/onnv-gate/usr/src/cmd/pools/poolstat/ |
| sa_libpool.c | 120 } else if (strcmp("pset.load", name) == 0) { 121 uint64_t load; local 123 ud->ud_result = pool_value_get_uint64(pval, &load); 124 bag->pset_sb_load = (double)load / 1000.0;
|
| /onnv/onnv-gate/usr/src/lib/sun_fc/common/ |
| HBAList.cc | 387 * @memo Load the list 393 HBA_STATUS HBAList::load() { function in class:HBAList 394 Trace log("HBAList::load");
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libcrle/common/ |
| dump.c | 69 load(const char *opath, const char *npath) function 124 * mapped in (fptr == load()) and then once again to dldump(3x) the mapped 170 if (fptr == load) { 363 * located via dlinfo(). Having load()'ed each object, and dump()'ed its image, 386 if (scanconfig(config, load) != 0)
|
| /onnv/onnv-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
| cryptoadm.h | 76 boolean_t load; /* B_FALSE after cryptoadm unload */ member in struct:entry
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| OptionView.java | 57 public void load() { method in class:OptionView.OptionTableModel 356 optionTableModel.load(); 443 optionTableModel.load();
|
| MacroView.java | 163 public void load() { method in class:MacroView.MacroTreeRootNode 196 public void load() { method in class:MacroView.MacroTreeModel 197 getRootNode().load(); 300 // Listen for selection events, load selected macro into table 409 macroTreeModel.load(); 451 // We only do an automatic load the first time we're displayed
|
| /onnv/onnv-gate/usr/src/lib/libnisdb/ |
| db.cc | 618 /* Load database and incorporate any logged updates into the loaded copy. 619 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) { 636 syslog(LOG_ERR, "Load of db '%s' failed", dbfilename); 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" [all...] |
| db_mindex.cc | 1102 * The table is first 'reset', then the attempt to load from the file 1103 * is made. If the load failed, the table is again reset. 1105 * load. Returns 0 if successful, 1 if DB disk file couldn't be opened, 1109 db_mindex::load(char *file) function in class:db_mindex 1116 WRITELOCK(this, -1, "w db_mindex::load"); 1119 /* load new mindex */ 1121 /* load failed. Reset. */ 1143 * If the 'table' field was NULL before the load, but not now, [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/ldd/common/ |
| ldd.c | 69 * Prior to 2.8 this forced any filters to load (all) their filtees. This is 75 * this option we set LD_LOADFLTR=1, thus forcing any filters to load (all) 146 static char *load; variable 549 load = load_elf; 597 load = load_elf; 601 load = load_aout; 699 * The pointer "load" has be assigned to load_elf[] or 703 load[sizeof (load_elf) - 2] = '2'; 705 load[sizeof (load_elf) - 2] = '1'; 717 (putenv(weak) != 0) || (putenv(load) != 0) | [all...] |
| /onnv/onnv-gate/usr/src/cmd/fmli/oh/ |
| slk.c | 217 char *load; /* abs k18 */ local 231 if ( (load = getenv("LOADPFK")) && *load && 232 strCcmp(load, "yes") && strCcmp(load, "true")) /* abs k18 */ 235 if (load)
|
| /onnv/onnv-gate/usr/src/cmd/fmthard/ |
| fmthard.c | 95 static void load(FILE *, struct dk_geom *, struct extvtoc *); 300 load(stdin, &disk_geom, &disk_vtoc); 312 load(fp, &disk_geom, &disk_vtoc); 527 * load() 529 * Load VTOC information from a datafile. 532 load(FILE *fp, struct dk_geom *geom, struct extvtoc *vtoc) function 597 * Load VTOC information from a datafile.
|
| /onnv/onnv-gate/usr/src/lib/libast/common/tm/ |
| tmlocale.c | 321 * load the native LC_TIME data for the current locale 529 * load the LC_TIME data for the current locale 533 load(Lc_info_t* li) function 621 load(li);
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| lex.c | 942 * Load a file of user definitions. 945 load(char *name) function
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/conf/ |
| conf.h | 100 int (*load)(CONF *conf, const char *name, long *eline); member in struct:conf_method_st
|
| /onnv/onnv-gate/usr/src/lib/efcode/engine/ |
| interactive.c | 339 CHECK_DEPTH(env, 2, "load-file"); 361 load(fcode_env_t *env) function 388 load(env); 805 FORTH(0, "load", load);
|
| /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
| DecisionHistory.java | 491 return (load(new FileInputStream(path))); 509 public static DecisionHistory load(InputStream is) method in class:DecisionHistory
|
| Objective.java | 231 props.load( 313 * Load Objective for <code>Poold</code>. 325 static final String name = "wt-load"; 405 * Holds data about weighted load calculations. This class is 407 * weighted-load calculation 449 * load.
|
| Poold.java | 78 * - system.wt-load Is an objective set across an entire 414 props.load(
|
| /onnv/onnv-gate/usr/src/psm/stand/boot/common/ |
| readfile.c | 75 * For LP64 compilation, the "client" file we load and run may be LP64 or ILP32, 526 * Otherwise load as usual. 608 * Load the interpreter 619 * Load it. 998 * Load the interpreter 1009 * Load it. 1096 * Load the interpreter. It expects a 1155 * Load sections into the appropriate dynamic segment. 1160 caddr_t load; local 1184 load = segbrk(spp, sp->sh_size, sp->sh_addralign) 1322 Elf64_Addr *spp, load; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| pmTop.java | 484 JMenuItem load = new JMenuItem( local 488 load.addActionListener( 491 Debug.message("CLNT: call from load action"); 500 load.setEnabled(true); 501 appMenu.add(load); [all...] |
| /onnv/onnv-gate/usr/src/cmd/dc/ |
| dc.c | 608 load(); 2054 load(void) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
| CC.pm | 325 # Use $obj->load($foo) instead of runtime("shadowed_c_var = foo"). 337 sub load { subroutine 393 # Load pad takes (the elements of) a PADLIST as arguments and loads 611 $curcop->load($op); [all...] |