Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1036 uint32_t npipe; in aggregate() local
1041 npipe = n_ifiles; in aggregate()
1042 pipeline = calloc(npipe, sizeof (struct fmdump_pipeline)); in aggregate()
1056 npipe = 0; in aggregate()
1071 pipeline[npipe].pl_rotated = in aggregate()
1074 pipeline[npipe++].pl_logpath = logpath; in aggregate()
1088 srlzer.ds_pipecnt = npipe; in aggregate()
1089 srlzer.ds_slot = calloc(npipe, sizeof (struct fmdump_srlzer_slot)); in aggregate()
1094 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
1114 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
[all …]