Searched defs:commit (Results 1 - 7 of 7) sorted by relevance

/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/lib/nsswitch/pynss/common/
H A Dnssbase.py355 def commit(self, pg = None): function
356 """Refresh the service and commit any new/changed properties.
/osnet-11/usr/src/lib/libnisdb/
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/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/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>.

Completed in 52 milliseconds