Home
last modified time | relevance | path

Searched refs:XLOG_STATS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/amd/libamu/
HDxutil.c71 int xlog_level = XLOG_ALL & ~XLOG_MAP & ~XLOG_STATS;
128 {"stats", XLOG_STATS}, /* Additional statistical information */
371 case XLOG_STATS: in show_time_host_and_name()
479 case XLOG_STATS: in real_plog()
/NextBSD/contrib/amd/include/
HDam_utils.h111 #define XLOG_STATS 0x0080 macro
113 #define XLOG_ALL (XLOG_FATAL|XLOG_ERROR|XLOG_USER|XLOG_WARNING|XLOG_INFO|XLOG_MAP|XLOG_STATS)
/NextBSD/contrib/amd/amd/
HDmap.c856 plog(XLOG_STATS, "\"%s\" on %s still active", mp->am_path, mf->mf_mount); in free_map_if_success()
914 …plog(XLOG_STATS, "file server %s is down - timeout of \"%s\" ignored", mf->mf_server->fs_host, mp-… in unmount_mp()