Home
last modified time | relevance | path

Searched refs:logger (Results 1 – 25 of 66) sorted by relevance

123

/dragonfly/contrib/cryptsetup/lib/
H A Dinternal.h110 void logger(struct crypt_device *cd, int class, const char *file, int line, const char *format, ...…
111 #define log_dbg(x...) logger(NULL, CRYPT_LOG_DEBUG, __FILE__, __LINE__, x)
112 #define log_std(c, x...) logger(c, CRYPT_LOG_NORMAL, __FILE__, __LINE__, x)
113 #define log_verbose(c, x...) logger(c, CRYPT_LOG_VERBOSE, __FILE__, __LINE__, x)
115 logger(c, CRYPT_LOG_ERROR, __FILE__, __LINE__, x); \
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc_debug.c40 #define DC_LOGGER_INIT(logger) argument
64 DC_LOGGER_INIT(dc->ctx->logger); in pre_surface_trace()
184 DC_LOGGER_INIT(dc->ctx->logger); in update_surface_trace()
302 DC_LOGGER_INIT(dc->ctx->logger); in post_surface_trace()
317 DC_LOGGER_INIT(dc->ctx->logger); in context_timing_trace()
352 DC_LOGGER_INIT(dc->ctx->logger); in context_clock_trace()
H A Ddc_link.c50 #define DC_LOGGER_INIT(logger) argument
614 DC_LOGGER_INIT(link->ctx->logger); in dc_link_detect()
1061 DC_LOGGER_INIT(dc_ctx->logger); in construct()
1278 DC_LOGGER_INIT(link->ctx->logger); in dpcd_configure_panel_mode()
2081 DC_LOGGER_INIT(link->ctx->logger); in dc_link_set_backlight_level()
2278 DC_LOGGER_INIT(link->ctx->logger); in allocate_mst_payload()
2357 DC_LOGGER_INIT(link->ctx->logger); in deallocate_mst_payload()
2431 DC_LOGGER_INIT(pipe_ctx->stream->ctx->logger); in core_link_enable_stream()
/dragonfly/usr.sbin/autofs/autofs/
H A Dspecial_media51 /usr/bin/logger -p info -t "special_media[$$]" \
60 /usr/bin/logger -p info -t "special_media[$$]" \
/dragonfly/etc/
H A Drpc47 logger 100102 na.logger # SunNet Manager
H A Drc.suspend55 logger -t $subsystem suspend at `date +'%Y%m%d %H:%M:%S'`
H A Drc.resume59 logger -t $subsystem resumed at `date +'%Y%m%d %H:%M:%S'`
H A Drc.shutdown72 logger -t rc.shutdown "$_msg"
H A Drc.subr1353 if [ -x /usr/bin/logger ]; then
1354 logger "$0: ERROR: $*"
1366 if [ -x /usr/bin/logger ]; then
1367 logger "$0: WARNING: $*"
1380 if [ -x /usr/bin/logger ]; then
1381 logger "$0: INFO: $*"
1398 if [ -x /usr/bin/logger ]; then
1399 logger "$0: INFO: $*"
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Deapol_test.py16 logger = logging.getLogger() variable
63 logger.debug(self.ifname + ": " + ev)
/dragonfly/sys/dev/drm/amd/display/modules/stats/
H A Dstats.c202 struct dal_logger *logger = NULL; in mod_stats_dump() local
216 logger = dc->ctx->logger; in mod_stats_dump()
/dragonfly/contrib/dhcpcd/hooks/
H A Ddhcpcd-run-hooks181 if command -v logger >/dev/null 2>&1; then
182 logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
/dragonfly/usr.bin/logger/
H A DMakefile5 PROG= logger
/dragonfly/sys/dev/drm/amd/display/dc/dml/
H A Ddml_logger.h31 mode_lib->logger
H A Ddisplay_mode_lib.h41 struct dal_logger *logger; member
/dragonfly/etc/rc.d/
H A Dpwcheck22 logger -s -p auth.err \
/dragonfly/test/stress/stress2/misc/
H A Dall.sh132 logger "Starting test all: $i"
/dragonfly/test/stress/stress2/
H A Drun.sh54 logger "Starting test $i"
/dragonfly/games/sail/
H A Dpl_1.c106 logger(ms); in leave()
H A Dmisc.c196 logger(struct ship *s) in logger() function
/dragonfly/libexec/bootpd/
H A DInstallation28 Test the change with: logger -t test -p local2.info "message"
/dragonfly/sys/dev/drm/amd/display/dc/irq/
H A Dirq_service.c51 irq_service->ctx->logger
/dragonfly/contrib/wpa_supplicant/src/eapol_auth/
H A Deapol_auth_sm.h77 void (*logger)(void *ctx, const u8 *addr, eapol_logger_level level, member
H A Deapol_auth_sm.c53 if (eapol->cb.logger == NULL) in eapol_auth_logger()
55 eapol->cb.logger(eapol->conf.ctx, addr, level, txt); in eapol_auth_logger()
67 if (eapol->cb.logger == NULL) in eapol_auth_vlogger()
1305 eapol->cb.logger = cb->logger; in eapol_auth_init()
/dragonfly/usr.bin/
H A DMakefile112 logger \

123