tag | line | file | source code |
text | 304 | drivers/block/ide-cd.c | char *text; |
text | 468 | drivers/block/ide-cd.c | s = sense_data_texts[mid].text; |
text | 72 | drivers/char/ftape/ftape-io.c | char *text; |
text | 819 | drivers/char/ftape/ftape-io.c | rates[new_rate].text); |
text | 846 | drivers/char/ftape/ftape-io.c | TRACEx1(4, "could not set %sb/s data rate", rates[new_rate].text); |
text | 852 | drivers/char/ftape/ftape-io.c | rates[new_rate].text); |
text | 517 | drivers/net/sk_g16.c | void SK_print_pos(struct device *dev, char *text); |
text | 518 | drivers/net/sk_g16.c | void SK_print_dev(struct device *dev, char *text); |
text | 1995 | drivers/net/sk_g16.c | void SK_print_pos(struct device *dev, char *text) |
text | 2008 | drivers/net/sk_g16.c | SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4); |
text | 2030 | drivers/net/sk_g16.c | void SK_print_dev(struct device *dev, char *text) |
text | 2034 | drivers/net/sk_g16.c | printk("## %s: Device Structure. %s\n", SK_NAME, text); |
text | 2039 | drivers/net/sk_g16.c | printk("## %s: Device Structure. %s\n", SK_NAME, text); |
text | 154 | drivers/scsi/constants.c | const char * text; |
text | 160 | drivers/scsi/constants.c | const char * text; |
text | 424 | drivers/scsi/constants.c | for(i=0; additional[i].text; i++) |
text | 427 | drivers/scsi/constants.c | printk("Additional sense indicates %s\n", additional[i].text); |
text | 429 | drivers/scsi/constants.c | for(i=0; additional2[i].text; i++) |
text | 434 | drivers/scsi/constants.c | printk(additional2[i].text, sense_buffer[13]); |
text | 489 | fs/isofs/rock.c | strncat(rpnt,slp->text, slp->len); |
text | 45 | fs/isofs/rock.h | char text[0]; |
text | 138 | include/asm-mips/asm.h | .text |
text | 144 | include/asm-mips/asm.h | .text; \ |
text | 148 | include/asm-mips/asm.h | .text; |
text | 23 | include/linux/kerneld.h | char *text; |
text | 25 | include/linux/kerneld.h | char text[1]; |
text | 31 | include/linux/kerneld.h | const char *text, const char *ret_val); |
text | 126 | ipc/msg.c | memcpy(msgh->msg_spot + sizeof(long), kdmp->text, |
text | 308 | ipc/msg.c | if ((msgsz > sizeof(long)) && kdmp->text) |
text | 309 | ipc/msg.c | memcpy(kdmp->text, |
text | 670 | ipc/msg.c | const char *text, const char *ret_val) |
text | 675 | ipc/msg.c | struct kerneld_msg kmsp = { msgtype, 0, (char *)text }; |
text | 695 | ipc/msg.c | kmsp.text = (char *)ret_val; |
text | 43 | scripts/lxdialog/textbox.c | WINDOW *dialog, *text; |
text | 92 | scripts/lxdialog/textbox.c | text = subwin (dialog, height - 4, width - 2, y + 1, x + 1); |
text | 94 | scripts/lxdialog/textbox.c | keypad (text, TRUE); |
text | 117 | scripts/lxdialog/textbox.c | attr_clear (text, height - 4, width - 2, dialog_attr); |
text | 118 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 161 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 195 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 211 | scripts/lxdialog/textbox.c | scrollok (text, TRUE); |
text | 212 | scripts/lxdialog/textbox.c | wscrl (text, -1); /* Scroll text region down one line */ |
text | 213 | scripts/lxdialog/textbox.c | scrollok (text, FALSE); |
text | 219 | scripts/lxdialog/textbox.c | print_line (text, 0, width - 2); |
text | 220 | scripts/lxdialog/textbox.c | wnoutrefresh (text); |
text | 241 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 251 | scripts/lxdialog/textbox.c | scrollok (text, TRUE); |
text | 252 | scripts/lxdialog/textbox.c | scroll (text); /* Scroll text region up one line */ |
text | 253 | scripts/lxdialog/textbox.c | scrollok (text, FALSE); |
text | 254 | scripts/lxdialog/textbox.c | print_line (text, height - 5, width - 2); |
text | 255 | scripts/lxdialog/textbox.c | wnoutrefresh (text); |
text | 267 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 285 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |
text | 297 | scripts/lxdialog/textbox.c | print_page (text, height - 4, width - 2); |