Searched refs:linenum (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/xfs/ |
H A D | xfs_error.c | 129 int linenum, xfs_error_report() 135 tag, linenum, filename, ra); xfs_error_report() 148 int linenum, xfs_corruption_error() 153 xfs_error_report(tag, level, mp, filename, linenum, ra); xfs_corruption_error() 124 xfs_error_report( const char *tag, int level, struct xfs_mount *mp, const char *filename, int linenum, void *ra) xfs_error_report() argument 142 xfs_corruption_error( const char *tag, int level, struct xfs_mount *mp, void *p, const char *filename, int linenum, void *ra) xfs_corruption_error() argument
|
H A D | xfs_error.h | 24 const char *filename, int linenum, void *ra); 27 int linenum, void *ra);
|
/linux-4.4.14/scripts/ |
H A D | unifdef.c | 184 static int linenum; /* current line number */ variable 534 stifline[depth] = linenum; nest() 564 printf("#line %d%s", linenum, newline); flushline() 593 linenum, linetype_name[lineval], process() 648 linenum++; parseline() 737 debug("parser line %d state %s comment %s line", linenum, parseline() 1219 warnx("%s: %d: %s", filename, linenum, msg); error() 1222 filename, linenum, msg, stifline[depth], depth); error()
|
/linux-4.4.14/tools/perf/util/ |
H A D | probe-finder.c | 803 int count = 0, linenum = 1; find_lazy_match_lines() local 819 intlist__add(list, linenum); find_lazy_match_lines() 822 linenum++; find_lazy_match_lines()
|
Completed in 132 milliseconds