Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c152 char *cmd_line; in itm_compile() local
194 cmd_line = cmd_opt.preprocess; in itm_compile()
201 p = strchr(cmd_line, ' '); in itm_compile()
203 length = strlen(cmd_line); in itm_compile()
205 length = (p - cmd_line); in itm_compile()
208 (void) memcpy(command, cmd_line, length); in itm_compile()
/titanic_44/usr/src/uts/common/xen/public/
H A Dxen.h573 int8_t cmd_line[MAX_GUEST_CMDLINE]; member
/titanic_44/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1841 line = (char *)xen_info->cmd_line; in dboot_loader_cmdline()