Home
last modified time | relevance | path

Searched refs:lineno (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/scsi/
H A Dscript_asm.pl193 $lineno = 0; # Line number we are parsing
257 $forward{$symbol} = "line $lineno : $_";
285 die "$0 : syntax error in line $lineno : $_
303 die "$0 : syntax error in line $lineno : $_
325 die "$0 : syntax error in line $lineno : $_
330 die "$0 : syntax error in line $lineno : $_
346 die "$0 : syntax error in line $lineno : $_
357 die "$0 : syntax error in line $lineno : $_
361 die "$0 : syntax error in line $lineno : $_
366 die "$0 : syntax error in line $lineno : $_
[all …]
/linux/usr/include/
H A Dheaders_check.pl29 my $lineno = 0;
37 $lineno = 0;
39 $lineno++;
57 printf STDERR "$filename:$lineno: included file '$inc' is not exported\n";
74 printf STDERR "$filename:$lineno: " .
83 printf STDERR "$filename:$lineno: leaks CONFIG_$1 to userspace where it is not valid\n";
93 if ($lineno == 1) {
100 printf STDERR "$filename:$lineno: " .
146 if ($lineno == 1) {
159 printf STDERR "$filename:$lineno: " .
/linux/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c38 unsigned int lineno) in print_parse_error() argument
41 err_msg, lineno, line); in print_parse_error()
59 unsigned int lineno = 0, idx = 0; in parse() local
66 lineno++; in parse()
72 print_parse_error("line too long", line, lineno); in parse()
85 line, lineno); in parse()
94 print_parse_error("invalid empty rule\n", line, lineno); in parse()
112 lineno++; in parse()
/linux/drivers/base/power/
H A Dtrace.c169 unsigned short lineno = *(unsigned short *)tracedata; in generate_pm_trace() local
177 file_hash_value = hash_string(lineno, file, FILEHASH); in generate_pm_trace()
191 unsigned short lineno = *(unsigned short *)tracedata; in show_file_hash() local
193 unsigned int hash = hash_string(lineno, file, FILEHASH); in show_file_hash()
196 pr_info(" hash matches %s:%u\n", file, lineno); in show_file_hash()
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig25 # 'lineno' to the line number.
27 $(warning,lineno=$(lineno))
H A Dexpected_stderr5 Kconfig:27: lineno=27
/linux/scripts/
H A Dcleanfile137 $lineno = 0;
140 $lineno++;
160 "$f:$lineno: line exceeds $max_width characters ($l_width)\n";
H A Dcleanpatch133 $lineno = 0;
141 $lineno++;
170 "$f:$lineno: adds line exceeds $max_width ",
/linux/scripts/dtc/
H A Dsrcpos.c187 srcfile->lineno = 1; in srcfile_push()
240 pos->first_line = current_srcfile->lineno; in srcpos_update()
245 current_srcfile->lineno++; in srcpos_update()
251 pos->last_line = current_srcfile->lineno; in srcpos_update()
402 current_srcfile->lineno = l; in srcpos_set_line()
/linux/scripts/kconfig/
H A Dparser.y101 $$->filename, $$->lineno);
151 current_entry->filename, current_entry->lineno);
157 current_entry->filename, current_entry->lineno);
260 current_entry->filename, current_entry->lineno);
500 prop->filename, prop->lineno,
508 prop->filename, prop->lineno,
586 current_menu->filename, current_menu->lineno, in zconf_endtoken()
H A Dmenu.c46 fprintf(stderr, "%s:%d:warning: ", menu->filename, menu->lineno); in menu_warn()
56 fprintf(stderr, "%s:%d:warning: ", prop->filename, prop->lineno); in prop_warn()
77 menu->lineno = cur_lineno; in menu_add_entry()
159 prop->lineno = cur_lineno; in menu_add_prop()
592 menu->filename, menu->lineno); in get_def_str()
H A Dexpr.h197 int lineno; /* what lineno was this property defined */ member
263 int lineno; member
/linux/Documentation/sphinx/
H A DrstFlatTable.py71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
118 line=self.lineno)
211 , line = self.directive.lineno )
/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c98 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark4_uadt() argument
108 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipmark4_uadt()
233 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmark6_uadt() argument
242 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipmark6_uadt()
H A Dip_set_hash_ip.c101 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip4_uadt() argument
111 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ip4_uadt()
235 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ip6_uadt() argument
244 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ip6_uadt()
H A Dip_set_hash_ipmac.c111 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac4_uadt() argument
130 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipmac4_uadt()
227 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipmac6_uadt() argument
249 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipmac6_uadt()
H A Dip_set_hash_net.c137 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net4_uadt() argument
147 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_net4_uadt()
311 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_net6_uadt() argument
319 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_net6_uadt()
H A Dip_set_hash_ipportip.c109 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip4_uadt() argument
120 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipportip4_uadt()
279 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipportip6_uadt() argument
290 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipportip6_uadt()
H A Dip_set_hash_ipport.c113 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport4_uadt() argument
124 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipport4_uadt()
284 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_ipport6_uadt() argument
295 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_ipport6_uadt()
H A Dip_set_hash_mac.c96 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_mac4_uadt() argument
104 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_mac4_uadt()
H A Dip_set_hash_netiface.c199 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface4_uadt() argument
209 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_netiface4_uadt()
418 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netiface6_uadt() argument
426 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_netiface6_uadt()
H A Dip_set_hash_netport.c155 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport4_uadt() argument
167 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_netport4_uadt()
375 enum ipset_adt adt, u32 *lineno, u32 flags, bool retried) in hash_netport6_uadt() argument
387 *lineno = nla_get_u32(tb[IPSET_ATTR_LINENO]); in hash_netport6_uadt()
/linux/tools/perf/util/
H A Dgenelf_debug.c310 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode()
379 last_line = ent->lineno; in emit_lineno_info()
386 if (last_line != ent->lineno) { in emit_lineno_info()
387 emit_advance_lineno(be, ent->lineno - last_line); in emit_lineno_info()
388 last_line = ent->lineno; in emit_lineno_info()
H A Ddwarf-aux.h23 const char **fname, int *lineno);
108 typedef int (* line_walk_callback_t) (const char *fname, int lineno,
/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l455 int lineno;
506 include->lineno = yylineno;
614 yylineno = include->lineno;

123