Searched refs:line (Results 401 - 425 of 796) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/bpf/
H A Dcgroup_helpers.c654 char line[1024]; local
667 while (fgets(line, 1024, file)) {
669 for (c = strtok_r(line, ":", &c2); c && i < 2; c = strtok_r(NULL, ":", &c2)) {
/linux-master/tools/testing/selftests/sgx/
H A Dsigstruct.c137 int line; local
145 err = ERR_get_error_line(&filename, &line);
147 fprintf(stderr, "crypto: %s: %s:%d\n", str, filename, line);
/linux-master/drivers/tty/serial/8250/
H A D8250_exar.c204 * CTI Serial port line types. These match the values stored in the first
256 int line[]; member in struct:exar8250
1317 if (port->line == 3) {
1443 struct uart_8250_port *port = serial8250_get_port(priv->line[0]);
1526 priv = devm_kzalloc(&pcidev->dev, struct_size(priv, line, nr_ports), GFP_KERNEL);
1564 priv->line[i] = serial8250_register_8250_port(&uart);
1565 if (priv->line[i] < 0) {
1566 dev_err_probe(&pcidev->dev, priv->line[i],
1583 serial8250_unregister_port(priv->line[i]);
1596 if (priv->line[
[all...]
H A Dserial_cs.c89 int line[4]; member in struct:serial_info
269 serial8250_unregister_port(info->line[i]);
281 serial8250_suspend_port(info->line[i]);
292 serial8250_resume_port(info->line[i]);
350 int line; local
364 line = serial8250_register_8250_port(&uart);
365 if (line < 0) {
371 info->line[info->ndev] = line;
H A D8250_aspeed_vuart.c37 int line; member in struct:aspeed_vuart
51 * (no actual serial line in between). One is on the BMC side (management
490 vuart->line = rc;
491 vuart->port = serial8250_get_port(vuart->line);
555 serial8250_unregister_port(vuart->line);
/linux-master/sound/pci/ac97/
H A Dac97_proc.c366 char line[64]; local
369 while (!snd_info_get_line(buffer, line, sizeof(line))) {
370 if (sscanf(line, "%x %x", &reg, &val) != 2)
/linux-master/fs/ocfs2/cluster/
H A Dmasklog.h150 void __mlog_printk(const u64 *m, const char *func, int line,
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.c146 u32 line; local
152 dprintk("bt878: risc len lines %u, bytes per line %u\n",
154 for (line = 0; line < bt->line_count; line++) {
/linux-master/fs/xfs/
H A Dxfs_error.h45 const char *file, int line, unsigned int error_tag);
55 "Injecting %ums delay at file %s, line %d, on filesystem \"%s\"", \
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c137 u16 line; member in struct:resync_parameters
198 .field = false, .line = 14, .pixel = 12,
202 .field = true, .line = 13, .pixel = 12,
381 SUN4I_TVE_RESYNC_LINE(tv_mode->resync_params->line) |
457 dev_err(dev, "Couldn't get our reset line\n");
463 dev_err(dev, "Couldn't deassert our reset line\n");
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c411 char *line = NULL; local
415 while (getline(&line, &linelen, f) > 0) {
416 if (sscanf(line, "Hugepagesize: %lu kB", &hps) == 1) {
421 free(line);
/linux-master/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c189 if (bt656->line == 0 || firstfield == firstfield_code)
197 "field %c after line %u field change\n",
198 firstfield ? '1' : '2', bt656->line);
205 "field %c line %u %u samples still remaining (of %u)\n",
207 bt656->line, remsamples,
211 bt656->line++;
214 remlines = maxlines - bt656->line;
244 cxusb_vprintk(dvbdev, BT656, "line start @ pos %u\n",
269 "SAV in line samples @ line
[all...]
/linux-master/tools/perf/
H A Dbuiltin-ftrace.c166 char *line = NULL; local
184 while (getline(&line, &len, fp) != -1) {
185 cb(line, cb_arg);
188 if (line)
189 free(line);
696 /* handle data line by line */
699 /* move it to the line buffer */
745 /* empty the line buffer for the next output */
882 char line[25 local
[all...]
/linux-master/sound/core/
H A Dpcm_memory.c186 char line[64], str[64]; local
195 if (!snd_info_get_line(buffer, line, sizeof(line))) {
196 snd_info_get_str(str, line, sizeof(str));
/linux-master/tools/scripts/
H A DMakefile.include3 ifeq ($(origin O), command line)
45 # environment or command line. This is necessary for CC and AR
50 $(findstring command line,$(origin $(1)))),,\
/linux-master/lib/
H A Dubsan.h54 u32 line; member in struct:source_location::__anon3338::__anon3339
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h168 const char *func, int line)
174 __func__, func, line, fixed, item_size, num_items);
180 __func__, func, line, fixed, item_size, num_items);
186 __func__, func, line, fixed, item_size, num_items);
166 mlx5_flexible_inlen(struct mlx5_core_dev *dev, size_t fixed, size_t item_size, size_t num_items, const char *func, int line) argument
/linux-master/tools/bpf/bpftool/
H A Dcommon.c482 char *line = NULL; local
493 while ((n = getline(&line, &line_n, fdi)) > 0) {
497 if (!strstr(line, key))
502 value = strchr(line, '\t');
504 free(line);
510 memmove(line, value, len);
511 line[len - 1] = '\0';
513 return line;
516 free(line);
/linux-master/tools/perf/util/
H A Dprobe-finder.c632 int line; member in struct:find_scope_param
658 /* With the line number, find the nearest declared DIE */
660 if (lno < fsp->line && fsp->diff > fsp->line - lno) {
662 fsp->diff = fsp->line - lno;
686 .line = pf->lno,
709 /* Verify line number and address by reverse search */
713 pr_debug2("Reversed line: %s:%d\n", __fname, __lineno);
717 pr_warning("This line is sharing the address with other lines.\n");
757 /* Continue if no error, because the line wil
772 char *line = NULL; local
[all...]
H A Ddisasm.h85 char *line; member in struct:annotate_args
H A Dsymbol.c646 char *line = NULL; local
661 line_len = getline(&line, &n, file);
669 if (!line) {
674 line[--line_len] = '\0'; /* \n */
676 sep = strrchr(line, 'x');
682 sep = strchr(line, ' ');
688 scnprintf(name, sizeof(name), "[%s]", line);
699 free(line);
1514 char *line = NULL; local
1528 line_len = getline(&line,
2431 char line[8]; local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c432 char line[MAPS_LINE_LEN]; local
442 while (fgets(line, MAPS_LINE_LEN, maps)) {
447 /* sscanf() is safe here as strlen(name) >= strlen(line) */
448 if (sscanf(line, "%p-%p %c-%cp %*x %*x:%*x %*u %s",
455 ksft_print_msg("vsyscall map: %s", line);
/linux-master/drivers/power/supply/
H A Dpower_supply_sysfs.c437 char *line; local
454 line = strchr(prop_buf, '\n');
455 if (line)
456 *line = 0;
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c158 .line = 0,
166 .line = 1,
174 .line = 2,
184 .line = 0,
246 static struct qcom_geni_serial_port *get_port_from_line(int line, bool console) argument
251 if (line < 0 || line >= nr_ports)
254 port = console ? &qcom_geni_console_port : &qcom_geni_uart_ports[line];
1340 pr_err("Invalid line %d\n", co->index);
1566 int line; local
[all...]
H A Dmsm_serial.c1208 "msm_serial%d", port->line);
1577 .line = 0,
1586 .line = 1,
1595 .line = 2,
1602 static inline struct uart_port *msm_get_port_from_line(unsigned int line) argument
1604 return &msm_uart_ports[line].uart;
1709 pr_info("msm_serial: console setup on port #%d\n", port->line);
1797 int irq, line, ret; local
1800 line = of_alias_get_id(pdev->dev.of_node, "serial");
1802 line
[all...]

Completed in 207 milliseconds

<<11121314151617181920>>