/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | 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
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | cddlchk.py | 47 def load(self, exfile): member in class:ExceptionList 87 -x exceptions load an exceptions file 142 options['exclude'].load(arg)
|
H A D | mapfilechk.py | 47 def load(self, exfile): member in class:ExceptionList 86 -x exceptions load an exceptions file 137 options['exclude'].load(arg)
|
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/ |
H A D | boot_module.h | 80 * load should select the best out of a set of devices that probe 81 * indicated were loadable and load the specified file. 88 EFI_STATUS (*load)(const char *filepath, dev_info_t *devinfo, member in struct:boot_module_t
|
H A D | ufs_module.c | 96 load(const char *filepath, dev_info_t *dev, void **bufp, size_t *bufsize) function 177 .load = load,
|
H A D | zfs_module.c | 94 load(const char *filepath, dev_info_t *devinfo, void **bufp, size_t *bufsize) function 106 DPRINTF("load: '%s' spa: '%s', devpath: %s\n", filepath, spa->spa_name, 110 DPRINTF("Failed to load pool '%s' (%d)\n", spa->spa_name, err); 138 printf("Failed to allocate load buffer %zd for pool '%s' for '%s' " 193 .load = load,
|
/illumos-gate/usr/src/cmd/pools/poolstat/ |
H A D | 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;
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | HBAList.cc | 396 HBA_STATUS HBAList::load() { function in class:HBAList 397 Trace log("HBAList::load");
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | 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)
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | cryptoadm.h | 81 boolean_t load; /* B_FALSE after cryptoadm unload */ member in struct:entry
|
/illumos-gate/usr/src/cmd/fmthard/ |
H A D | 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() 532 load(FILE *fp, struct dk_geom *geom, struct extvtoc *vtoc) function
|
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 322 * load the native LC_TIME data for the current locale 534 * load the LC_TIME data for the current locale 538 load(Lc_info_t* li) function 626 load(li);
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot2/ |
H A D | boot2.c | 61 static void load(void); 156 load(); 162 load(void) function
|
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/ |
H A D | boot2.c | 61 static void load(void); 161 load(); 166 load(void) function
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db.cc | 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) { 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 D | db_mindex.cc | 1093 * The table is first 'reset', then the attempt to load from the file 1094 * is made. If the load failed, the table is again reset. 1096 * load. Returns 0 if successful, 1 if DB disk file couldn't be opened, 1100 db_mindex::load(char *file) function in class:db_mindex 1107 WRITELOCK(this, -1, "w db_mindex::load"); 1110 /* load new mindex */ 1112 /* load failed. Reset. */ 1134 * If the 'table' field was NULL before the load, but not now, 1179 WRITEUNLOCK(this, status, "wu db_mindex::load");
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 491 return (load(new FileInputStream(path))); 509 public static DecisionHistory load(InputStream is) method in class:DecisionHistory
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 945 load(char *name) function
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 74 * Prior to 2.8 this forced any filters to load (all) their filtees. This is 80 * this option we set LD_LOADFLTR=1, thus forcing any filters to load (all) 152 static char *load; variable 567 load = load_elf; 615 load = load_elf; 619 load = load_aout; 717 * The pointer "load" has be assigned to load_elf[] or 721 load[sizeof (load_elf) - 2] = '2'; 723 load[sizeof (load_elf) - 2] = '1'; 735 (putenv(weak) != 0) || (putenv(load) ! [all...] |
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | mmc.c | 424 load_unload(int fd, int load) argument 432 if (load == 0) { 436 /* load medium */
|
/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | WorkSpace.py | 468 self.load() 518 def load(self): member in class:WorkList
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | zfsboot.c | 112 static void load(void); 357 load(); 379 load(); 390 load(void) function 629 * hope no-one wants to load /status as a kernel.
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 339 CHECK_DEPTH(env, 2, "load-file"); 361 load(fcode_env_t *env) function 388 load(env); 805 FORTH(0, "load", load);
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 75 * For LP64 compilation, the "client" file we load and run may be LP64 or ILP32, 526 * Otherwise load as usual. 1160 caddr_t load; local 1184 load = segbrk(spp, sp->sh_size, sp->sh_addralign); 1185 if (load == NULL) { 1195 dl_entry = (uintptr_t)load + ehdr->e_entry; 1201 bzero(load, sp->sh_size); 1207 xread(fd, load, sp->sh_size) != sp->sh_size) { 1216 sp->sh_addr = (Elf32_Off)(uintptr_t)load; 1231 /* load an 1322 Elf64_Addr *spp, load; local [all...] |
/illumos-gate/usr/src/boot/sys/boot/sparc64/boot1/ |
H A D | boot1.c | 57 static void load(const char *); 356 load(path); 456 load(const char *fname) function
|