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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c187 /* save old readf, writef, and seekf to see if stream need reinit */
240 reg int reinit = 0; local
243 if(!reinit) \
246 reinit = 1; \
253 if(reinit)
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c183 static int32_t reinit; variable
756 reinit++;
979 reinit = 0;
1154 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
1224 if (reinit == 0 && (debugopt & MTDEBUGPATTERN))
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1024 int reinit = 0; local
1036 reinit = 1;
1044 reinit = 1;
1054 reinit = 1;
1069 else if (reinit)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c5305 * allocate and initialize the cache. If reinit is set,
5319 hnc_init(int reinit) argument
5329 if (reinit) {

Completed in 240 milliseconds