Home
last modified time | relevance | path

Searched refs:zlog (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/
H A DMakefile.am13 zlog/src/buf.c \
14 zlog/src/buf.h \
19 zlog/src/conf.c \
20 zlog/src/conf.h \
21 zlog/src/event.c \
22 zlog/src/event.h \
30 zlog/src/mdc.c \
31 zlog/src/mdc.h \
55 zlog/src/zlog-chk-conf.c \
56 zlog/src/zlog.c \
[all …]
/dports/www/mod_php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_conf.c1222 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1255 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1580 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1661 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1676 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1687 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1711 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1744 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1748 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1754 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
501 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
510 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
534 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
541 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
546 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
554 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/lang/php80/php-8.0.15/sapi/fpm/fpm/
H A Dfpm_conf.c1222 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1255 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1580 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1661 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1676 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1687 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1711 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1744 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1748 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1754 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
501 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
510 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
534 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
541 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
546 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
554 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/lang/php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_conf.c1172 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1205 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1530 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1611 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1626 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1637 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1657 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1689 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1693 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1699 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
496 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
505 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
529 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
536 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
541 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
549 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/lang/php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_conf.c1172 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1205 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1530 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1611 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1626 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1637 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1657 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1689 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1693 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1699 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
225 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
367 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
488 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
497 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
521 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
528 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
533 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
541 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/www/mod_php74/php-7.4.27/sapi/fpm/fpm/
H A Dfpm_conf.c1172 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1205 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1530 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1611 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1626 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1637 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1657 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1689 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1693 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1699 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
496 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
505 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
529 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
536 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
541 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
549 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
/dports/www/mod_php73/php-7.3.33/sapi/fpm/fpm/
H A Dfpm_conf.c1172 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1205 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1530 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1611 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1626 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1637 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1657 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1689 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1693 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1699 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_premissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_premissions()
225 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_premissions()
367 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
488 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
497 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
521 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
528 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
533 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
541 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
/dports/www/mod_php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_conf.c1230 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1263 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1588 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1669 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1684 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1695 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1719 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1753 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1757 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1763 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_permissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_permissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_permissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
501 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
510 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
534 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
541 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
546 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
554 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/lang/php81/php-8.1.1/sapi/fpm/fpm/
H A Dfpm_conf.c1230 zlog(ZLOG_SYSERROR, "Unable to write to the PID file."); in fpm_conf_write_pid()
1263 zlog(ZLOG_ERROR, "process_max can't be negative"); in fpm_conf_post_process()
1588 zlog(ZLOG_ERROR, "configuration filename is empty"); in fpm_conf_load_ini_file()
1669 zlog(ZLOG_NOTICE, "[global]"); in fpm_conf_dump()
1684 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1695 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
1719 zlog(ZLOG_NOTICE, "\tprocess.priority = undefined"); in fpm_conf_dump()
1753 zlog(ZLOG_NOTICE, "\tenv[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1757 zlog(ZLOG_NOTICE, "\tphp_value[%s] = %s", kv->key, kv->value); in fpm_conf_dump()
1763 zlog(ZLOG_NOTICE, " "); in fpm_conf_dump()
[all …]
H A Dfpm_unix.c84 zlog(ZLOG_SYSERROR, "[pool %s] cannot allocate ACL", wp->config->name); in fpm_unix_resolve_socket_permissions()
100 zlog(ZLOG_SYSERROR, "[pool %s] cannot get uid for user '%s'", wp->config->name, p); in fpm_unix_resolve_socket_permissions()
233 zlog(ZLOG_DEBUG, "[pool %s] ACL of the socket '%s' is set", wp->config->name, path); in fpm_unix_set_socket_permissions()
375 zlog(ZLOG_WARNING, "[pool %s] failed to chdir(/)", wp->config->name); in fpm_unix_init_child()
501 zlog(ZLOG_SYSERROR, "failed to create pipe"); in fpm_unix_init_main()
510 zlog(ZLOG_SYSERROR, "failed to daemonize"); in fpm_unix_init_main()
534 zlog(ZLOG_SYSERROR, "failed to select"); in fpm_unix_init_main()
541 zlog(ZLOG_SYSERROR, "failed to read from pipe"); in fpm_unix_init_main()
546 zlog(ZLOG_ERROR, "no data have been read from pipe"); in fpm_unix_init_main()
554 zlog(ZLOG_DEBUG, "The master process returned an error !"); in fpm_unix_init_main()
[all …]
H A Dfpm_events.c82 zlog(ZLOG_DEBUG, "received SIGCHLD"); in fpm_got_signal()
91 zlog(ZLOG_DEBUG, "received SIGINT"); in fpm_got_signal()
92 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
96 zlog(ZLOG_DEBUG, "received SIGTERM"); in fpm_got_signal()
97 zlog(ZLOG_NOTICE, "Terminating ..."); in fpm_got_signal()
101 zlog(ZLOG_DEBUG, "received SIGQUIT"); in fpm_got_signal()
102 zlog(ZLOG_NOTICE, "Finishing ..."); in fpm_got_signal()
106 zlog(ZLOG_DEBUG, "received SIGUSR1"); in fpm_got_signal()
108 zlog(ZLOG_NOTICE, "error log file re-opened"); in fpm_got_signal()
123 zlog(ZLOG_DEBUG, "received SIGUSR2"); in fpm_got_signal()
[all …]
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dipforward_sysctl.c64 zlog (NULL, LOG_ERR, "Can't raise privileges"); in ipforward_on()
68 zlog (NULL, LOG_ERR, "Can't lower privileges"); in ipforward_on()
73 zlog (NULL, LOG_ERR, "Can't lower privileges"); in ipforward_on()
85 zlog (NULL, LOG_ERR, "Can't raise privileges"); in ipforward_off()
94 zlog (NULL, LOG_ERR, "Can't lower privileges"); in ipforward_off()
122 zlog (NULL, LOG_ERR, "Can't raise privileges"); in ipforward_ipv6()
131 zlog (NULL, LOG_ERR, "Can't lower privileges"); in ipforward_ipv6()
143 zlog (NULL, LOG_ERR, "Can't raise privileges"); in ipforward_ipv6_on()
152 zlog (NULL, LOG_ERR, "Can't lower privileges"); in ipforward_ipv6_on()
164 zlog (NULL, LOG_ERR, "Can't raise privileges"); in ipforward_ipv6_off()
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Dlog.h75 struct zlog struct
99 extern struct zlog *zlog_default; argument
106 extern void closezlog (struct zlog *zl);
116 extern void zlog (struct zlog *zl, int priority, const char *format, ...)
127 extern void plog_err (struct zlog *, const char *format, ...)
129 extern void plog_warn (struct zlog *, const char *format, ...)
131 extern void plog_info (struct zlog *, const char *format, ...)
133 extern void plog_notice (struct zlog *, const char *format, ...)
135 extern void plog_debug (struct zlog *, const char *format, ...)
149 extern int zlog_reset_file (struct zlog *zl);
[all …]

12345678910>>...23