Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/lib/
H A Dnfslog_config.c240 char *tag, *defaultdir, *bufferpath, *rpclogpath, *fhpath, *logpath; in getconfiglist() local
295 &rpclogpath, &fhpath, &logpath, &logformat)) in getconfiglist()
304 bufferpath, rpclogpath, fhpath, logpath, in getconfiglist()
314 logpath, logformat, B_TRUE, &error); in getconfiglist()
370 char *logpath, in create_config() argument
384 fhpath, logpath, logformat, complete, B_TRUE); in create_config()
415 char *logpath, in update_config() argument
423 if (complete && !is_complete_config(tag, bufferpath, fhpath, logpath)) { in update_config()
474 &config->nc_logpath, logpath, defaultdir, &updated)) in update_config()
496 bufferpath, rpclogpath, fhpath, logpath, logformat, in update_config()
[all …]
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c514 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()
[all …]