Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c423 const char *prop_opt = " -B "; in insert_cmdline() local
427 tail = strstr(head, prop_opt); in insert_cmdline()
430 tail += strlen(prop_opt); in insert_cmdline()
438 asprintf(&cmdline, "%s%s%s", head, prop_opt, prop); in insert_cmdline()