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

/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtnf_trace.h110 TNFW_B_STATUS (*commit)(TNFW_B_WCB *); member in struct:_tnf_ops
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c220 * Basically commit the transaction.
223 ndmp_config_saveenv(ndmp_scfhandle_t *handle, boolean_t commit) argument
227 ret = ndmp_smf_end_transaction(handle, commit);
387 ndmp_smf_end_transaction(ndmp_scfhandle_t *handle, boolean_t commit) argument
391 if (commit) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java187 * made since the last commit or (if there are no commits) since the
204 * @throws PoolsExecption If the commit fails.
206 public void commit(int active) throws PoolsException method in class:Configuration
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsyncd.c1378 int commit = 0; local
1577 if (commit)
1579 rdc_warn(NULL, gettext("commit config error"));
1620 commit = 0;
1650 commit = 1;
1655 if (commit)
1657 rdc_warn(NULL, gettext("commit config error"));
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c430 int commit = 0; local
478 commit++;
484 if (commit) {
491 commit = 0;
529 int error, found, commit; local
532 error = commit = 0;
685 commit = 1;
695 if (commit) {
702 commit = 0;
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h103 typedef struct commit { struct
104 page_t *c_pages; /* list of pages to commit */
105 offset3 c_commbase; /* base offset to do commit from */
106 count3 c_commlen; /* len to commit */
107 kcondvar_t c_cv; /* condvar for waiting for commit */
111 * The various values for the commit states. These are stored in
119 * commit operation is in progress. If the NFS server is e.g. rebooted, the
124 #define C_NOCOMMIT 0 /* no commit is required */
125 #define C_COMMIT 1 /* a commit is required so do it now */
126 #define C_DELAYCOMMIT 2 /* a commit i
[all...]
H A Dnfs_clnt.h119 void (*commit)(); /* pointer to commit function */ member in struct:nfs_commit_req
161 #define a_nfs_commit a_args.a_commit_args.commit
H A Dnfs4_clnt.h267 void (*commit)(); /* pointer to commit function */ member in struct:nfs4_commit_req
304 #define a_nfs4_commit a_args.a_commit_args.commit
405 {TAG_COMMIT, "commit", \
529 * passed down by VFS for async read/write, commit, lock, and close operations.
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc2227 * Set deferred commit mode. To do this, we make a copy of the table
2325 * Unset deferred commit mode and roll back changes; doesn't recover the
2405 db_dictionary::commit(char *table) { function in class:db_dictionary
2407 WRITELOCK(this, DB_LOCK_ERROR, "w db_dictionary::commit");
2412 WRITEUNLOCK(this, ret, "wu db_dictionary::commit");
2424 WRITEUNLOCK(this, ret, "wu db_dictionary::commit");
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c721 int cmd, int commit)
785 flags = (commit) ? ZVIO_COMMIT : 0;
1337 int commit; local
1339 commit = (scmd->len == 0 && scmd->nbufs == 0);
1341 commit) != STMF_SUCCESS)
720 sbd_copy_rdwr(scsi_task_t *task, uint64_t laddr, stmf_data_buf_t *dbuf, int cmd, int commit) argument
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c185 int commit = 0; local
194 if (commit) {
195 dnerror(dnp, D_COMM_COMM, "commit( ) may "
196 "not follow commit( )\n");
200 dnerror(dnp, D_COMM_DREC, "commit( ) may "
209 "may not follow commit( )\n");
212 commit = 1;
222 if (commit) {
224 "not follow commit( )\n");
270 if (commit) {
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c3828 int commit = 0; local
3897 commit++;
3907 commit++;
3910 if (commit)
4117 int commit = 0; local
4212 commit++;
4226 commit++;
4233 /* if we have LAST_ERRED go ahead and commit. */
4243 commit++;
4248 if (commit)
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h741 s32 (*commit)(struct e1000_hw *); member in struct:e1000_phy_operations

Completed in 158 milliseconds