Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/buildman/
H A Dkconfiglib.py444 def warn_override(filename, linenr, name, old_user_val, new_user_val): argument
823 def parse_val_and_cond(tokens, line, filename, linenr): argument
1114 def _parse_expr(self, feed, cur_item, line, filename=None, linenr=None, argument
1216 def _tokenize(self, s, for_eval, filename=None, linenr=None): argument
1799 def _warn(self, msg, filename=None, linenr=None): argument
3435 def _build_msg(msg, filename, linenr): argument
3440 def _stderr_msg(msg, filename, linenr): argument
3443 def _tokenization_error(s, filename, linenr): argument
3448 def _parse_error(s, msg, filename, linenr): argument
/openbmc/u-boot/tools/
H A Dublimage.c47 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value()
H A Daisimage.c81 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value()
H A Dimx8mimage.c33 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value()
H A Dimximage.c96 static uint32_t get_cfg_value(char *token, char *name, int linenr) in get_cfg_value()