Searched refs:line (Results 126 - 150 of 791) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/
H A Dxfs_message.c85 int line)
87 xfs_warn(mp, "Assertion failed: %s, file: %s, line: %d",
88 expr, file, line);
97 int line)
99 xfs_emerg(mp, "Assertion failed: %s, file: %s, line: %d",
100 expr, file, line);
81 asswarn( struct xfs_mount *mp, char *expr, char *file, int line) argument
93 assfail( struct xfs_mount *mp, char *expr, char *file, int line) argument
/linux-master/arch/powerpc/include/asm/
H A Dbug.h13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable
17 .short \line, \flags
25 .macro EMIT_BUG_ENTRY addr,file,line,flags
107 .macro EMIT_BUG_ENTRY addr,file,line,flags
/linux-master/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh78 while read line <&3 && read -r pattern <&4; do
80 echo $line
81 echo "$line" | grep -E -q "$pattern"
83 printf "FAIL: expected backtrace entry \"%s\" got \"%s\"\n" "$pattern" "$line"
H A Dtest_data_symbol.sh36 while IFS= read -r line; do
40 if [ "$line" != "buf1+0x0" ] && [ "$line" != "buf1+0x38" ]; then
/linux-master/arch/nios2/mm/
H A Dtlb.c167 void dump_tlb_line(unsigned long line) argument
172 pr_debug("dump tlb-entries for line=%#lx (addr %08lx)\n", line,
173 line << (PAGE_SHIFT + cpuinfo.tlb_num_ways_log2));
178 WRCTL(CTL_PTEADDR, line << 2);
219 unsigned int line; local
226 for (line = 0; line < cpuinfo.tlb_num_lines; line++) {
268 unsigned int line; local
[all...]
/linux-master/include/linux/
H A Dbug.h40 unsigned int *line);
66 unsigned int *line)
69 *line = 0;
65 bug_get_file_line(struct bug_entry *bug, const char **file, unsigned int *line) argument
/linux-master/tools/power/cpupower/utils/
H A Dpowercap-info.c58 char line[MAX_LINE_LEN] = ""; local
61 ret = powercap_get_driver(line, MAX_LINE_LEN);
67 printf("Driver: %s\n", line);
/linux-master/tools/perf/scripts/python/
H A Dnet_dropmonitor.py27 for line in f:
28 loc = int(line.split()[0], 16)
29 name = line.split()[2]
/linux-master/samples/cgroup/
H A Dmemcg_event_listener.c62 static int get_memcg_counter(char *line, const char *name, long *counter) argument
68 if (memcmp(line, name, len)) {
69 warnx("Counter line %s has wrong name, %s is expected",
70 line, name);
78 tmp = strtol(&line[len], &endptr, 10);
81 warnx("Failed to parse: %s", &line[len]);
85 if (endptr == &line[len]) {
86 warnx("Not digits were found in line %s", &line[len]);
106 char *line local
[all...]
/linux-master/scripts/
H A Ddecode_stacktrace.sh182 # Pass it to addr2line to get filename and line number
200 # Strip out the base of the path on each line
201 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
203 # In the case of inlines, move everything to same line
212 # Replace old address with pretty line numbers
304 # Add up the line number to the symbol
308 while read line; do
309 # Strip unexpected carriage return at end of line
310 line
[all...]
/linux-master/fs/gfs2/
H A Dutil.h40 const char *function, char *file, unsigned int line,
62 const char *function, char *file, unsigned int line);
74 const char *function, char *file, unsigned int line);
81 const char *function, char *file, unsigned int line);
88 const char *function, char *file, unsigned int line);
96 char *file, unsigned int line);
114 char *file, unsigned int line);
120 char *file, unsigned int line)
127 file, line);
130 file, line);
116 gfs2_metatype_check_i(struct gfs2_sbd *sdp, struct buffer_head *bh, u16 type, const char *function, char *file, unsigned int line) argument
[all...]
/linux-master/drivers/s390/char/
H A Dcon3270.c76 * 1) describe line orientation & lines list concept against screen
78 * 3) describe line format.
93 unsigned int oops_line; /* line counter used when print oops */
130 #define TTY_UPDATE_INPUT 0x1 /* Update input line. */
131 #define TTY_UPDATE_STATUS 0x2 /* Update status line. */
186 static int tty3270_line_increment(struct tty3270 *tp, unsigned int line, unsigned int incr) argument
188 return (line + incr) & (tp->allocated_lines - 1);
214 * The input line are the two last lines of the screen.
235 /* Clear to end of input line. */
249 * The status line i
287 struct tty3270_line *line; local
314 tty3270_required_length(struct tty3270 *tp, struct tty3270_line *line) argument
353 tty3270_add_reset_attributes(struct tty3270 *tp, struct tty3270_line *line, char *cp, struct tty3270_attribute *attr, int lineno) argument
397 tty3270_add_attributes(struct tty3270 *tp, struct tty3270_line *line, struct tty3270_attribute *attr, char *cp, int lineno) argument
455 tty3270_convert_line(struct tty3270 *tp, struct tty3270_line *line, int lineno) argument
474 struct tty3270_line *line; local
495 struct tty3270_line *line; local
1260 struct tty3270_line *line; local
1292 struct tty3270_line *line; local
1326 struct tty3270_line *line; local
1351 struct tty3270_line *line; local
1371 struct tty3270_line *line; local
1391 struct tty3270_line *line; local
1432 struct tty3270_line *line; local
1528 struct tty3270_line *line; local
[all...]
/linux-master/scripts/kconfig/
H A Dconf.c47 static char line[PATH_MAX]; variable
322 line[0] = '\n';
323 line[1] = 0;
327 line[0] = '\n';
328 line[1] = 0;
342 xfgets(line, sizeof(line), stdin);
362 switch (line[0]) {
367 if (line[1] == '\n') {
374 line[strle
[all...]
H A Dstreamline_config.pl21 # 1. Boot up the kernel that you want to stream line the config on.
161 my $line;
179 $_ = $line . " " . $_;
184 $line = $_;
274 my ($line, %vars) = @_;
278 while ($line =~ s/^(.*?)(\$\((.*?)\))//) {
290 $process .= $line;
298 my $line = "";
303 # if this line ends with a backslash, continue
306 $line
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.c156 * @irq: Interrupt line
224 * @irq: Interrupt line
361 struct ispif_line *line = v4l2_get_subdevdata(sd); local
362 struct ispif_device *ispif = line->ispif;
385 ret = ispif_reset(ispif, line->vfe_id);
392 ispif->intf_cmd[line->vfe_id].cmd_0 = CMD_ALL_NO_CHANGE;
393 ispif->intf_cmd[line->vfe_id].cmd_1 = CMD_ALL_NO_CHANGE;
804 struct ispif_line *line = v4l2_get_subdevdata(sd); local
805 struct ispif_device *ispif = line->ispif;
807 enum ispif_intf intf = line
876 __ispif_get_format(struct ispif_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
895 ispif_try_format(struct ispif_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) argument
946 struct ispif_line *line = v4l2_get_subdevdata(sd); local
979 struct ispif_line *line = v4l2_get_subdevdata(sd); local
1017 struct ispif_line *line = v4l2_get_subdevdata(sd); local
1041 struct ispif_line *line = v4l2_get_subdevdata(sd); local
1262 struct vfe_line *line; local
1281 struct vfe_line *line; local
1308 struct ispif_line *line; local
1316 struct ispif_line *line; local
[all...]
H A Dcamss-vfe-17x.c223 static void vfe_wm_start(struct vfe_device *vfe, u8 wm, struct vfe_line *line) argument
273 struct vfe_line *line)
276 &line->video_out.active_fmt.fmt.pix_mp;
339 * @irq: Interrupt line
402 static int vfe_get_output(struct vfe_line *line) argument
404 struct vfe_device *vfe = to_vfe(line);
411 output = &line->output;
419 wm_idx = vfe_reserve_wm(vfe, line->id);
441 static int vfe_enable_output(struct vfe_line *line) argument
443 struct vfe_device *vfe = to_vfe(line);
272 vfe_wm_update(struct vfe_device *vfe, u8 wm, u32 addr, struct vfe_line *line) argument
503 vfe_enable(struct vfe_line *line) argument
582 struct vfe_line *line = &vfe->line[vfe->wm_output_map[wm]]; local
643 struct vfe_line *line = container_of(vid, struct vfe_line, video_out); local
[all...]
H A Dcamss-vfe-gen1.h34 void (*set_camif_cfg)(struct vfe_device *vfe, struct vfe_line *line);
38 void (*set_crop_cfg)(struct vfe_device *vfe, struct vfe_line *line);
39 void (*set_demux_cfg)(struct vfe_device *vfe, struct vfe_line *line);
42 void (*set_scale_cfg)(struct vfe_device *vfe, struct vfe_line *line);
44 void (*set_realign_cfg)(struct vfe_device *vfe, struct vfe_line *line, u8 enable);
82 * vfe_gen1_disable - Disable streaming on VFE line
83 * @line: VFE line
87 int vfe_gen1_disable(struct vfe_line *line);
91 * @line
[all...]
/linux-master/certs/
H A Dextract-cert.c47 int e, line; local
53 while ((e = ERR_get_error_line(&file, &line))) {
55 fprintf(stderr, "- SSL %s: %s:%d\n", buf, file, line);
62 int line; local
66 while (ERR_get_error_line(&file, &line)) {}
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_open_test.c93 char *line = NULL; local
101 while (getline(&line, &n, f) != -1) {
104 if (strncmp(line, key, keylen))
107 numstr = trim_whitespace_in_place(line + 4);
116 free(line);
/linux-master/drivers/tty/serial/
H A Dsb1250-duart.c48 #define SBD_CHANREGS(line) A_BCM1480_DUART_CHANREG((line), 0)
49 #define SBD_CTRLREGS(line) A_BCM1480_DUART_CTRLREG((line), 0)
50 #define SBD_INT(line) (K_BCM1480_INT_UART_0 + (line))
54 #define R_DUART_IMRREG(line) R_BCM1480_DUART_IMRREG(line)
55 #define R_DUART_INCHREG(line) R_BCM1480_DUART_INCHREG(line)
773 int max_lines, line; local
[all...]
/linux-master/scripts/kconfig/lxdialog/
H A Dtextbox.c18 * 'page' will be updated to point to the desired line in 'buf'.
50 * Return current line of text. Called by dialog_textbox() and print_line().
51 * 'page' should point to start of current line before calling, and will be
52 * updated to point to start of next line.
57 static char line[MAX_LEN + 1]; local
65 line[i++] = *(page++);
69 line[i++] = '\0';
74 line[i] = '\0';
78 return line;
82 * Print a new line o
86 char *line; local
[all...]
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-f300.c25 static void f300_set_line(struct cx23885_dev *dev, u32 line, u8 lvl) argument
27 cx23885_gpio_enable(dev, line, 1);
29 cx23885_gpio_set(dev, line);
31 cx23885_gpio_clear(dev, line);
34 static u8 f300_get_line(struct cx23885_dev *dev, u32 line) argument
36 cx23885_gpio_enable(dev, line, 0);
38 return cx23885_gpio_get(dev, line);
/linux-master/tools/power/cpupower/bench/
H A Dparse.c158 char opt[16], val[32], *line = NULL; local
174 while (getline(&line, &len, configfile) != -1) {
175 if (line[0] == '#' || line[0] == ' ' || line[0] == '\n')
178 if (sscanf(line, "%14s = %30s", opt, val) < 2)
222 free(line);
/linux-master/arch/um/drivers/
H A Dpty.c78 static int getmaster(char *line) argument
84 pty = &line[strlen("/dev/ptyp")];
86 line[strlen("/dev/pty")] = *bank;
89 if ((stat(line, &buf) < 0) && (errno == ENOENT))
94 master = open(line, O_RDWR);
96 char *tp = &line[strlen("/dev/")];
100 err = access(line, R_OK | W_OK);
/linux-master/tools/testing/vsock/
H A Dcontrol.c113 /* Write a line to the control socket */
172 /* Return the next line from the control socket (without the trailing newline).
230 /* Wait until a given line is received or a timeout occurs */
233 char *line; local
235 line = control_readln();
237 control_cmpln(line, str, true);
239 free(line);
242 bool control_cmpln(char *line, const char *str, bool fail) argument
244 if (strcmp(str, line) == 0)
249 str, line);
[all...]

Completed in 216 milliseconds

1234567891011>>