/osnet-11/usr/src/lib/libsecdb/common/ |
H A D | i.rbac | 61 commit=true 64 commit=commit 95 commit=true 98 commit=commit 143 commit() { 158 commit=commit 215 $commit [all...] |
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/ |
H A D | compat.h | 41 #define fdatasync commit
|
/osnet-11/usr/src/lib/nsswitch/pynss/common/ |
H A D | dns.py | 228 if not self.commit(): 265 if not self.commit(self.DEFPG): 281 if not self.commit():
|
H A D | nsswitch.py | 226 if not self.commit(): 239 if not self.commit(self.DEFPG): 255 if not self.commit():
|
H A D | nis.py | 249 if not self.commit(): 272 if not self.commit(self.DEFPG): 288 if not self.commit(): 421 if not self.commit(): 484 if not self.commit():
|
H A D | ldap.py | 407 if not self.commit(): 455 if not self.commit(self.CREDPG): 473 if not self.commit():
|
H A D | nscd.py | 417 if not self.commit(): 443 if not self.commit(lastpg): 459 if not self.commit():
|
H A D | nssbase.py | 355 def commit(self, pg = None): function 356 """Refresh the service and commit any new/changed properties.
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 64 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */ 84 /* must be correct to keep the desc and commit structs at 4k */ 87 /* first block written in a commit. */ 89 __u32 j_trans_id; /* id of commit */ 90 __u32 j_len; /* length of commit. len +1 is the commit block */ 96 /* last block written in a commit */ 101 char j_digest[16]; /* md5 sum of all the blocks involved, including desc and commit. not used, kill it */ 427 struct reiserfs_journal_commit commit; local 441 sizeof (commit), (cha 482 struct reiserfs_journal_commit commit; local [all...] |
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_dictionary_c.x | 271 %/* Set deferred commit mode; intended for replica resync */ 275 % db_status commit(char *table);
|
H A D | db_mindex3.cc | 142 dstat = InUseDictionary->commit(t->objPath); 869 * we should commit even if we're returning failure. 871 dstat = InUseDictionary->commit(t->objPath);
|
H A D | nis_db.cc | 1873 stat = InUseDictionary->commit(table_name);
|
H A D | db_dictionary.cc | 2224 * Set deferred commit mode. To do this, we make a copy of the table 2322 * Unset deferred commit mode and roll back changes; doesn't recover the 2402 db_dictionary::commit(char *table) { function in class:db_dictionary 2404 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::commit"); 2409 WRITEUNLOCK(this, ret, "wu db_dictionary::commit"); 2421 WRITEUNLOCK(this, ret, "wu db_dictionary::commit");
|
/osnet-11/usr/src/lib/pylibbe/common/ |
H A D | libbe.py | 49 def commit(bootconf, devlist=None, force=False): function 163 commit(mybc) 271 commit(mybc) 292 # device list into commit() below. 336 commit(mybc, devlist) 380 commit(mybc, devlist)
|
/osnet-11/usr/src/lib/libsmbns/common/ |
H A D | smbns_krb.c | 129 smb_krb5_cfg_fini(smb_krb5_cfg_t *cfg, boolean_t commit) argument 137 if (commit) { 217 /* commit master server changes only */ 235 /* commit both master server and kdc(s) changes */
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 182 int commit = 0; local 191 if (commit) { 192 dnerror(dnp, D_COMM_COMM, "commit( ) may " 193 "not follow commit( )\n"); 197 dnerror(dnp, D_COMM_DREC, "commit( ) may " 206 "may not follow commit( )\n"); 209 commit = 1; 219 if (commit) { 221 "not follow commit( )\n"); 267 if (commit) { [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 470 CPAN::Config->commit($configpm);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 241 'commit' => "Commit changes to disk", 1121 #-> sub CPAN::Config::commit ; 1122 sub commit { subroutine 1128 CPAN::Config::commit called without an argument. 1170 $CPAN::Frontend->myprint("commit: wrote $configpm\n"); 1308 commit commit session changes to disk 7066 C<o conf commit>.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | File.pm | 2487 transactions, with C<flush> as C<commit> and C<discard> as
|