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

12

/illumos-gate/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c39 static int loaded = 0; variable
48 if (!loaded)
52 loaded = 1;
78 if (!loaded)
83 loaded = 1;
101 if (!loaded)
106 loaded = 1;
121 if (!loaded)
126 loaded = 1;
137 if (loaded)
[all...]
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c66 if (loc->loaded[LC_MONETARY] == 0) {
93 loc->loaded[LC_MONETARY] = 1;
96 if (loc->loaded[LC_NUMERIC] == 0) {
104 loc->loaded[LC_NUMERIC] = 1;
H A Dlocaleimpl.h75 * The loaded value is used for localeconv. In paticular, when
77 * also need to update the lconv structure. The loaded bit indicates
81 int loaded[LC_ALL]; member in struct:_locale
H A Dlocaleimpl.c223 * Failing that try previously loaded locales (linear search) --
261 * of loaded locale data. We insert into the head (more recent
391 loc->loaded[i] = 0;
441 loc->loaded[i] = 0;
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dsun4u_srt0.s66 ! Enter here for all disk/secondary booters loaded by a bootblk program or
67 ! inetboot loaded by OBP.
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dmedia.c251 * This ioctl can fail if the media is not loaded or spun up.
540 int loaded; local
543 loaded = 0;
548 if ((loaded = media_read_info(fd, &minfo))) {
568 return (loaded);
/illumos-gate/usr/src/cmd/mailx/
H A Dmain.c78 int loaded = 0; local
392 loaded++;
410 if (!loaded)
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c185 zfs_mark_vdev(uint64_t pool_guid, nvlist_t *vd, er_timeval_t *loaded) argument
204 zcp->zc_when = *loaded;
214 zfs_mark_vdev(pool_guid, child[c], loaded);
220 zfs_mark_vdev(pool_guid, child[c], loaded);
226 zfs_mark_vdev(pool_guid, child[c], loaded);
237 er_timeval_t loaded = { 0 }; local
261 loaded.ertv_sec = tod[0];
262 loaded.ertv_nsec = tod[1];
267 zcp->zc_when = loaded;
275 zfs_mark_vdev(pool_guid, vd, &loaded);
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c78 int fd, i, dir, c, loaded, dump, hlen; local
89 loaded = 0;
172 loaded = 1;
184 loaded = 1;
190 loaded = 1;
200 if (loaded == 0) {
201 (void)fprintf(stderr,"no rules loaded\n");
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c148 static int loaded = 0; local
150 if (loaded) {
160 loaded = 1;
168 static int loaded = 0; local
170 if (loaded) {
225 loaded = 1;
233 static int loaded = 0; local
235 if (loaded) {
247 loaded = 1;
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl641 # Returns 1 if the model was successfully loaded, or returns 0
649 # <string> Method by which successfully loaded.
650 # __FAILED__ Failed to loaded successfully.
661 my ($loaded, $ok);
663 $loaded = 1 if (load_model_versioned_lib($library, $abi));
667 if ($loaded) {
676 return $loaded;
/illumos-gate/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c77 int8_t loaded; member in struct:rtc_offset
119 pc_rtc_offset.loaded = ok;
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s178 * %o1 = address of TTE to be loaded
194 ! and hence to be loaded into the T16, fully-associative TLB, we
197 ! displaced when a new TTE is loaded via ASI_ITLB_IN. To avoid
265 * %o1 = address of TTE to be loaded
477 /* create/set first UTSBREG actually loaded into MMU_TSB */
/illumos-gate/usr/src/uts/common/os/
H A Dmodsubr.c98 int loaded; local
106 loaded = 1;
107 while (loaded && !CB_DRV_INSTALLED(*devopspp)) {
112 loaded = (modload("drv", drvname) != -1);
115 if (loaded) {
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dboot.c494 if (exec_type) /* can be loaded like a.out */
592 unsigned loaded = 0, memaddr, memsiz, filesiz; local
636 loaded++;
652 if (! loaded)
688 /* This section is a loaded section,
791 /* these two simply need to be set if any modules are loaded at all */
879 * All "*_boot" commands depend on the images being loaded into memory
999 * We now pass the various bootstrap parameters to the loaded
1007 * arg3 = start of symbol table (0 if not loaded)
1008 * arg4 = end of symbol table (0 if not loaded)
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c404 char *type, *loaded; local
409 loaded = parent->key_data->fIsLoaded ? "(loaded)" : "";
411 type, uuidstr, loaded);
/illumos-gate/usr/src/boot/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 */
88 TAILQ_ENTRY(linker_file) loaded; /* preload dependency support */ member in struct:linker_file
135 * Iterate over all of the currently loaded linker files calling the
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c157 int loaded = CFBundleLoadExecutable (pluginBundle); local
158 if (!loaded) { err = ENOENT; } /* XXX need better error */
415 * all plugins in the directories are loaded. If filebases is a NULL-terminated array of names,
416 * only plugins in the directories with those name (plus any platform extension) are loaded. */
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S35 # Basically, we first create a set of boot arguments to pass to the loaded
98 # We expect to be loaded by the BIOS at 0x7c00 (standard boot loader entry
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s576 * virtual address where boot originally loaded this code rather than
1060 / but from the original code where boot loaded us.
1061 / By this time GDT and IDT are loaded as is cr0, cr3 and cr4.
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c1537 boolean_t loaded; local
1542 loaded = smb_shr_exists(sharename);
1545 if (loaded)
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c742 COMMAND_SET(cmdp, "boot", "boot a file or loaded kernel", command_boot);
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c1445 * file that was loaded.
1519 * Returns a handle to the loaded object on success, or NULL if no
1520 * file was loaded.
1716 * module of that name is already loaded, it is unloaded and replaced
1720 * already been loaded, and if so, we return that module definition.
1721 * In this case, nothing new is loaded. If the module has not been loaded,
1754 * having been loaded, and return it if so.
1764 * care of this below, after the sharable object is loaded.
1970 * abs_path - If True, files are loaded usin
2898 static int loaded; local
[all...]
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s332 ! magic constants not loaded

Completed in 170 milliseconds

12