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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c526 int committed; local
624 committed = scf_transaction_commit(tx);
625 if (committed == -1)
630 if (committed == 0) { /* out-of-sync */
634 } while (committed == 0);
656 int committed; local
672 (committed = scf_transaction_commit(tx)) == -1)
677 if (committed == 0 && scf_pg_update(gpg) == -1)
679 } while (committed == 0);
1492 * The transaction is created and committed outsid
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c4237 * oblist passed in. The unit structure is then committed and
4262 int committed = 0; local
4472 /* we've successfully committed the record */
4473 committed = 1;
4508 if (rval != 0 && keynlp != NULL && committed != 1)
5923 int committed = 0; local
6205 /* note that we've committed a record */
6206 if (!committed)
6207 committed = 1;
6310 if ((keynlp != NULL) && (committed !
[all...]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h375 stable_how committed; member in struct:nfslog_WRITE3resok
H A Dnfs4_kprot.h1348 stable_how4 committed; member in struct:WRITE4res
H A Dnfs.h1532 stable_how committed; member in struct:WRITE3resok
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x749 stable_how committed;
H A Dnfs4_prot.x1335 stable_how4 committed;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c689 if (!xdr_stable_how(xdrs, &objp->committed))
H A Dnfslog_elf.c1146 " 0x%x", res->nfslog_WRITE3res_u.ok.committed);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c641 return (xdr_enum(xdrs, (enum_t *)&objp->committed));
H A Dnfs3_srv.c1372 resp->resok.committed = args->stable;
1474 resp->resok.committed = args->stable;
H A Dnfs3_xdr.c1696 if (!xdr_enum(xdrs, (enum_t *)&resokp->committed))
H A Dnfs4_srv.c5635 resp->committed = args->stable;
5728 resp->committed = UNSTABLE4;
5730 resp->committed = FILE_SYNC4;
H A Dnfs4_xdr.c3927 if (!xdr_int(xdrs, (int *)&objp->committed))
H A Dnfs3_vnops.c1067 if (res.resok.committed == UNSTABLE) {
5986 * If the page doesn't need to be committed or we shouldn't
6048 * let the page be committed at some later time.
6081 * Gather together all other pages which can be committed.
6088 * the list of pages to be committed from the rnode.
6090 * and length of data to be committed on the server.
6268 * which are to be committed on the server. This routine must not
6301 * looking for pages which need to be committed.
6309 * If this page does not need to be committed or is
6324 * If this page does not need to be committed o
[all...]
H A Dnfs4_vnops.c3343 if (wres->committed == UNSTABLE4) {
11548 * If the page doesn't need to be committed or we shouldn't
11610 * let the page be committed at some later time.
11643 * Gather together all other pages which can be committed.
11650 * the list of pages to be committed from the rnode.
11652 * and length of data to be committed on the server.
11898 * can be committed on the server.
11941 * looking for pages which need to be committed.
11950 * and see if this page does not need to be committed
11977 * The page needs to be committed an
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c3055 stable_how4_name(res->WRITE4res_u.resok4.committed));
3069 stable_how4_name(res->WRITE4res_u.resok4.committed));
H A Dnfs4_xdr.c2411 if (!xdr_stable_how4(xdrs, &objp->committed))
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3009 * We now know that all CPUs have committed or discarded their
6923 int committed = 0; local
7224 * When the speculation is committed, all of
7246 ASSERT(!committed);
7255 committed = 1;
7433 if (!committed)
11755 * will not be committed. This situation is

Completed in 487 milliseconds