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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c390 char *c_command; /* Pointer to init command */ member in struct:CMD_LINE
1374 &cmd->c_id[0], &cmd->c_command[EXEC]);
1422 prog_name(&cmd->c_command[EXEC]));
1431 (void) execle(SH, "INITSH", "-c", cmd->c_command, (char *)0,
1434 "= %d (exec of shell failed)\n", cmd->c_command, errno);
1776 cmd->c_command = shcmd;
2113 cmd.c_command,
2117 cmd.c_command, errno);

Completed in 66 milliseconds