Home
last modified time | relevance | path

Searched refs:clicon_log (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/clixon/clixon-4.8.0/apps/backend/
H A Dbackend_plugin.c87clicon_log(LOG_WARNING, "%s: Internal error: Reset callback in plugin: %s returned -1 but did not … in clixon_plugin_reset_one()
137clicon_log(LOG_WARNING, "%s: Internal error: Daemon callback in plugin: %s returned -1 but did not… in clixon_plugin_daemon_one()
204clicon_log(LOG_WARNING, "%s: Internal error: State callback in plugin: %s returned -1 but did not … in clixon_plugin_statedata_one()
387 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_begin_one()
439 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_validate_one()
490 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_complete_one()
546 clicon_log(LOG_NOTICE, "%s: Plugin '%s' trans_revert callback failed", in plugin_transaction_revert_all()
573 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_commit_one()
632 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_commit_done_one()
683 clicon_log(LOG_NOTICE, "%s: Plugin '%s' callback does not make clicon_err call on error", in plugin_transaction_end_one()
[all …]
H A Dbackend_main.c151 clicon_log(LOG_NOTICE, "%s: %s: pid: %u Signal %d", in backend_sig_term()
699clicon_log(LOG_ERR, "'%s' does not seem to be a valid user group.\n" /* \n required here due to mu… in main()
805clicon_log(LOG_ERR, "Startup mode undefined. Specify option CLICON_STARTUP_MODE or specify -s opti… in main()
811clicon_log(LOG_ERR, "Startup mode selected but Netconf :startup feature is not enabled. Enable wit… in main()
886 clicon_log(LOG_NOTICE, "%s: %u %s", __PROGRAM__, getpid(), cbuf_get(cbret)); in main()
902 clicon_log(LOG_NOTICE, "%s: %u %s", __PROGRAM__, getpid(), cbuf_get(cbret)); in main()
931 clicon_log(LOG_NOTICE, "%s: %u Started", __PROGRAM__, getpid()); in main()
965 clicon_log(LOG_NOTICE, "%s: %u Terminated retval:%d", __PROGRAM__, getpid(), retval); in main()
H A Dclixon_backend_transaction.c249 clicon_log(level, "%s %" PRIu64 " %s del: %s", in transaction_log()
257 clicon_log(level, "%s %" PRIu64 " %s add: %s", __FUNCTION__, td->td_id, op, cbuf_get(cb)); in transaction_log()
268 clicon_log(level, "%s %" PRIu64 " %s change: %s", __FUNCTION__, td->td_id, op, cbuf_get(cb)); in transaction_log()
H A Dbackend_client.c116 clicon_log(LOG_WARNING, "client %d reset", ce->ce_nr); in ce_event_cb()
1431 clicon_log(LOG_NOTICE, "%s debug:%d", __FUNCTION__, clicon_debug_get()); in from_client_debug()
1717 clicon_log(LOG_NOTICE, "%s Error in rpc_callback_call:%s", __FUNCTION__, xml_name(xe)); in from_client_msg()
1750 clicon_log(LOG_WARNING, "client rpc reset"); in from_client_msg()
1773 clicon_log(LOG_NOTICE, "%s: Internal error: No clicon_err call on RPC error (message: %s)", in from_client_msg()
H A Dbackend_startup.c319 clicon_log(LOG_NOTICE, "Startup failed, Failsafe database loaded "); in startup_failsafe()
H A Dbackend_socket.c154 clicon_log(LOG_WARNING, "%s: No such group: %s", __FUNCTION__, config_group); in config_socket_init_unix()
/dports/devel/clixon/clixon-4.8.0/lib/clixon/
H A Dclixon_log.h58 int clicon_log(int level, const char *format, ...) __attribute__ ((format (printf, 2, 3)));
61 int clicon_log(int level, const char *format, ...);
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_plugin.c225clicon_log(LOG_DEBUG, "Warning: failed to initiate %s", strrchr(file,'/')?strchr(file, '/'):file); in plugin_load_one()
371clicon_log(LOG_WARNING, "%s: Internal error: Start callback in plugin: %s returned -1 but did not … in clixon_plugin_start_one()
419clicon_log(LOG_WARNING, "%s: Internal error: Exit callback in plugin: %s returned -1 but did not m… in clixon_plugin_exit_one()
479clicon_log(LOG_WARNING, "%s: Internal error: Auth callback in plugin: %s returned -1 but did not m… in clixon_plugin_auth_one()
549clicon_log(LOG_WARNING, "%s: Internal error: Extension callback in plugin: %s returned -1 but did … in clixon_plugin_extension_one()
613clicon_log(LOG_WARNING, "%s: Internal error: Datastore upgrade callback in plugin: %s returned -1 … in clixon_plugin_datastore_upgrade_one()
H A Dclixon_err.c187 clicon_log(LOG_ERR, "%s: %d: %s: %s: %s", in clicon_err_fn()
195 clicon_log(LOG_ERR, "%s: %d: %s: %s", in clicon_err_fn()
H A Dclixon_yang_parse_lib.c247 clicon_log(LOG_WARNING, "Warning: Augment failed in module %s: target node %s not found", in yang_augment_node()
259 clicon_log(LOG_WARNING, "Warning: Augment failed in module %s: target node %s has wrong type %s", in yang_augment_node()
287clicon_log(LOG_WARNING, "Warning: A Augment failed in module %s: node %s %d cannot be added to tar… in yang_augment_node()
305clicon_log(LOG_WARNING, "Warning: B Augment failed in module %s: node %s %d cannot be added to tar… in yang_augment_node()
326clicon_log(LOG_WARNING, "Warning: C Augment failed in module %s: node %s %d cannot be added to tar… in yang_augment_node()
507 clicon_log(LOG_NOTICE, "%s: Yang error : grouping \"%s\" not found in module \"%s\"", in yang_expand_grouping()
678 clicon_log(LOG_NOTICE, "Yang error: %s on line %d", name, yy.yy_linenum); in yang_parse_str()
1135clicon_log(LOG_ERR, "Error: LIST \"%s\" in module \"%s\" lacks key statement which MUST be present… in ys_list_check()
1143clicon_log(LOG_WARNING, "Warning: LIST \"%s\" in module \"%s\" lacks key statement which MUST be p… in ys_list_check()
H A Dclixon_datastore_write.c613 clicon_log(LOG_WARNING, in text_modify()
833 clicon_log(LOG_WARNING, in text_modify_top()
952 clicon_log(LOG_NOTICE, "%s: verify failed #1", __FUNCTION__); in xmldb_put()
990 clicon_log(LOG_NOTICE, "%s: verify failed #3", __FUNCTION__); in xmldb_put()
H A Dclixon_sig.c161 clicon_log(LOG_NOTICE, "Killing old daemon with pid: %d", pid); in pidfile_zapold()
H A Dclixon_xml_bind.c176 clicon_log(LOG_WARNING, in populate_self_parent()
284 clicon_log(LOG_WARNING, in populate_self_top()
H A Dclixon_log.c260 clicon_log(int level, in clicon_log() function
H A Dclixon_netconf_lib.c1617 clicon_log(LOG_ERR, "%s: %d: %s", fn, line, cbuf_get(cb)); in clixon_netconf_error_fn()
1619 clicon_log(LOG_ERR, "%s", cbuf_get(cb)); in clixon_netconf_error_fn()
/dports/devel/clixon/clixon-4.8.0/apps/cli/
H A Dcli_main.c105 clicon_log(LOG_DEBUG, "Warning: Could not open CLI history file for reading: %s: %s", in cli_history_load()
141 clicon_log(LOG_DEBUG, "Warning: Could not open CLI history file for writing: %s: %s", in cli_history_save()
193 clicon_log(LOG_NOTICE, "%s: %u Terminated (killed by sig %d)", in cli_sig_term()
700clicon_log(LOG_WARNING, "No such cli mode: %s (Specify cli mode with CLICON_CLI_MODE in config fil… in main()
755 clicon_log(LOG_NOTICE, "%s: %u Terminated", __PROGRAM__, getpid()); in main()
/dports/devel/clixon/clixon-4.8.0/apps/restconf/
H A Drestconf_main_fcgi.c139 clicon_log(LOG_NOTICE, "%s: %s: pid: %u Signal %d", in restconf_sig_term()
263 clicon_log(LOG_NOTICE, "%s: %u Started", __PROGRAM__, getpid()); in main()
443 clicon_log(LOG_ERR, "'%s' does not seem to be a valid user group.", WWWUSER); in main()
H A Drestconf_main_evhtp.c127 clicon_log(LOG_NOTICE, "%s: %s: pid: %u Signal %d", in restconf_sig_term()
691 clicon_log(LOG_NOTICE, "%s: %u Started", __PROGRAM__, getpid()); in main()
H A Drestconf_lib.c459clicon_log(LOG_ERR, "'%s' does not seem to be a valid user group.\n" /* \n required here due to mu… in restconf_drop_privileges()
/dports/devel/clixon/clixon-4.8.0/apps/netconf/
H A Dnetconf_main.c358 clicon_log(LOG_ERR, "%s: read: %s", __FUNCTION__, strerror(errno)); in netconf_input_cb()
414 clicon_log(LOG_ERR, "%s: cbuf_new", __FUNCTION__); in send_hello()
738 clicon_log(LOG_NOTICE, "%s: %u Terminated", __PROGRAM__, getpid()); in main()
H A Dnetconf_lib.c212 clicon_log(LOG_ERR, "%s: write: %s", __FUNCTION__, strerror(errno)); in netconf_output()
/dports/devel/clixon/clixon-4.8.0/example/main/
H A Dexample_backend_nacm.c248clicon_log(LOG_DEBUG, "%s CLICON_NACM_MODE not enabled: example nacm module disabled", __FUNCTION_… in clixon_plugin_init()
/dports/devel/clixon/clixon-4.8.0/util/
H A Dclixon_util_path.c242 clicon_log(LOG_NOTICE, "%s: sort verify failed", __FUNCTION__); in main()
H A Dclixon_util_xml.c86 clicon_log(LOG_NOTICE, "%s: sort verify failed", __FUNCTION__); in validate_tree()
H A Dclixon_util_xpath.c329 clicon_log(LOG_NOTICE, "%s: sort verify failed", __FUNCTION__); in main()

12