Lines Matching refs:npipe
1036 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()
1121 for (i = 0, pl = &pipeline[0]; i < npipe; i++, pl++) in aggregate()
1125 for (i = 0; i < npipe; i++) in aggregate()