Home
last modified time | relevance | path

Searched refs:startd_run (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c601 static int startd_run(const char *, int, ctid_t);
2111 if (startd_run(startd_cline, startd_tmpl, 0) == -1) in boot_init()
4290 (void) startd_run(startd_cline, startd_tmpl, in contract_event()
4329 startd_run(const char *cline, int tmpl, ctid_t old_ctid) in startd_run() function