Searched refs:commitRet (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c158 int commitRet; local
364 if ((commitRet = scf_transaction_commit(tran)) != 1) {
367 if (commitRet == 0) {
853 int commitRet; local
855 commitRet = cfgInit(&handle, &svc);
856 if (commitRet != NPIV_SUCCESS) {
/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c195 int commitRet; local
414 if ((commitRet = scf_transaction_commit(tran)) != 1) {
417 if (commitRet == 0) {
842 int commitRet; local
848 commitRet = fcoe_cfg_scf_init(&handle, &svc, portType);
849 if (commitRet != FCOE_SUCCESS) {
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c305 int commitRet; local
558 if ((commitRet = scf_transaction_commit(tran)) != 1) {
561 if (commitRet == 0) {
646 int commitRet; local
868 if ((commitRet = scf_transaction_commit(tran)) != 1) {
871 if (commitRet == 0) {
936 int commitRet; local
1212 if ((commitRet = scf_transaction_commit(tran)) != 1) {
1215 if (commitRet == 0) {
1398 int commitRet; local
2080 int commitRet; local
2297 int commitRet; local
2650 int commitRet; local
4461 int commitRet; local
[all...]

Completed in 51 milliseconds