Home
last modified time | relevance | path

Searched defs:child_prog (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c222 struct child_prog { struct
224 pid_t pid; /* 0 if exited */
226 char **argv; /* program name and arguments */
228 int *argv_nonnull;
230 int argc; /* number of program arguments */
255 struct child_prog *progs; /* array of commands in pipe */ argument