Home
last modified time | relevance | path

Searched refs:logpath (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c316 logpath, logformat, B_TRUE, &error); in getconfiglist()
375 char *logpath, in create_config() argument
420 char *logpath, in update_config() argument
760 char **logpath, in complete_with_global() argument
771 if (*logpath == NULL) in complete_with_global()
772 *logpath = global_raw->nc_logpath; in complete_with_global()
791 char **logpath, in get_info() argument
807 *fhpath = *logpath = NULL; in get_info()
820 *logpath = tok + strlen("log="); in get_info()
868 char *logpath) in is_complete_config() argument
[all …]
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c623 get_rotated_logs(char *logpath) in get_rotated_logs() argument
631 (void) strlcpy(dirname, logpath, sizeof (dirname)); in get_rotated_logs()
1070 pl->pl_processing = logpath; in pipeline_process()
1074 logpath, fmd_log_errmsg(NULL, err)); in pipeline_process()
1091 log.log_label, logpath); in pipeline_process()
1101 logpath, fmd_log_errmsg(lp, fmd_log_errno(lp))); in pipeline_process()
1168 char *logpath; in aggregate() local
1173 if ((logpath = malloc(PATH_MAX)) == NULL) in aggregate()
1176 (void) snprintf(logpath, PATH_MAX, in aggregate()
1181 get_rotated_logs(logpath); in aggregate()
[all …]