Home
last modified time | relevance | path

Searched defs:fmdump_pipeline (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c622 struct fmdump_pipeline { struct
623 pthread_mutex_t pl_lock; /* used only in pipeline startup */
624 int pl_started; /* sync with main thread on startup */
625 pthread_t pl_thr; /* our processing thread */
626 pthread_cond_t pl_cv; /* see above */
627 struct loglink *pl_rotated; /* rotated logs to process first */
628 char *pl_logpath; /* target path to process */
629 char *pl_processing; /* path currently being processed */
630 struct fmdump_srlzer *pl_srlzer; /* link to serializer */
631 int pl_srlzeridx; /* serializer index for this pipeline */
[all …]