Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c549 static char *smf_options = NULL; /* Options to give to startd. */ variable
643 smf_options = optarg; in main()
644 smf_debug = (strstr(smf_options, "debug") != NULL); in main()
4413 if (smf_options != NULL) { in startd_run()
4417 strlen(smf_options) + 1); in startd_run()
4422 "SMF_OPTIONS=%s", smf_options); in startd_run()