Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c202 struct redir_struct *pending_redirect;
212 struct redir_struct { struct
216 struct redir_struct *next; /* pointer to the next redirect in the list */ argument
234 struct redir_struct *redirects; /* I/O redirections */ argument
1209 struct redir_struct *redir;
1941 struct redir_struct *r, *rnext;
2300 struct redir_struct *redir = child->redirects;
2301 struct redir_struct *last_redir=NULL;
2308 redir = xmalloc(sizeof(struct redir_struct));