Lines Matching refs:scf_error

288 		int err = scf_error();  in fill_prop()
370 if (scf_error() == SCF_ERROR_NOT_SET) in insert_app_props()
417 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in insert_app_props()
444 switch (scf_error()) { in transaction_property_set()
461 switch (scf_error()) { in transaction_property_set()
541 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled()
546 if (scf_error() != SCF_ERROR_EXISTS) in set_inst_enabled()
555 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled()
560 if (scf_error() != SCF_ERROR_EXISTS) in set_inst_enabled()
568 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled()
578 switch (scf_error()) { in set_inst_enabled()
589 if (scf_error() != SCF_ERROR_TYPE_MISMATCH) in set_inst_enabled()
605 switch (scf_error()) { in set_inst_enabled()
616 scf_error()); in set_inst_enabled()
685 switch (scf_error()) { in delete_inst_enabled()
734 switch (scf_error()) { in set_inst_action_inst()
747 bad_error("scf_instance_get_pg", scf_error()); in set_inst_action_inst()
755 switch (scf_error()) { in set_inst_action_inst()
771 bad_error("scf_instance_add_pg", scf_error()); in set_inst_action_inst()
780 switch (scf_error()) { in set_inst_action_inst()
795 bad_error("scf_pg_get_property", scf_error()); in set_inst_action_inst()
798 switch (scf_error()) { in set_inst_action_inst()
814 scf_error()); in set_inst_action_inst()
817 bad_error("scf_value_get_integer", scf_error()); in set_inst_action_inst()
823 switch (scf_error()) { in set_inst_action_inst()
838 bad_error("scf_transaction_start", scf_error()); in set_inst_action_inst()
844 switch (scf_error()) { in set_inst_action_inst()
855 scf_error()); in set_inst_action_inst()
861 bad_error("scf_entry_add_value", scf_error()); in set_inst_action_inst()
868 switch (scf_error()) { in set_inst_action_inst()
884 scf_error()); in set_inst_action_inst()
890 switch (scf_error()) { in set_inst_action_inst()
900 bad_error("scf_pg_update", scf_error()); in set_inst_action_inst()
933 if (ret == -1 && scf_error() == SCF_ERROR_DELETED) in set_inst_action()
936 switch (scf_error()) { in set_inst_action()
980 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in get_inst_state()
1025 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled_atboot()
1076 if (scf_error() == SCF_ERROR_CONSTRAINT_VIOLATED) in set_inst_enabled_flags()
1102 if (ret == -1 && scf_error() == SCF_ERROR_DELETED) in set_inst_enabled_flags()
1128 if (scf_error() == SCF_ERROR_NOT_SET) { in get_instance_pg()
1135 if (scf_error() == SCF_ERROR_NOT_SET) { in get_instance_pg()
1542 (scf_error() == SCF_ERROR_NOT_FOUND)) { in scf_set_count_property()
1612 if (scf_error() == SCF_ERROR_INTERNAL) { in scf_simple_walk_instances()
1681 switch (scf_error()) { in scf_simple_prop_get()
1854 if (scf_error() == SCF_ERROR_CONSTRAINT_VIOLATED) in scf_simple_app_props_get()
1878 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
1905 if (scf_error() == SCF_ERROR_NOT_SET) in scf_simple_app_props_get()
1915 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
1924 if (scf_error() == SCF_ERROR_NOT_SET) in scf_simple_app_props_get()
1948 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
1955 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
1972 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
1989 if (scf_error() == SCF_ERROR_NOT_SET) in scf_simple_app_props_get()
2008 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
2055 if (scf_error() == SCF_ERROR_NOT_SET) in scf_simple_app_props_get()
2081 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
2091 if (scf_error() != SCF_ERROR_CONNECTION_BROKEN) in scf_simple_app_props_get()
2612 if (scf_error() != SCF_ERROR_NOT_SET) in scf_read_propvec()
2724 error = scf_error(); in scf_read_propvec()
2798 if (scf_error() != SCF_ERROR_NOT_SET) in scf_write_propvec()
2814 if (ret == -1 && scf_error() == SCF_ERROR_NOT_FOUND) in scf_write_propvec()
2877 error = scf_error(); in scf_write_propvec()
2935 error = scf_error(); in scf_instance_delete_prop()
2949 bad_error("scf_instance_get_pg", scf_error()); in scf_instance_delete_prop()
2985 switch (scf_error()) { in scf_instance_delete_prop()
3012 bad_error("scf_instance_delete_prop", scf_error()); in scf_instance_delete_prop()