Lines Matching refs:logpath
514 get_rotated_logs(char *logpath) in get_rotated_logs() argument
522 (void) strlcpy(dirname, logpath, sizeof (dirname)); in get_rotated_logs()
954 pipeline_process(struct fmdump_pipeline *pl, char *logpath, boolean_t follow) in pipeline_process() argument
961 pl->pl_processing = logpath; in pipeline_process()
963 if ((lp = fmd_log_open(FMD_LOG_VERSION, logpath, &err)) == NULL) { in pipeline_process()
965 logpath, fmd_log_errmsg(NULL, err)); in pipeline_process()
982 log.log_label, logpath); in pipeline_process()
992 logpath, fmd_log_errmsg(lp, fmd_log_errno(lp))); in pipeline_process()
1059 char *logpath; in aggregate() local
1064 if ((logpath = malloc(PATH_MAX)) == NULL) in aggregate()
1067 (void) snprintf(logpath, PATH_MAX, in aggregate()
1072 get_rotated_logs(logpath); in aggregate()
1074 pipeline[npipe++].pl_logpath = logpath; in aggregate()