Searched refs:commit (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libsecdb/common/
H A Di.rbac61 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 Dcompat.h41 #define fdatasync commit
/osnet-11/usr/src/lib/nsswitch/pynss/common/
H A Ddns.py228 if not self.commit():
265 if not self.commit(self.DEFPG):
281 if not self.commit():
H A Dnsswitch.py226 if not self.commit():
239 if not self.commit(self.DEFPG):
255 if not self.commit():
H A Dnis.py249 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 Dldap.py407 if not self.commit():
455 if not self.commit(self.CREDPG):
473 if not self.commit():
H A Dnscd.py417 if not self.commit():
443 if not self.commit(lastpg):
459 if not self.commit():
H A Dnssbase.py355 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 Dfsys_reiserfs.c64 __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 Ddb_dictionary_c.x271 %/* Set deferred commit mode; intended for replica resync */
275 % db_status commit(char *table);
H A Ddb_mindex3.cc142 dstat = InUseDictionary->commit(t->objPath);
869 * we should commit even if we're returning failure.
871 dstat = InUseDictionary->commit(t->objPath);
H A Dnis_db.cc1873 stat = InUseDictionary->commit(table_name);
H A Ddb_dictionary.cc2224 * 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 Dlibbe.py49 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 Dsmbns_krb.c129 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 Ddt_cc.c182 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 DFirstTime.pm470 CPAN::Config->commit($configpm);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm241 '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 DFile.pm2487 transactions, with C<flush> as C<commit> and C<discard> as

Completed in 175 milliseconds