Lines Matching refs:output
45 bootbanner_expand_template(const char *input, ilstr_t *output) in bootbanner_expand_template() argument
78 ilstr_append_char(output, c); in bootbanner_expand_template()
85 ilstr_append_char(output, c); in bootbanner_expand_template()
87 ilstr_append_str(output, utsname.sysname); in bootbanner_expand_template()
89 ilstr_append_str(output, "illumos"); in bootbanner_expand_template()
91 ilstr_append_str(output, utsname.release); in bootbanner_expand_template()
93 ilstr_append_str(output, utsname.version); in bootbanner_expand_template()
96 ilstr_aprintf(output, "%u", in bootbanner_expand_template()
111 ilstr_append_str(output, bits); in bootbanner_expand_template()
117 ilstr_append_str(output, "!^"); in bootbanner_expand_template()
118 ilstr_append_char(output, c); in bootbanner_expand_template()
119 ilstr_append_str(output, " UNKNOWN!"); in bootbanner_expand_template()