Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/common/
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