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

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

Completed in 68 milliseconds