/titanic_50/usr/src/lib/libscf/common/ |
H A D | error.c | 46 scf_error_t ei_code; 82 static scf_error_t _scf_fallback_error = SCF_ERROR_NONE; 127 scf_set_error(scf_error_t code) in scf_set_error() 138 scf_error_t 141 scf_error_t ret; in scf_error() 143 ret = (scf_error_t)pthread_getspecific(scf_error_key); in scf_error() 151 scf_strerror(scf_error_t code) in scf_strerror()
|
H A D | libscf_impl.h | 46 int scf_set_error(scf_error_t); /* returns -1 */ 62 int ismember(const scf_error_t, const scf_error_t[]);
|
H A D | notify_params.c | 34 static const scf_error_t errs_1[] = { 52 static const scf_error_t errs_2[] = { 70 check_scf_error(scf_error_t e, const scf_error_t *errs) in check_scf_error() 195 scf_error_t scf_e = scf_error(); in get_pg() 678 scf_error_t scf_e = scf_error(); in notify_set_params() 943 scf_error_t scf_e = scf_error(); in values_get() 1269 scf_error_t scf_e = scf_error(); in smf_notify_set_params() 1397 scf_error_t scf_e = scf_error(); in _scf_notify_get_params() 1580 scf_error_t scf_e = scf_error(); in _scf_get_svc_notify_params() 1705 scf_error_t scf_e = scf_error(); in _scf_get_fma_notify_params() [all …]
|
H A D | lowlevel.c | 376 static scf_error_t 3804 scf_error_t error = SCF_ERROR_NONE; in transaction_add() 6141 static scf_error_t 6245 static scf_error_t 6268 scf_error_t
|
H A D | scf_tmpl.c | 136 static const scf_error_t errors_server[] = { 156 ismember(const scf_error_t error, const scf_error_t error_array[]) in ismember()
|
/titanic_50/usr/src/lib/libinetsvc/common/ |
H A D | inetsvc.h | 344 scf_error_t read_prop(scf_handle_t *, inetd_prop_t *, int, const char *, 347 scf_error_t *); 348 inetd_prop_t *read_default_props(scf_handle_t *, size_t *, scf_error_t *); 355 scf_error_t retrieve_inetd_hash(char **); 356 scf_error_t store_inetd_hash(const char *);
|
H A D | inetsvc.c | 1040 scf_error_t 1130 scf_error_t *err) in read_props() 1191 scf_error_t *err) in read_instance_props() 1200 read_default_props(scf_handle_t *h, size_t *num_elements, scf_error_t *err) in read_default_props() 1390 scf_error_t 1395 scf_error_t scf_err; in retrieve_inetd_hash() 1421 scf_error_t 1425 scf_error_t rval = SCF_ERROR_NONE; in store_inetd_hash()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | repval.c | 344 static scf_error_t 421 static scf_error_t 530 static scf_error_t 534 scf_error_t ret = 0; in store_retrieve_rep_vals() 614 scf_error_t 620 scf_error_t
|
H A D | inetd_impl.h | 317 extern scf_error_t store_rep_vals(uu_list_t *, const char *, const char *); 318 extern scf_error_t retrieve_rep_vals(uu_list_t *, const char *, const char *);
|
H A D | config.c | 398 read_method_props(const char *inst, instance_method_t method, scf_error_t *err) in read_method_props() 461 inetd_prop_t **mprops, scf_error_t *err) in read_inst_props() 581 scf_error_t err; in read_instance_cfg() 699 static scf_error_t
|
H A D | inetd.c | 344 scf_error_t sret; in update_instance_states() 1405 static scf_error_t 1408 scf_error_t ret; in retrieve_instance_state() 2416 scf_error_t ret; in check_conf_file()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_delete.c | 155 scf_error_t scf_errnum = scf_error(); in delete_instance() 177 scf_error_t scf_errnum = scf_error(); in delete_instance()
|
/titanic_50/usr/src/lib/libscf/inc/ |
H A D | libscf.h | 163 } scf_error_t; typedef 448 scf_error_t scf_error(void); 449 const char *scf_strerror(scf_error_t);
|
H A D | libscf_priv.h | 316 scf_error_t scf_walk_fmri(scf_handle_t *, int, char **, int,
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
H A D | inetadm.c | 577 scf_error_t err; in list_props_cb() 710 scf_error_t err; in list_defaults() 984 scf_error_t serr; in main()
|
/titanic_50/usr/src/cmd/audit/ |
H A D | audit.c | 415 scf_error_t rc = scf_error(); in display_smf_error()
|
/titanic_50/usr/src/cmd/svc/common/ |
H A D | manifest_hash.c | 124 scf_error_t err; in mhash_retrieve_entry() 246 scf_error_t err; in mhash_store_entry()
|
/titanic_50/usr/src/cmd/svc/startd/ |
H A D | libscf.c | 80 scf_error_t err; in libscf_object_create() 1351 static scf_error_t 1420 scf_error_t scfe; in pg_set_prop_value() 1909 scf_error_t serr; in libscf_clear_runlevel() 2621 scf_error_t scfe; in libscf_write_method_status()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 354 scf_error_t err = scf_error(); in scfdie() 370 scf_error_t err = scf_error(); in scfdie_lineno() 401 scferror2errno(scf_error_t err) in scferror2errno() 1187 scf_error_t err; in prop_get_val() 1251 static scf_error_t 1322 static scf_error_t 1330 scf_error_t scfe; in create_entity() 1592 scf_error_t scfe; in refresh_entity() 1816 stash_scferror_err(scf_callback_t *cbp, scf_error_t err) in stash_scferror_err() 3273 scf_error_t scfe; in lscf_dependent_import() [all …]
|
/titanic_50/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 561 scf_error_t err; in cleanup_pg()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/inetconv/ |
H A D | inetconv.c | 1045 scf_error_t rval; in update_hash()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 1579 scf_error_t err; in ipmgmt_set_scfprop()
|
/titanic_50/usr/src/cmd/svc/svcadm/ |
H A D | svcadm.c | 125 scf_error_t err; in do_scfdie()
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 2119 scf_error_t err; in explain()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlwlan.c | 1866 scf_error_t scf_errnum = scf_error(); in delete_instance()
|