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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c120 static ctid_t startdct = -1; variable
227 startdct = (ctid_t)uint64;
228 (void) sigsend(P_CTID, startdct, SIGSTOP);
239 if (startdct != -1)
240 (void) sigsend(P_CTID, startdct, SIGCONT);

Completed in 2216 milliseconds