Searched refs:smf_options (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c545 static char *smf_options = NULL; /* Options to give to startd. */ variable
638 smf_options = optarg;
639 smf_debug = (strstr(smf_options, "debug") != NULL);
4450 if (smf_options != NULL) {
4451 /* Put smf_options in the environment. */
4454 strlen(smf_options) + 1);
4459 "SMF_OPTIONS=%s", smf_options);

Completed in 56 milliseconds