Home
last modified time | relevance | path

Searched refs:scf_set_error (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libscf/common/
H A Dnotify_params.c164 (void) scf_set_error(SCF_ERROR_INVALID_ARGUMENT); in class_to_pgname()
169 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in class_to_pgname()
175 (void) scf_set_error(SCF_ERROR_INVALID_ARGUMENT); in class_to_pgname()
204 (void) scf_set_error(scf_e); in get_pg()
626 (void) scf_set_error(SCF_ERROR_INVALID_ARGUMENT); in get_nvpair_vals()
689 (void) scf_set_error(scf_e); in notify_set_params()
696 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in notify_set_params()
731 (void) scf_set_error( in notify_set_params()
737 (void) scf_set_error( in notify_set_params()
764 (void) scf_set_error( in notify_set_params()
[all …]
H A Dlowlevel.c367 return (scf_set_error(SCF_ERROR_INVALID_ARGUMENT)); in scf_type_base_type()
444 return (scf_set_error(SCF_ERROR_INVALID_ARGUMENT)); in scf_limit()
644 return (scf_set_error(SCF_ERROR_NOT_BOUND)); \
647 return (scf_set_error(SCF_ERROR_CONNECTION_BROKEN)); \
650 return (scf_set_error(SCF_ERROR_INTERNAL)); \
737 (void) scf_set_error(SCF_ERROR_VERSION_MISMATCH); in scf_handle_create()
742 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in scf_handle_create()
748 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in scf_handle_create()
760 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in scf_handle_create()
789 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in scf_handle_create()
[all …]
H A Dscf_tmpl.c188 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _scf_tmpl_get_fmri()
226 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _scf_get_pg_type()
256 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _scf_get_prop_name()
296 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _scf_get_prop_type()
410 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _scf_read_single_astring_from_pg()
449 (void) scf_set_error(SCF_ERROR_TEMPLATE_INVALID); in _scf_read_tmpl_prop_type_as_string()
549 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _append_astrings_values()
594 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _append_astrings_values()
605 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _append_astrings_values()
718 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in _add_locale_to_name()
[all …]
H A Dmidlevel.c83 (void) scf_set_error(SCF_ERROR_INVALID_ARGUMENT); in assemble_fmri()
104 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in assemble_fmri()
146 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
160 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
166 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
227 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
251 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
268 (void) scf_set_error(SCF_ERROR_NO_MEMORY); in fill_prop()
281 (void) scf_set_error(SCF_ERROR_INTERNAL); in fill_prop()
291 (void) scf_set_error(SCF_ERROR_INTERNAL); in fill_prop()
[all …]
H A Dlibscf_impl.h46 int scf_set_error(scf_error_t); /* returns -1 */
H A Derror.c127 scf_set_error(scf_error_t code) in scf_set_error() function
H A Dhighlevel.c149 (void) scf_set_error(error); in scf_fmri_pg_get_or_add()