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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c4361 * (Re)start svc.startd(1M). old_ctid should be the contract ID of the old
4366 startd_run(const char *cline, int tmpl, ctid_t old_ctid) argument
4389 err = ct_pr_tmpl_set_transfer(tmpl, old_ctid);
4395 err = ct_pr_tmpl_set_transfer(tmpl, old_ctid);
4486 /* Clear the old_ctid reference so the kernel can reclaim it. */
4487 if (old_ctid != 0)

Completed in 117 milliseconds