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

/u-boot/scripts/
H A Ddecodecode24 cont=
31 cont=yes
34 [ -n "$cont" ] && {
39 cont=
H A Dkernel-doc2214 my $cont = $1;
2217 if ($cont =~ m/^(\s+)/) {
2223 $cont =~ s/^$leading_space//;
2225 $contents .= $cont . "\n";
H A Dcheckpatch.pl592 (?:[a-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WARN)(?:_ratelimited|_once|)|
/u-boot/tools/
H A Dfit_image.c102 struct content_info *cont; local
117 for (cont = params->content_head; cont; cont = cont->next) {
118 size = imagetool_get_filesize(params, cont->fname);
267 struct content_info *cont; local
302 for (cont = params->content_head; cont; cont
362 struct content_info *cont; local
[all...]
H A Dmkimage.c146 struct content_info *cont; local
148 cont = calloc(1, sizeof(*cont));
149 if (!cont)
151 cont->type = type;
152 cont->fname = fname;
154 params.content_tail->next = cont;
156 params.content_head = cont;
157 params.content_tail = cont;
/u-boot/scripts/kconfig/
H A Dstreamline_config.pl161 my $cont = 0;
179 if ($cont) {
184 $cont = 1;
189 $cont = 0;
/u-boot/fs/ubifs/
H A Dlpt_commit.c46 int i, cont = 0; local
57 cont = 1;
61 if (!cont)

Completed in 130 milliseconds