Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1145 uint32_t npipe; in aggregate() local
1150 npipe = n_ifiles; in aggregate()
1151 pipeline = calloc(npipe, sizeof (struct fmdump_pipeline)); in aggregate()
1165 npipe = 0; in aggregate()
1180 pipeline[npipe].pl_rotated = in aggregate()
1183 pipeline[npipe++].pl_logpath = logpath; in aggregate()
1197 srlzer.ds_pipecnt = npipe; in aggregate()
1198 srlzer.ds_slot = calloc(npipe, sizeof (struct fmdump_srlzer_slot)); in aggregate()
1203 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
1223 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) { in aggregate()
[all …]