Searched defs:loaded (Results 1 - 15 of 15) sorted by relevance

/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/cmd/mailx/
H A Dmain.c78 int loaded = 0; local
392 loaded++;
410 if (!loaded)
/illumos-gate/usr/src/lib/libc/port/locale/
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
/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/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/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/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/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/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/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/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/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/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/smbsrv/libmlsvc/common/
H A Dsmb_share.c1537 boolean_t loaded; local
1542 loaded = smb_shr_exists(sharename);
1545 if (loaded)

Completed in 141 milliseconds