Searched defs:nstreams (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c757 initstreams(int corefd, int nstreams, int maxcsize) argument
766 if (nstreams < nthreads)
767 nthreads = nstreams;
776 streams = Zalloc(nstreams * sizeof (stream_t));
777 endstreams = &streams[nstreams];
1201 int nstreams = datahdr.dump_nstreams; local
1227 if (nstreams == 0)
1231 if (tag > nstreams)
1234 tag, nstreams);
1242 initstreams(corefd, nstreams, maxcsiz
[all...]

Completed in 62 milliseconds