Home
last modified time | relevance | path

Searched refs:SCF_ERROR_NOT_FOUND (Results 1 – 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c149 case SCF_ERROR_NOT_FOUND: in libscf_get_or_make_running_snapshot()
230 case SCF_ERROR_NOT_FOUND: in libscf_snapshots_poststart()
359 case SCF_ERROR_NOT_FOUND: in libscf_snapshots_refresh()
747 case SCF_ERROR_NOT_FOUND: in get_boolean()
787 case SCF_ERROR_NOT_FOUND: in get_boolean()
869 case SCF_ERROR_NOT_FOUND: in get_count()
913 case SCF_ERROR_NOT_FOUND: in get_count()
1027 case SCF_ERROR_NOT_FOUND: in libscf_lookup_instance()
1069 case SCF_ERROR_NOT_FOUND: in libscf_get_deathrow()
1140 case SCF_ERROR_NOT_FOUND: in libscf_get_basic_instance_data()
[all …]
H A Dgraph.c1845 case SCF_ERROR_NOT_FOUND: in offline_vertex()
1864 case SCF_ERROR_NOT_FOUND: in offline_vertex()
2182 case SCF_ERROR_NOT_FOUND: in add_service()
3230 case SCF_ERROR_NOT_FOUND: in configure_vertex()
3940 case SCF_ERROR_NOT_FOUND: in single_user_thread()
4479 case SCF_ERROR_NOT_FOUND: in disable_service_temporarily()
5646 case SCF_ERROR_NOT_FOUND: in dgraph_set_milestone()
5846 case SCF_ERROR_NOT_FOUND: in set_initial_milestone()
5989 case SCF_ERROR_NOT_FOUND: in set_initial_milestone()
6072 case SCF_ERROR_NOT_FOUND: in set_restart_milestone()
[all …]
H A Dexpand.c114 if (scf_error() == SCF_ERROR_NOT_FOUND) in get_prop()
335 if (scf_error() != SCF_ERROR_NOT_FOUND) in get_prop_val_str()
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c447 case SCF_ERROR_NOT_FOUND: in _scf_read_tmpl_prop_type_as_string()
943 case SCF_ERROR_NOT_FOUND: in _get_snapshot()
1012 case SCF_ERROR_NOT_FOUND: in _get_restarter_inst()
1074 case SCF_ERROR_NOT_FOUND: in _get_restarter_inst()
1134 case SCF_ERROR_NOT_FOUND: in _get_global_inst()
1354 case SCF_ERROR_NOT_FOUND: in _lookup_pg()
1398 case SCF_ERROR_NOT_FOUND: in check_target_match()
1986 case SCF_ERROR_NOT_FOUND: in scf_tmpl_get_by_pg_name()
3507 case SCF_ERROR_NOT_FOUND: in scf_tmpl_prop_cardinality()
3838 case SCF_ERROR_NOT_FOUND: in _scf_tmpl_get_count_ranges()
[all …]
H A Dmidlevel.c456 case SCF_ERROR_NOT_FOUND: in transaction_property_set()
550 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled()
577 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_inst_enabled()
589 case SCF_ERROR_NOT_FOUND: in set_inst_enabled()
737 case SCF_ERROR_NOT_FOUND: in delete_inst_enabled()
793 case SCF_ERROR_NOT_FOUND: in set_inst_action_inst()
839 case SCF_ERROR_NOT_FOUND: in set_inst_action_inst()
858 case SCF_ERROR_NOT_FOUND: in set_inst_action_inst()
1748 case SCF_ERROR_NOT_FOUND: in scf_simple_prop_get()
2998 case SCF_ERROR_NOT_FOUND: in scf_instance_delete_prop()
[all …]
H A Dnotify_params.c43 SCF_ERROR_NOT_FOUND,
60 SCF_ERROR_NOT_FOUND,
288 if (scf_error() == SCF_ERROR_NOT_FOUND) in del_pg()
1183 (void) scf_set_error(SCF_ERROR_NOT_FOUND); in get_mech_name()
1439 if (scf_error() == SCF_ERROR_NOT_FOUND) in _scf_notify_get_params()
1512 scf_error() == SCF_ERROR_NOT_FOUND && in get_stn_pg()
1647 } else if (scf_error() == SCF_ERROR_NOT_FOUND || in _scf_get_svc_notify_params()
1658 (void) scf_set_error(SCF_ERROR_NOT_FOUND); in _scf_get_svc_notify_params()
1733 if (scf_error() == SCF_ERROR_NOT_FOUND) { in _scf_get_fma_notify_params()
1928 scf_error() != SCF_ERROR_NOT_FOUND) { in smf_notify_del_params()
[all …]
H A Derror.c53 {SCF_ERROR_NOT_FOUND, "entity not found"},
/illumos-gate/usr/src/cmd/svc/svcprop/
H A Dsvcprop.c391 case SCF_ERROR_NOT_FOUND: in get_snapshot()
501 SCF_ERROR_NOT_FOUND) { in process_ent()
531 if (err != SCF_ERROR_NOT_FOUND) in process_ent()
561 if (scf_error() != SCF_ERROR_NOT_FOUND) in process_ent()
641 if (scf_error() != SCF_ERROR_NOT_FOUND) in process_pg()
814 case SCF_ERROR_NOT_FOUND: in do_wait()
843 case SCF_ERROR_NOT_FOUND: in do_wait()
863 case SCF_ERROR_NOT_FOUND: in do_wait()
890 case SCF_ERROR_NOT_FOUND: in do_wait()
911 case SCF_ERROR_NOT_FOUND: in do_wait()
[all …]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c267 case SCF_ERROR_NOT_FOUND: in get_bool_prop()
289 case SCF_ERROR_NOT_FOUND: in get_bool_prop()
357 if (scf_error() != SCF_ERROR_NOT_FOUND) in set_bool_prop()
414 if (scf_error() != SCF_ERROR_NOT_FOUND) in get_astring_prop()
422 case SCF_ERROR_NOT_FOUND: in get_astring_prop()
453 if (scf_error() != SCF_ERROR_NOT_FOUND) in pg_get_or_add()
962 if (scf_error() != SCF_ERROR_NOT_FOUND) in get_inst_mult()
978 if (scf_error() != SCF_ERROR_NOT_FOUND) in get_inst_mult()
1233 if (scf_error() != SCF_ERROR_NOT_FOUND) in enable_fmri_rec()
1242 if (scf_error() != SCF_ERROR_NOT_FOUND) in enable_fmri_rec()
[all …]
H A Dsynch.c107 case SCF_ERROR_NOT_FOUND: in read_astring_prop()
118 case SCF_ERROR_NOT_FOUND: in read_astring_prop()
154 case SCF_ERROR_NOT_FOUND: in prop_walk_init()
504 if (scf_error() != SCF_ERROR_NOT_FOUND) in has_potential()
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c230 case SCF_ERROR_NOT_FOUND: in pg_get_prop_value()
376 case SCF_ERROR_NOT_FOUND: in service_is_rpc()
390 case SCF_ERROR_NOT_FOUND: in service_is_rpc()
454 case SCF_ERROR_NOT_FOUND: in instance_has_firewall()
477 case SCF_ERROR_NOT_FOUND: in instance_has_firewall()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c432 case SCF_ERROR_NOT_FOUND: in scferror2errno()
502 case SCF_ERROR_NOT_FOUND: in get_snaplevel()
542 case SCF_ERROR_NOT_FOUND: in get_snaplevel()
646 case SCF_ERROR_NOT_FOUND: in entity_get_running_pg()
665 case SCF_ERROR_NOT_FOUND: in entity_get_running_pg()
686 case SCF_ERROR_NOT_FOUND: in entity_get_running_pg()
723 case SCF_ERROR_NOT_FOUND: in entity_get_running_pg()
1379 case SCF_ERROR_NOT_FOUND: in create_entity()
1401 case SCF_ERROR_NOT_FOUND: in create_entity()
1454 case SCF_ERROR_NOT_FOUND: in create_entity()
[all …]
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c1001 case SCF_ERROR_NOT_FOUND: in instance_get_or_add_pg()
1065 case SCF_ERROR_NOT_FOUND: in tx_set_value()
1184 case SCF_ERROR_NOT_FOUND: in _restarter_commit_states()
1563 case SCF_ERROR_NOT_FOUND: in restarter_remove_contract()
1854 case SCF_ERROR_NOT_FOUND: in restarter_store_contract()
2914 case SCF_ERROR_NOT_FOUND: in restarter_get_method_context()
2948 SCF_ERROR_NOT_FOUND, in restarter_get_method_context()
2985 case SCF_ERROR_NOT_FOUND: in restarter_get_method_context()
3050 case SCF_ERROR_NOT_FOUND: in restarter_get_method_context()
3145 case SCF_ERROR_NOT_FOUND: in restarter_get_method_context()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A Dinetadm.c205 if (scf_error() != SCF_ERROR_NOT_FOUND) in modify_prop()
233 if (scf_error() != SCF_ERROR_NOT_FOUND) in modify_prop()
333 if (scf_error() != SCF_ERROR_NOT_FOUND) in delete_prop()
349 if (scf_error() != SCF_ERROR_NOT_FOUND) in delete_prop()
587 if (scf_error() == SCF_ERROR_NOT_FOUND) in list_props_cb()
688 case SCF_ERROR_NOT_FOUND: in set_svc_enable_cb()
896 if (scf_error() == SCF_ERROR_NOT_FOUND) { in modify_defaults()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstore.c336 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsAddRemoveGroupMember()
366 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsAddRemoveGroupMember()
675 if (scf_error() == SCF_ERROR_NOT_FOUND && in iPsAddRemoveLuViewEntry()
852 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsAddRemoveLuViewEntry()
1326 if (scf_error() != SCF_ERROR_NOT_FOUND) { in psClearProviderData()
1427 if (scf_error() == SCF_ERROR_NOT_FOUND && in iPsCreateDeleteGroup()
1722 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsGetGroupList()
1902 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsGetGroupMemberList()
2114 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsGetSetPersistType()
2130 if (scf_error() == SCF_ERROR_NOT_FOUND) { in iPsGetSetPersistType()
[all …]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c201 (err != SCF_ERROR_NOT_FOUND)) { in mhash_retrieve_entry()
209 (err != SCF_ERROR_NOT_FOUND)) { in mhash_retrieve_entry()
277 if (scf_error() != SCF_ERROR_NOT_FOUND) { in mhash_store_entry()
321 if (scf_error() != SCF_ERROR_NOT_FOUND) { in mhash_store_entry()
457 (err != SCF_ERROR_NOT_FOUND)) { in mhash_store_entry()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c297 if (scf_error() != SCF_ERROR_NOT_FOUND) in load_dependencies()
353 case SCF_ERROR_NOT_FOUND: in load_dependencies()
443 case SCF_ERROR_NOT_FOUND: in add_instance()
490 case SCF_ERROR_NOT_FOUND: in add_instance()
505 case SCF_ERROR_NOT_FOUND: in add_instance()
1378 if (scf_error() != SCF_ERROR_NOT_FOUND) in check_msgbase()
1386 case SCF_ERROR_NOT_FOUND: in check_msgbase()
1397 case SCF_ERROR_NOT_FOUND: in check_msgbase()
1408 case SCF_ERROR_NOT_FOUND: in check_msgbase()
1915 case SCF_ERROR_NOT_FOUND: in print_docs()
[all …]
H A Dsvcs.c375 if (scf_error() != SCF_ERROR_NOT_FOUND) in pg_get_single_val()
389 case SCF_ERROR_NOT_FOUND: in pg_get_single_val()
496 if (scf_error() != SCF_ERROR_NOT_FOUND) in get_running_snapshot()
639 if (scf_error() != SCF_ERROR_NOT_FOUND) in propvals_to_pids()
941 if (scf_error() != SCF_ERROR_NOT_FOUND) in instance_processes()
2125 case SCF_ERROR_NOT_FOUND: in get_fmri_state()
2153 case SCF_ERROR_NOT_FOUND: in get_fmri_state()
2504 if (scf_error() != SCF_ERROR_NOT_FOUND) in print_detailed()
2614 if (scf_error() != SCF_ERROR_NOT_FOUND) in print_detailed()
2660 if (scf_error() != SCF_ERROR_NOT_FOUND) in print_log()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c201 if (ret != SCF_ERROR_NOT_FOUND) { in get_notify_prefs()
236 ret = SCF_ERROR_NOT_FOUND; in get_notify_prefs()
271 if (ret == SCF_ERROR_NOT_FOUND) { in syslog_recv()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c1400 if (scf_error() == SCF_ERROR_NOT_FOUND) in ra_get_set_opt_common_cb()
1690 if (scf_error() == SCF_ERROR_NOT_FOUND) in ra_list_props_cb()
1704 if (scf_error() == SCF_ERROR_NOT_FOUND) { in ra_list_props_cb()
1824 if (scf_error() == SCF_ERROR_NOT_FOUND) in ra_modify_props_cb()
1886 if (scf_error() == SCF_ERROR_NOT_FOUND) { in ra_get_pg()
1962 if (scf_error() == SCF_ERROR_NOT_FOUND) { in ra_get_prop_as_string()
2016 if (scf_error() == SCF_ERROR_NOT_FOUND) { in ra_get_prop_as_string()
2086 if (scf_error() != SCF_ERROR_NOT_FOUND) in ra_set_prop_from_string()
2109 if (scf_error() != SCF_ERROR_NOT_FOUND) in ra_set_prop_from_string()
2141 if (scf_error() == SCF_ERROR_NOT_FOUND) in ra_set_prop_from_string()
[all …]
/illumos-gate/usr/src/lib/libvscan/common/
H A Dlibvscan.c605 if ((rc == SCF_ERROR_NOT_FOUND) || in vs_scf_values_get()
633 if (scf_error() == SCF_ERROR_NOT_FOUND) { in vs_scf_values_get()
673 rc == SCF_ERROR_NOT_FOUND) { in vs_scf_get()
811 if ((rc == SCF_ERROR_NOT_FOUND) || in vs_scf_pg_delete()
821 if ((rc == SCF_ERROR_NOT_FOUND) || in vs_scf_pg_delete()
873 if ((rc == SCF_ERROR_NOT_FOUND) || in vs_scf_values_set()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c412 if ((*err != 0) && (*err != SCF_ERROR_NOT_FOUND)) { in read_method_props()
741 case SCF_ERROR_NOT_FOUND: in read_enable_merged()
752 case SCF_ERROR_NOT_FOUND: in read_enable_merged()
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c246 case SCF_ERROR_NOT_FOUND: in get_start_pg()
280 } else if (scf_error() != SCF_ERROR_NOT_FOUND) { in get_start_pg()
473 if (scf_error() != SCF_ERROR_NOT_FOUND) { in get_script_pg()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_scfutil.c595 case SCF_ERROR_NOT_FOUND: in smb_smf_delete_property()
692 if (scf_error() != SCF_ERROR_NOT_FOUND) in smb_smf_scf_init()
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c397 if (ret == SCF_ERROR_NOT_FOUND) { in ireport_cb()
454 if (ret == SCF_ERROR_NOT_FOUND) { in list_cb()

123