Searched defs:line (Results 1 - 25 of 56) sorted by relevance

123

/arch/arm/mach-footbridge/
H A Dpersonal-pci.c24 unsigned char line; local
26 pci_read_config_byte(dev, PCI_INTERRUPT_LINE, &line);
28 if (line > 0x40 && line <= 0x5f) {
29 /* line corresponds to the bit controlling this interrupt
33 return irqmap_personal_server[(line & 0x1f) - 8];
34 } else if (line == 0) {
38 return irqmap_personal_server[(line - 1) & 3];
/arch/mn10300/unit-asb2305/
H A Dpci-irq.c30 u8 line, pin; local
39 pci_read_config_byte(dev, PCI_INTERRUPT_LINE, &line);
/arch/powerpc/include/asm/
H A Dbug.h20 .macro EMIT_BUG_ENTRY addr,file,line,flags variable
23 .short \line, \flags
31 .macro EMIT_BUG_ENTRY addr,file,line,flags
120 .macro EMIT_BUG_ENTRY addr,file,line,flags
/arch/frv/mb93090-mb00/
H A Dpci-irq.c46 uint8_t line, pin; local
54 pci_read_config_byte(dev, PCI_INTERRUPT_LINE, &line);
/arch/cris/include/arch-v10/arch/
H A Dbug.h9 * It will cause a message with the file name and line number to be printed,
12 * the file name and line number is that we do not want to affect the registers
24 unsigned short line; member in struct:bug_frame
/arch/um/drivers/
H A Dchan.h13 #include "line.h"
18 struct line *line; member in struct:chan
30 extern void chan_interrupt(struct line *line, int irq);
31 extern int parse_chan_pair(char *str, struct line *line, int device,
37 extern int console_open_chan(struct line *line, struct console *co);
41 extern int enable_chan(struct line *lin
[all...]
H A Dline.h34 struct line { struct
62 struct line *line);
79 extern int line_setup_irq(int fd, int input, int output, struct line *line,
81 extern void line_close_chan(struct line *line);
84 struct line *lines, int nlines);
85 extern int setup_one_line(struct line *lines, int n, char *init,
87 extern void close_lines(struct line *line
[all...]
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);
H A Dxterm.c47 static int __init xterm_setup(char *line, int *add) argument
50 terminal_emulator = line;
52 line = strchr(line, ',');
53 if (line == NULL)
56 *line++ = '\0';
57 if (*line)
58 title_switch = line;
60 line = strchr(line, ',');
[all...]
H A Dssl.c27 printk(KERN_INFO "Serial line %d assigned device '%s'\n", dev,
45 .name = "UML serial line",
70 static struct line serial_lines[NR_PORTS];
119 struct line *line = &serial_lines[c->index]; local
122 spin_lock_irqsave(&line->lock, flags);
123 console_write_chan(line->chan_out, string, len);
124 spin_unlock_irqrestore(&line->lock, flags);
135 struct line *line local
[all...]
/arch/um/kernel/
H A Dinitrd.c53 static int __init uml_initrd_setup(char *line, int *add) argument
55 initrd = line;
/arch/cris/arch-v32/kernel/
H A Dtraps.c137 void do_BUG(char *file, unsigned int line) argument
139 printk("kernel BUG at %s:%d!\n", file, line);
167 /* Dont try to lookup the filename + line, just dump regs. */
/arch/powerpc/platforms/ps3/
H A Dtime.c32 static void _dump_tm(const struct rtc_time *tm, const char* func, int line) argument
34 pr_debug("%s:%d tm_sec %d\n", func, line, tm->tm_sec);
35 pr_debug("%s:%d tm_min %d\n", func, line, tm->tm_min);
36 pr_debug("%s:%d tm_hour %d\n", func, line, tm->tm_hour);
37 pr_debug("%s:%d tm_mday %d\n", func, line, tm->tm_mday);
38 pr_debug("%s:%d tm_mon %d\n", func, line, tm->tm_mon);
39 pr_debug("%s:%d tm_year %d\n", func, line, tm->tm_year);
40 pr_debug("%s:%d tm_wday %d\n", func, line, tm->tm_wday);
45 int line)
51 pr_debug("%s:%d time %d\n", func, line, tim
44 _dump_time(int time, const char *func, int line) argument
[all...]
/arch/x86/kernel/
H A Djump_label.c27 static void bug_at(unsigned char *ip, int line) argument
35 ip, ip, ip[0], ip[1], ip[2], ip[3], ip[4], __FILE__, line);
/arch/m32r/mm/
H A Dfault-nommu.c45 void do_BUG(const char *file, int line) argument
48 printk("kernel BUG at %s:%d!\n", file, line);
/arch/mn10300/mm/
H A Dfault.c60 void do_BUG(const char *file, int line) argument
64 printk(KERN_EMERG "kernel BUG at %s:%d!\n", file, line);
/arch/powerpc/xmon/
H A Dnonstdio.c36 static char line[256]; variable
45 lineptr = line;
58 if (lineptr > line) {
66 while (lineptr > line) {
74 if (lineptr >= &line[sizeof(line) - 1])
82 lineleft = lineptr - line;
83 lineptr = line;
/arch/sh/mm/
H A Dcache-debugfs.c68 unsigned int line; local
74 for (addr = addrstart, line = 0;
76 addr += cache->linesz, line++) {
85 line, data & 2 ? 'U' : ' ',
/arch/frv/kernel/
H A Ddebug-stub.c253 void __debug_bug_printk(const char *file, unsigned line) argument
255 printk("kernel BUG at %s:%d!\n", file, line);
/arch/sparc/boot/
H A Dpiggyback.c82 static int start_line(const char *line) argument
84 if (strcmp(line + 10, " _start\n") == 0)
86 else if (strcmp(line + 18, " _start\n") == 0)
91 static int end_line(const char *line) argument
93 if (strcmp(line + 10, " _end\n") == 0)
95 else if (strcmp (line + 18, " _end\n") == 0)
/arch/x86/tools/
H A Dtest_get_len.c53 static void malformed_line(const char *line, int line_nr) argument
55 fprintf(stderr, "%s: malformed line %d:\n%s", prog, line_nr, line);
113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; local
121 while (fgets(line, BUFSIZE, stdin)) {
126 if (line[0] == '<') {
127 /* Symbol line */
128 strcpy(sym, line);
134 strcpy(copy, line);
137 malformed_line(line, insn
[all...]
/arch/arm64/kernel/
H A Dtraps.c397 void __pte_error(const char *file, int line, unsigned long val) argument
399 pr_crit("%s:%d: bad pte %016lx.\n", file, line, val);
402 void __pmd_error(const char *file, int line, unsigned long val) argument
404 pr_crit("%s:%d: bad pmd %016lx.\n", file, line, val);
407 void __pud_error(const char *file, int line, unsigned long val) argument
409 pr_crit("%s:%d: bad pud %016lx.\n", file, line, val);
412 void __pgd_error(const char *file, int line, unsigned long val) argument
414 pr_crit("%s:%d: bad pgd %016lx.\n", file, line, val);
/arch/score/kernel/
H A Dtraps.c155 const char *func, unsigned long line)
160 printk(" in %s:%s, line %ld", file, func, line);
167 const char *file, const char *func, unsigned long line)
170 __die(str, regs, file, func, line);
154 __die(const char *str, struct pt_regs *regs, const char *file, const char *func, unsigned long line) argument
166 __die_if_kernel(const char *str, struct pt_regs *regs, const char *file, const char *func, unsigned long line) argument
/arch/sparc/kernel/
H A Dtraps_32.c417 void do_BUG(const char *file, int line) argument
420 printk("kernel BUG at %s:%d!\n", file, line);
/arch/tile/kernel/
H A Dsignal.c330 word = "One-line";
362 char line[100]; local
370 j = sprintf(line, REGFMT":", (unsigned long)addr);
372 j += sprintf(&line[j], " %02x", buf[k]);
373 pr_err("%s\n", line);
396 /* Rate-limit the one-line output, not the detailed output. */

Completed in 4501 milliseconds

123