Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 73) sorted by relevance

123

/titanic_50/usr/src/cmd/lp/lib/users/
H A Dusermgmt.c39 static int loaded = 0; variable
48 if (!loaded) in putuser()
52 loaded = 1; in putuser()
78 if (!loaded) in getuser()
83 loaded = 1; in getuser()
101 if (!loaded) in deluser()
106 loaded = 1; in deluser()
121 if (!loaded) in getdfltpri()
126 loaded = 1; in getdfltpri()
137 if (loaded) in trashusers()
[all …]
/titanic_50/usr/src/lib/libc/port/locale/
H A Dlocaleconv.c66 if (loc->loaded[LC_MONETARY] == 0) { in localeconv()
93 loc->loaded[LC_MONETARY] = 1; in localeconv()
96 if (loc->loaded[LC_NUMERIC] == 0) { in localeconv()
104 loc->loaded[LC_NUMERIC] = 1; in localeconv()
H A Dlocaleimpl.h81 int loaded[LC_ALL]; member
H A Dlocaleimpl.c391 loc->loaded[i] = 0; in duplocale()
441 loc->loaded[i] = 0; in newlocale()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Utils/t/
H A Dgmatch.t33 my $loaded;
34 END {print "not ok 1\n" unless $loaded;}
36 $loaded = 1;
/titanic_50/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) in zfs_mark_vdev() argument
204 zcp->zc_when = *loaded; in zfs_mark_vdev()
214 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
220 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
226 zfs_mark_vdev(pool_guid, child[c], loaded); in zfs_mark_vdev()
237 er_timeval_t loaded = { 0 }; in zfs_mark_pool() local
261 loaded.ertv_sec = tod[0]; in zfs_mark_pool()
262 loaded.ertv_nsec = tod[1]; in zfs_mark_pool()
267 zcp->zc_when = loaded; in zfs_mark_pool()
275 zfs_mark_vdev(pool_guid, vd, &loaded); in zfs_mark_pool()
/titanic_50/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.
/titanic_50/usr/src/cmd/locale/
H A Dlocale.c148 static int loaded = 0; in getyesno() local
150 if (loaded) { in getyesno()
160 loaded = 1; in getyesno()
168 static int loaded = 0; in localedtconv() local
170 if (loaded) { in localedtconv()
225 loaded = 1; in localedtconv()
233 static int loaded = 0; in localeldconv() local
235 if (loaded) { in localeldconv()
247 loaded = 1; in localeldconv()
/titanic_50/usr/src/cmd/mailx/
H A Dmain.c78 int loaded = 0; in main() local
392 loaded++; in main()
410 if (!loaded) in main()
/titanic_50/usr/src/uts/intel/os/
H A Dmach29 # entry is loaded first and the first entry loaded last).
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dmedia.c540 int loaded; local
543 loaded = 0;
548 if ((loaded = media_read_info(fd, &minfo))) {
568 return (loaded);
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipftest.c73 int fd, i, dir, c, loaded, dump, hlen; local
84 loaded = 0;
167 loaded = 1;
179 loaded = 1;
185 loaded = 1;
195 if (loaded == 0) {
/titanic_50/usr/src/lib/libc/i386/crt/
H A D_rtboot.s30 / we get control from exec which has loaded our text and
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
H A DKstat.t51 my $loaded;
52 END {print "not ok 1\n" unless $loaded;}
54 $loaded = 1;
/titanic_50/usr/src/cmd/nsadmin/
H A Dsystem61 * Modules appearing in the moddir path which are NOT to be loaded,
73 * Cause these modules to be loaded at boot time, (just before mounting
/titanic_50/usr/src/uts/common/os/
H A Dmodsubr.c98 int loaded; in mod_hold_dev_by_major() local
106 loaded = 1; in mod_hold_dev_by_major()
107 while (loaded && !CB_DRV_INSTALLED(*devopspp)) { in mod_hold_dev_by_major()
112 loaded = (modload("drv", drvname) != -1); in mod_hold_dev_by_major()
115 if (loaded) { in mod_hold_dev_by_major()
/titanic_50/usr/src/cmd/abi/appcert/scripts/
H A Dsymcheck.pl661 my ($loaded, $ok);
663 $loaded = 1 if (load_model_versioned_lib($library, $abi));
667 if ($loaded) {
676 return $loaded;
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample29 # Even if this file has no entries, IPsec will be loaded if
79 # has loaded up the default router already.)
/titanic_50/usr/src/uts/i86pc/io/
H A Dtodpc_subr.c77 int8_t loaded; member
119 pc_rtc_offset.loaded = ok; in pc_tod_set_rtc_offsets()
/titanic_50/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.s194 ! 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
/titanic_50/usr/src/cmd/modload/
H A Dextra_privs29 # This file is loaded by devfsadm(1m) at system boot.
/titanic_50/usr/src/cmd/cmd-crypto/tpmadm/
H A Dadmin_cmds.c404 char *type, *loaded; in print_all() local
409 loaded = parent->key_data->fIsLoaded ? "(loaded)" : ""; in print_all()
411 type, uuidstr, loaded); in print_all()
/titanic_50/usr/src/common/mapfiles/common/
H A Dmap.default23 # Linker mapfile that shows how programs are loaded by default.
/titanic_50/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg108 @ MSG_DB_HELPERNOOPS "rtld_db: helper lib loaded but ops not preset"
109 @ MSG_DB_HELPERLOADED "rtld_db: helper library loaded for brand \"%s\""
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A D00README27 permits a user supplied shared object to audit objects that are loaded,

123