Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/init/
H A Dinit.c388 struct CMD_LINE { struct
567 static int getcmd(struct CMD_LINE *, char *);
585 static void spawn(struct PROC_TABLE *, struct CMD_LINE *);
595 static struct PROC_TABLE *findpslot(struct CMD_LINE *);
1011 struct CMD_LINE cmd; in remv()
1230 struct CMD_LINE cmd; in spawn_processes()
1337 spawn(struct PROC_TABLE *process, struct CMD_LINE *cmd) in spawn()
1476 findpslot(struct CMD_LINE *cmd) in findpslot()
1528 getcmd(struct CMD_LINE *cmd, char *shcmd) in getcmd()
1600 bzero(cmd, sizeof (struct CMD_LINE)); in getcmd()
[all …]