Lines Matching refs:lineno
74 char *name, int lineno, int fld, int dcd_len) in parse_cfg_cmd() argument
84 "(%s)\n", name, lineno, token); in parse_cfg_cmd()
92 ublhdr->entry = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
95 ublhdr->pages = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
98 ublhdr->block = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
101 ublhdr->page = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
104 ublhdr->pll_m = get_cfg_value(token, name, lineno); in parse_cfg_cmd()
110 char *token, char *name, int lineno, int fld, int *dcd_len) in parse_cfg_fld() argument
119 "(%s)\n", name, lineno, token); in parse_cfg_fld()
124 parse_cfg_cmd(ublhdr, *cmd, token, name, lineno, fld, *dcd_len); in parse_cfg_fld()
135 int lineno = 0; in parse_cfg_file() local
161 lineno++; in parse_cfg_file()
179 lineno, fld, &dcd_len); in parse_cfg_file()