tag | line | file | source code |
str | 30 | arch/alpha/boot/main.c | char * str; |
str | 52 | arch/alpha/boot/main.c | str = buf; |
str | 54 | arch/alpha/boot/main.c | written = puts(str, remaining); |
str | 56 | arch/alpha/boot/main.c | str += written; |
str | 29 | arch/alpha/boot/tools/build.c | static void die(char * str) |
str | 31 | arch/alpha/boot/tools/build.c | fprintf(stderr,"%s: %s\n", program, str); |
str | 20 | arch/alpha/kernel/traps.c | void die_if_kernel(char * str, struct pt_regs * regs, long err) |
str | 28 | arch/alpha/kernel/traps.c | printk("%s(%d): %s %ld\n", current->comm, current->pid, str, err); |
str | 26 | arch/i386/boot/compressed/xtract.c | void die(char * str) |
str | 28 | arch/i386/boot/compressed/xtract.c | fprintf(stderr,"%s\n",str); |
str | 84 | arch/i386/boot/tools/build.c | void die(const char * str) |
str | 86 | arch/i386/boot/tools/build.c | fprintf(stderr,"%s\n",str); |
str | 153 | arch/i386/kernel/smp.c | char str[16]; |
str | 177 | arch/i386/kernel/smp.c | memcpy(str,mpc->mpc_oem,8); |
str | 178 | arch/i386/kernel/smp.c | str[8]=0; |
str | 179 | arch/i386/kernel/smp.c | printk("OEM ID: %s ",str); |
str | 180 | arch/i386/kernel/smp.c | memcpy(str,mpc->mpc_productid,12); |
str | 181 | arch/i386/kernel/smp.c | str[12]=0; |
str | 182 | arch/i386/kernel/smp.c | printk("Product ID: %s ",str); |
str | 243 | arch/i386/kernel/smp.c | memcpy(str,m->mpc_bustype,6); |
str | 244 | arch/i386/kernel/smp.c | str[6]=0; |
str | 247 | arch/i386/kernel/smp.c | str)); |
str | 38 | arch/i386/kernel/traps.c | #define DO_ERROR(trapnr, signr, str, name, tsk) \ |
str | 44 | arch/i386/kernel/traps.c | die_if_kernel(str,regs,error_code); \ |
str | 95 | arch/i386/kernel/traps.c | /*static*/ void die_if_kernel(const char * str, struct pt_regs * regs, long err) |
str | 112 | arch/i386/kernel/traps.c | printk("%s: %04lx\n", str, err & 0xffff); |
str | 612 | arch/m68k/amiga/config.c | void ami_serial_print (const char *str) |
str | 614 | arch/m68k/amiga/config.c | while (*str) { |
str | 615 | arch/m68k/amiga/config.c | if (*str == '\n') { |
str | 620 | arch/m68k/amiga/config.c | custom.serdat = (unsigned char)*str++ | 0x100; |
str | 643 | arch/m68k/amiga/config.c | extern void console_print (const char *str); |
str | 839 | arch/m68k/amiga/config.c | #define AMIGAHW_ANNOUNCE(name, str) \ |
str | 841 | arch/m68k/amiga/config.c | len += sprintf (buffer+len, "\t%s\n", str) |
str | 492 | arch/m68k/atari/atakeyb.c | void ikbd_write(const char *str, int len) |
str | 503 | arch/m68k/atari/atakeyb.c | kb_stat.buf = str + 1; |
str | 506 | arch/m68k/atari/atakeyb.c | acia.key_data = *str; |
str | 519 | arch/m68k/atari/atakeyb.c | void ikbd_write(const char *str, int len) |
str | 530 | arch/m68k/atari/atakeyb.c | acia.key_data = *str++; |
str | 831 | arch/m68k/atari/config.c | void ata_mfp_print (const char *str) |
str | 833 | arch/m68k/atari/config.c | for( ; *str; ++str ) { |
str | 834 | arch/m68k/atari/config.c | if (*str == '\n') |
str | 836 | arch/m68k/atari/config.c | ata_mfp_out( *str ); |
str | 849 | arch/m68k/atari/config.c | void ata_scc_print (const char *str) |
str | 851 | arch/m68k/atari/config.c | for( ; *str; ++str ) { |
str | 852 | arch/m68k/atari/config.c | if (*str == '\n') |
str | 854 | arch/m68k/atari/config.c | ata_scc_out( *str ); |
str | 879 | arch/m68k/atari/config.c | void ata_par_print (const char *str) |
str | 886 | arch/m68k/atari/config.c | for( ; *str; ++str ) { |
str | 887 | arch/m68k/atari/config.c | if (*str == '\n') |
str | 892 | arch/m68k/atari/config.c | if (!ata_par_out( *str )) { |
str | 965 | arch/m68k/atari/config.c | void ata_serial_print (const char *str) |
str | 969 | arch/m68k/atari/config.c | while (c = *str++, c != 0) |
str | 1119 | arch/m68k/atari/config.c | #define ATARIHW_ANNOUNCE(name,str) \ |
str | 1121 | arch/m68k/atari/config.c | len += sprintf (buffer + len, "\t%s\n", str) |
str | 582 | arch/m68k/kernel/console.c | void no_scroll(char *str, int *ints) |
str | 82 | arch/m68k/kernel/setup.c | extern void ami_serial_print (const char *str); |
str | 83 | arch/m68k/kernel/setup.c | extern void ata_serial_print (const char *str); |
str | 310 | arch/m68k/kernel/setup.c | void floppy_setup(char *str, int *ints) |
str | 313 | arch/m68k/kernel/setup.c | mach_floppy_setup (str, ints); |
str | 882 | arch/m68k/kernel/traps.c | void die_if_kernel (char *str, struct pt_regs *fp, int nr) |
str | 888 | arch/m68k/kernel/traps.c | printk("%s: %08x\n",str,nr); |
str | 83 | arch/mips/kernel/traps.c | void die_if_kernel(char * str, struct pt_regs * regs, long err) |
str | 97 | arch/mips/kernel/traps.c | printk("%s: %08lx\n", str, err ); |
str | 764 | arch/ppc/mm/init.c | cache_mode(char *str, int *ints) |
str | 29 | arch/sparc/boot/init_me.c | void (*printk)(const char *str, ...); |
str | 65 | arch/sparc/kernel/traps.c | void die_if_kernel(char *str, struct pt_regs *regs) |
str | 77 | arch/sparc/kernel/traps.c | printk("%s(%d): %s\n", current->comm, current->pid, str); |
str | 1668 | drivers/block/amiflop.c | void amiga_floppy_setup (char *str, int *ints) |
str | 1905 | drivers/block/ataflop.c | void atari_floppy_setup( char *str, int *ints ) |
str | 3938 | drivers/block/floppy.c | void floppy_setup(char *str, int *ints) |
str | 3942 | drivers/block/floppy.c | if (str) |
str | 3944 | drivers/block/floppy.c | if (strcmp(str,config_params[i].name) == 0){ |
str | 3952 | drivers/block/floppy.c | DPRINT2("%s=%d\n", str, param); |
str | 3958 | drivers/block/floppy.c | if (str) { |
str | 3959 | drivers/block/floppy.c | DPRINT1("unknown floppy option [%s]\n", str); |
str | 4164 | drivers/block/floppy.c | extern char *get_options(char *str, int *ints); |
str | 112 | drivers/block/hd.c | void hd_setup(char *str, int *ints) |
str | 322 | drivers/cdrom/aztcd.c | void aztcd_setup(char *str, int *ints); |
str | 1048 | drivers/cdrom/aztcd.c | void aztcd_setup(char *str, int *ints) |
str | 193 | drivers/cdrom/gscd.c | void gscd_setup (char *str, int *ints) |
str | 75 | drivers/cdrom/isp16.c | isp16_setup(char *str, int *ints) |
str | 83 | drivers/cdrom/isp16.c | if ( str ) |
str | 84 | drivers/cdrom/isp16.c | isp16_cdrom_type = str; |
str | 195 | drivers/cdrom/mcd.c | void mcd_setup(char *str, int *ints) |
str | 839 | drivers/cdrom/mcdx.c | void mcdx_setup(char *str, int *pi) |
str | 2016 | drivers/cdrom/optcd.c | void optcd_setup(char *str, int *ints) |
str | 158 | drivers/cdrom/sjcd.c | void sjcd_setup( char *str, int *ints ) |
str | 492 | drivers/char/apm_bios.c | static void apm_error(char *str, int err) |
str | 499 | drivers/char/apm_bios.c | printk("apm_bios: %s: %s\n", str, error_table[i].msg); |
str | 501 | drivers/char/apm_bios.c | printk("apm_bios: %s: unknown error code %#2.2x\n", str, err); |
str | 176 | drivers/char/atarimouse.c | void atari_mouse_setup( char *str, int *ints ) |
str | 57 | drivers/char/busmouse.c | void bmouse_setup(char *str, int *ints) |
str | 520 | drivers/char/console.c | void no_scroll(char *str, int *ints) |
str | 583 | drivers/char/lp.c | void lp_setup(char *str, int *ints) |
str | 490 | drivers/char/lp_m68k.c | void lp_setup(char *str, int *ints) |
str | 767 | drivers/char/pcxx.c | void pcxx_setup(char *str, int *ints) |
str | 822 | drivers/char/pcxx.c | while (str && *str) |
str | 825 | drivers/char/pcxx.c | temp = str; |
str | 839 | drivers/char/pcxx.c | len = strlen(str); |
str | 840 | drivers/char/pcxx.c | if (strncmp("Disable", str, len) == 0) |
str | 843 | drivers/char/pcxx.c | if (strncmp("Enable", str, len) == 0) |
str | 847 | drivers/char/pcxx.c | printk("PC/Xx: Invalid status %s\n", str); |
str | 855 | drivers/char/pcxx.c | if (strcmp(board_desc[j], str) == 0) |
str | 862 | drivers/char/pcxx.c | printk("PC/Xx: Invalid board name: %s\n", str); |
str | 869 | drivers/char/pcxx.c | len = strlen(str); |
str | 870 | drivers/char/pcxx.c | if (strncmp("Disable", str, len) == 0) |
str | 873 | drivers/char/pcxx.c | if (strncmp("Enable", str, len) == 0) |
str | 877 | drivers/char/pcxx.c | printk("PC/Xx: Invalid altpin %s\n", str); |
str | 884 | drivers/char/pcxx.c | t2 = str; |
str | 890 | drivers/char/pcxx.c | printk("PC/Xx: Invalid port count %s\n", str); |
str | 894 | drivers/char/pcxx.c | board.numports = simple_strtoul(str, NULL, 0); |
str | 899 | drivers/char/pcxx.c | t2 = str; |
str | 905 | drivers/char/pcxx.c | printk("PC/Xx: Invalid port count %s\n", str); |
str | 909 | drivers/char/pcxx.c | board.port = simple_strtoul(str, NULL, 16); |
str | 914 | drivers/char/pcxx.c | t2 = str; |
str | 920 | drivers/char/pcxx.c | printk("PC/Xx: Invalid memory base %s\n", str); |
str | 924 | drivers/char/pcxx.c | board.membase = simple_strtoul(str, NULL, 16); |
str | 932 | drivers/char/pcxx.c | str = temp; |
str | 1819 | drivers/char/riscom8.c | void riscom8_setup(char *str, int * ints) |
str | 1356 | drivers/isdn/icn/icn.c | void icn_setup(char *str, int *ints) |
str | 1366 | drivers/isdn/icn/icn.c | if (strlen(str)) { |
str | 1367 | drivers/isdn/icn/icn.c | strcpy(sid,str); |
str | 531 | drivers/isdn/pcbit/capi.c | char str[32]; |
str | 543 | drivers/isdn/pcbit/capi.c | memcpy(str, skb->data + 2, len - 1); |
str | 544 | drivers/isdn/pcbit/capi.c | str[len] = 0; |
str | 545 | drivers/isdn/pcbit/capi.c | printk(KERN_DEBUG "Connected Party Number: %s\n", str); |
str | 643 | drivers/isdn/pcbit/capi.c | char str[64]; |
str | 649 | drivers/isdn/pcbit/capi.c | memcpy(str, hdr + 1, hdrlen - 1); |
str | 650 | drivers/isdn/pcbit/capi.c | str[hdrlen - 1] = 0; |
str | 651 | drivers/isdn/pcbit/capi.c | printk("%s\n", str); |
str | 809 | drivers/isdn/pcbit/drv.c | static void pcbit_logstat(struct pcbit_dev *dev, char *str) |
str | 814 | drivers/isdn/pcbit/drv.c | for (i=stat_end; i<strlen(str); i++) |
str | 816 | drivers/isdn/pcbit/drv.c | statbuf[i]=str[i]; |
str | 824 | drivers/isdn/pcbit/drv.c | ictl.arg=strlen(str); |
str | 108 | drivers/isdn/pcbit/module.c | void pcbit_setup(char *str, int *ints) |
str | 977 | drivers/isdn/teles/callc.c | char str[80], tm[32]; |
str | 981 | drivers/isdn/teles/callc.c | sprintf(str, "%s Channel %d callc %s\n", tm, chanp->chan, s); |
str | 982 | drivers/isdn/teles/callc.c | teles_putstatus(str); |
str | 988 | drivers/isdn/teles/callc.c | char str[256], tm[32]; |
str | 992 | drivers/isdn/teles/callc.c | sprintf(str, "%s Channel %d lc %s\n", tm, lf->ch->chan, s); |
str | 993 | drivers/isdn/teles/callc.c | teles_putstatus(str); |
str | 999 | drivers/isdn/teles/callc.c | char str[256], tm[32]; |
str | 1003 | drivers/isdn/teles/callc.c | sprintf(str, "%s Channel %d dlc %s\n", tm, lf->ch->chan, s); |
str | 1004 | drivers/isdn/teles/callc.c | teles_putstatus(str); |
str | 37 | drivers/isdn/teles/fsm.c | char str[80]; |
str | 42 | drivers/isdn/teles/fsm.c | sprintf(str, "State %s Event %s", |
str | 45 | drivers/isdn/teles/fsm.c | fi->printdebug(fi, str); |
str | 51 | drivers/isdn/teles/fsm.c | sprintf(str, "State %s Event %s no routine", |
str | 54 | drivers/isdn/teles/fsm.c | fi->printdebug(fi, str); |
str | 63 | drivers/isdn/teles/fsm.c | char str[80]; |
str | 67 | drivers/isdn/teles/fsm.c | sprintf(str, "ChangeState %s", |
str | 69 | drivers/isdn/teles/fsm.c | fi->printdebug(fi, str); |
str | 95 | drivers/isdn/teles/fsm.c | sprintf(str, "FsmDelTimer %lx %d", ft, where); |
str | 96 | drivers/isdn/teles/fsm.c | ft->fi->printdebug(ft->fi, str); |
str | 114 | drivers/isdn/teles/fsm.c | sprintf(str, "FsmAddTimer %lx %d %d", ft, millisec, where); |
str | 115 | drivers/isdn/teles/fsm.c | ft->fi->printdebug(ft->fi, str); |
str | 624 | drivers/isdn/teles/isdnl2.c | char str[64]; |
str | 631 | drivers/isdn/teles/isdnl2.c | sprintf(str, "Q.931 frame user->network tei %d", st->l2.tei); |
str | 633 | drivers/isdn/teles/isdnl2.c | str); |
str | 651 | drivers/isdn/teles/isdnl2.c | char str[64]; |
str | 674 | drivers/isdn/teles/isdnl2.c | sprintf(str, "Q.931 frame network->user tei %d", st->l2.tei); |
str | 676 | drivers/isdn/teles/isdnl2.c | ibh->datasize - l2->ihsize, str); |
str | 1374 | drivers/isdn/teles/isdnl2.c | char tm[32], str[256]; |
str | 1377 | drivers/isdn/teles/isdnl2.c | sprintf(str, "%s %s %s\n", tm, st->l2.debug_id, s); |
str | 1378 | drivers/isdn/teles/isdnl2.c | teles_putstatus(str); |
str | 58 | drivers/isdn/teles/mod.c | void teles_setup(char *str, int *ints) |
str | 85 | drivers/isdn/teles/mod.c | if (strlen(str)) { |
str | 86 | drivers/isdn/teles/mod.c | strcpy(sid,str); |
str | 495 | drivers/net/wavelan.c | wavelan_synchronous_cmd(device *dev, const char *str) |
str | 522 | drivers/net/wavelan.c | printk("%s: %s failed; status = 0x%x\n", dev->name, str, cb.ac_status); |
str | 587 | drivers/pci/pci.c | const char *str; |
str | 619 | drivers/pci/pci.c | str = 0; /* to keep gcc shut... */ |
str | 621 | drivers/pci/pci.c | case PCI_STATUS_DEVSEL_FAST: str = "Fast devsel. "; break; |
str | 622 | drivers/pci/pci.c | case PCI_STATUS_DEVSEL_MEDIUM: str = "Medium devsel. "; break; |
str | 623 | drivers/pci/pci.c | case PCI_STATUS_DEVSEL_SLOW: str = "Slow devsel. "; break; |
str | 625 | drivers/pci/pci.c | if (len + strlen(str) > size) { |
str | 628 | drivers/pci/pci.c | len += sprintf(buf + len, str); |
str | 586 | drivers/scsi/53c7,8xx.c | internal_setup(int board, int chip, char *str, int *ints) { |
str | 590 | drivers/scsi/53c7,8xx.c | pci = (str && !strcmp (str, "pci")) ? 1 : 0; |
str | 633 | drivers/scsi/53c7,8xx.c | void ncr53c##x##_setup (char *str, int *ints) { \ |
str | 634 | drivers/scsi/53c7,8xx.c | internal_setup (BOARD_GENERIC, x, str, ints); \ |
str | 366 | drivers/scsi/AM53C974.c | void AM53C974_setup(char *str, int *ints) |
str | 286 | drivers/scsi/AM53C974.h | void AM53C974_setup(char *str, int *ints); |
str | 593 | drivers/scsi/NCR53c406a.c | void NCR53c406a_setup(char *str, int *ints) |
str | 3487 | drivers/scsi/advansys.c | advansys_setup(char *str, int *ints) |
str | 390 | drivers/scsi/aha152x.c | void aha152x_setup(char *str, int *ints); |
str | 571 | drivers/scsi/aha152x.c | void aha152x_setup(char *str, int *ints) |
str | 576 | drivers/scsi/aha152x.c | setup[setup_count].conf = str; |
str | 861 | drivers/scsi/aha1542.c | void aha1542_setup( char *str, int *ints) |
str | 872 | drivers/scsi/aha1542.c | printk(" This line: %s\n",str); |
str | 877 | drivers/scsi/aha1542.c | printk("aha1542: %s\n", str ); |
str | 883 | drivers/scsi/aha1542.c | setup_str[setup_idx]=str; |
str | 907 | drivers/scsi/aha1542.c | printk("aha1542: %s\n", str ); |
str | 781 | drivers/scsi/atari_scsi.c | void atari_scsi_setup( char *str, int *ints ) |
str | 795 | drivers/scsi/atari_scsi.c | while( str && (isdigit(*str) || *str == '-') && i <= 10) { |
str | 796 | drivers/scsi/atari_scsi.c | if (*str == '-') |
str | 797 | drivers/scsi/atari_scsi.c | fact = -1, ++str; |
str | 800 | drivers/scsi/atari_scsi.c | ints[i++] = simple_strtoul( str, NULL, 0 ) * fact; |
str | 801 | drivers/scsi/atari_scsi.c | if ((str = strchr( str, ',' )) != NULL) |
str | 802 | drivers/scsi/atari_scsi.c | ++str; |
str | 134 | drivers/scsi/dtc.c | void dtc_setup(char *str, int *ints) { |
str | 82 | drivers/scsi/eata_pio.c | void hprint(const char *str) |
str | 90 | drivers/scsi/eata_pio.c | for (z=0; z<strlen(str); z++) |
str | 91 | drivers/scsi/eata_pio.c | hptr3[z*2]=str[z]; |
str | 526 | drivers/scsi/fdomain.c | void fdomain_setup( char *str, int *ints ) |
str | 145 | drivers/scsi/g_NCR5380.c | static void internal_setup(int board, char *str, int *ints) { |
str | 181 | drivers/scsi/g_NCR5380.c | void generic_NCR5380_setup (char *str, int *ints) { |
str | 182 | drivers/scsi/g_NCR5380.c | internal_setup (BOARD_NCR5380, str, ints); |
str | 194 | drivers/scsi/g_NCR5380.c | void generic_NCR53C400_setup (char *str, int *ints) { |
str | 195 | drivers/scsi/g_NCR5380.c | internal_setup (BOARD_NCR53C400, str, ints); |
str | 62 | drivers/scsi/gvp11.c | void gvp11_setup (char *str, int *ints) |
str | 1875 | drivers/scsi/in2000.c | void in2000_setup (char *str, int *ints) |
str | 1880 | drivers/scsi/in2000.c | strncpy(setup_buffer,str,SETUP_BUFFER_SIZE); |
str | 339 | drivers/scsi/pas16.c | void pas16_setup(char *str, int *ints) { |
str | 487 | drivers/scsi/ppa.c | void ppa_setup(char *str, int *ints) |
str | 393 | drivers/scsi/scsi.c | void scsi_luns_setup(char *str, int *ints) { |
str | 140 | drivers/scsi/seagate.c | void st0x_setup (char *str, int *ints) { |
str | 146 | drivers/scsi/seagate.c | void tmc8xx_setup (char *str, int *ints) { |
str | 2793 | drivers/scsi/st.c | st_setup(char *str, int *ints) |
str | 169 | drivers/scsi/t128.c | void t128_setup(char *str, int *ints) { |
str | 1510 | drivers/scsi/wd33c93.c | void wd33c93_setup (char *str, int *ints) |
str | 1532 | drivers/scsi/wd33c93.c | if (str) |
str | 1533 | drivers/scsi/wd33c93.c | strncpy(p1, str, SETUP_BUFFER_SIZE - strlen(setup_buffer)); |
str | 1254 | drivers/sound/configure.c | char str[255]; |
str | 1256 | drivers/sound/configure.c | sprintf (str, "Old configuration exists in `%s'. Use it", oldconf); |
str | 1257 | drivers/sound/configure.c | if (think_positively (str, 1, |
str | 1546 | drivers/sound/configure.c | char str[255]; |
str | 1548 | drivers/sound/configure.c | sprintf (str, "Save copy of this configuration to `%s'", oldconf); |
str | 1549 | drivers/sound/configure.c | if (think_positively (str, 1, |
str | 345 | drivers/sound/dev_table.c | sound_setup (char *str, int *ints) |
str | 520 | drivers/sound/dev_table.h | void sound_setup (char *str, int *ints); |
str | 658 | drivers/sound/dmasound.c | void dmasound_setup(char *str, int *ints); |
str | 659 | drivers/sound/dmasound.c | void sound_setup(char *str, int *ints); /* ++Martin: stub for now */ |
str | 3221 | drivers/sound/dmasound.c | void sound_setup(char *str, int *ints) |
str | 3226 | drivers/sound/dmasound.c | void dmasound_setup(char *str, int *ints) |
str | 880 | fs/binfmt_elf.c | static void dump_regs(const char *str, elf_greg_t *r) |
str | 887 | fs/binfmt_elf.c | printk("Registers: %s\n", str); |
str | 895 | fs/proc/array.c | char str[5], *cp = str; |
str | 918 | fs/proc/array.c | map->vm_start, map->vm_end, str, map->vm_offset, |
str | 272 | fs/super.c | char *str; |
str | 286 | fs/super.c | char *str; |
str | 311 | fs/super.c | strcpy(buf + len, fs_infop->str); |
str | 312 | fs/super.c | len += strlen(fs_infop->str); |
str | 351 | fs/super.c | strcpy(buf + len, nfs_infop->str); |
str | 352 | fs/super.c | len += strlen(nfs_infop->str); |
str | 116 | include/asm-sparc/openprom.h | void (*pv_putstr)(char *str, int len); |
str | 128 | include/asm-sparc/openprom.h | void (*v0_eval)(int len, char *str); |
str | 129 | include/asm-sparc/openprom.h | void (*v2_eval)(char *str); |
str | 49 | include/linux/inet.h | extern unsigned long in_aton(const char *str); |
str | 19 | include/linux/ioport.h | extern void reserve_setup(char *str, int *ints); |
str | 74 | include/linux/isp16.h | void isp16_setup(char *str, int *ints); |
str | 60 | init/main.c | extern void no_scroll(char *str, int *ints); |
str | 61 | init/main.c | extern void swap_setup(char *str, int *ints); |
str | 62 | init/main.c | extern void buff_setup(char *str, int *ints); |
str | 63 | init/main.c | extern void panic_setup(char *str, int *ints); |
str | 64 | init/main.c | extern void bmouse_setup(char *str, int *ints); |
str | 65 | init/main.c | extern void lp_setup(char *str, int *ints); |
str | 66 | init/main.c | extern void eth_setup(char *str, int *ints); |
str | 67 | init/main.c | extern void xd_setup(char *str, int *ints); |
str | 68 | init/main.c | extern void floppy_setup(char *str, int *ints); |
str | 69 | init/main.c | extern void st_setup(char *str, int *ints); |
str | 70 | init/main.c | extern void st0x_setup(char *str, int *ints); |
str | 71 | init/main.c | extern void advansys_setup(char *str, int *ints); |
str | 72 | init/main.c | extern void tmc8xx_setup(char *str, int *ints); |
str | 73 | init/main.c | extern void t128_setup(char *str, int *ints); |
str | 74 | init/main.c | extern void pas16_setup(char *str, int *ints); |
str | 75 | init/main.c | extern void generic_NCR5380_setup(char *str, int *intr); |
str | 76 | init/main.c | extern void generic_NCR53C400_setup(char *str, int *intr); |
str | 77 | init/main.c | extern void aha152x_setup(char *str, int *ints); |
str | 78 | init/main.c | extern void aha1542_setup(char *str, int *ints); |
str | 79 | init/main.c | extern void aic7xxx_setup(char *str, int *ints); |
str | 80 | init/main.c | extern void AM53C974_setup(char *str, int *ints); |
str | 81 | init/main.c | extern void BusLogic_Setup(char *str, int *ints); |
str | 82 | init/main.c | extern void fdomain_setup(char *str, int *ints); |
str | 83 | init/main.c | extern void in2000_setup(char *str, int *ints); |
str | 84 | init/main.c | extern void NCR53c406a_setup(char *str, int *ints); |
str | 85 | init/main.c | extern void ppa_setup(char *str, int *ints); |
str | 86 | init/main.c | extern void scsi_luns_setup(char *str, int *ints); |
str | 87 | init/main.c | extern void sound_setup(char *str, int *ints); |
str | 89 | init/main.c | extern void cdu31a_setup(char *str, int *ints); |
str | 92 | init/main.c | extern void mcd_setup(char *str, int *ints); |
str | 95 | init/main.c | extern void mcdx_setup(char *str, int *ints); |
str | 98 | init/main.c | extern void sbpcd_setup(char *str, int *ints); |
str | 101 | init/main.c | extern void aztcd_setup(char *str, int *ints); |
str | 104 | init/main.c | extern void sonycd535_setup(char *str, int *ints); |
str | 107 | init/main.c | extern void gscd_setup(char *str, int *ints); |
str | 110 | init/main.c | extern void cm206_setup(char *str, int *ints); |
str | 113 | init/main.c | extern void optcd_setup(char *str, int *ints); |
str | 116 | init/main.c | extern void sjcd_setup(char *str, int *ints); |
str | 119 | init/main.c | extern void isp16_setup(char *str, int *ints); |
str | 122 | init/main.c | static void ramdisk_start_setup(char *str, int *ints); |
str | 123 | init/main.c | static void load_ramdisk(char *str, int *ints); |
str | 124 | init/main.c | static void prompt_ramdisk(char *str, int *ints); |
str | 125 | init/main.c | static void ramdisk_size(char *str, int *ints); |
str | 131 | init/main.c | extern void icn_setup(char *str, int *ints); |
str | 134 | init/main.c | extern void teles_setup(char *str, int *ints); |
str | 138 | init/main.c | extern void atari_mouse_setup (char *str, int *ints); |
str | 141 | init/main.c | extern void dmasound_setup (char *str, int *ints); |
str | 144 | init/main.c | extern void atari_scsi_setup (char *str, int *ints); |
str | 146 | init/main.c | extern void wd33c93_setup (char *str, int *ints); |
str | 147 | init/main.c | extern void gvp11_setup (char *str, int *ints); |
str | 150 | init/main.c | extern void pcxx_setup(char *str, int *ints); |
str | 153 | init/main.c | extern void pcbit_setup(char *str, int *ints); |
str | 156 | init/main.c | extern void riscom8_setup(char *str, int *ints); |
str | 206 | init/main.c | char *get_options(char *str, int *ints) |
str | 208 | init/main.c | char *cur = str; |
str | 220 | init/main.c | static void profile_setup(char *str, int *ints) |
str | 233 | init/main.c | const char *str; |
str | 395 | init/main.c | static void ramdisk_start_setup(char *str, int *ints) |
str | 401 | init/main.c | static void load_ramdisk(char *str, int *ints) |
str | 407 | init/main.c | static void prompt_ramdisk(char *str, int *ints) |
str | 413 | init/main.c | static void ramdisk_size(char *str, int *ints) |
str | 433 | init/main.c | while (bootsetups[i].str) { |
str | 434 | init/main.c | int n = strlen(bootsetups[i].str); |
str | 435 | init/main.c | if (!strncmp(line,bootsetups[i].str,n)) { |
str | 66 | kernel/ksyms.c | extern char *get_options(char *str, int *ints); |
str | 24 | kernel/panic.c | void panic_setup(char *str, int *ints) |
str | 123 | kernel/resource.c | void reserve_setup(char *str, int *ints) |
str | 68 | lib/vsprintf.c | static char * number(char * str, long num, int base, int size, int precision |
str | 112 | lib/vsprintf.c | *str++ = ' '; |
str | 114 | lib/vsprintf.c | *str++ = sign; |
str | 117 | lib/vsprintf.c | *str++ = '0'; |
str | 119 | lib/vsprintf.c | *str++ = '0'; |
str | 120 | lib/vsprintf.c | *str++ = digits[33]; |
str | 124 | lib/vsprintf.c | *str++ = c; |
str | 126 | lib/vsprintf.c | *str++ = '0'; |
str | 128 | lib/vsprintf.c | *str++ = tmp[i]; |
str | 130 | lib/vsprintf.c | *str++ = ' '; |
str | 131 | lib/vsprintf.c | return str; |
str | 139 | lib/vsprintf.c | char * str; |
str | 149 | lib/vsprintf.c | for (str=buf ; *fmt ; ++fmt) { |
str | 151 | lib/vsprintf.c | *str++ = *fmt; |
str | 210 | lib/vsprintf.c | *str++ = ' '; |
str | 211 | lib/vsprintf.c | *str++ = (unsigned char) va_arg(args, int); |
str | 213 | lib/vsprintf.c | *str++ = ' '; |
str | 225 | lib/vsprintf.c | *str++ = ' '; |
str | 227 | lib/vsprintf.c | *str++ = *s++; |
str | 229 | lib/vsprintf.c | *str++ = ' '; |
str | 237 | lib/vsprintf.c | str = number(str, |
str | 246 | lib/vsprintf.c | *ip = (str - buf); |
str | 249 | lib/vsprintf.c | *ip = (str - buf); |
str | 272 | lib/vsprintf.c | *str++ = '%'; |
str | 274 | lib/vsprintf.c | *str++ = *fmt; |
str | 290 | lib/vsprintf.c | str = number(str, num, base, field_width, precision, flags); |
str | 292 | lib/vsprintf.c | *str = '\0'; |
str | 293 | lib/vsprintf.c | return str-buf; |
str | 70 | mm/swap.c | void swap_setup(char *str, int *ints) |
str | 90 | mm/swap.c | void buff_setup(char *str, int *ints) |
str | 58 | net/ethernet/eth.c | void eth_setup(char *str, int *ints) |
str | 62 | net/ethernet/eth.c | if (!str || !*str) |
str | 66 | net/ethernet/eth.c | if (!strcmp(str,d->name)) |
str | 65 | net/ipv4/utils.c | unsigned long in_aton(const char *str) |
str | 75 | net/ipv4/utils.c | if (*str != '\0') |
str | 78 | net/ipv4/utils.c | while (*str != '\0' && *str != '.') |
str | 81 | net/ipv4/utils.c | val += *str - '0'; |
str | 82 | net/ipv4/utils.c | str++; |
str | 85 | net/ipv4/utils.c | if (*str != '\0') |
str | 86 | net/ipv4/utils.c | str++; |
str | 1989 | net/ipx/af_ipx.c | void dump_data(char *str,unsigned char *d, int len) { |
str | 2016 | net/ipx/af_ipx.c | printk("%s-%04X: %s\n",str,l*8,b); |
str | 2020 | net/ipx/af_ipx.c | void dump_addr(char *str,ipx_address *p) { |
str | 2022 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |
str | 2026 | net/ipx/af_ipx.c | void dump_hdr(char *str,ipx_packet *p) { |
str | 2028 | net/ipx/af_ipx.c | str,p->ipx_checksum,ntohs(p->ipx_pktsize),ntohs(p->ipx_pktsize), |
str | 2034 | net/ipx/af_ipx.c | void dump_pkt(char *str,ipx_packet *p) { |
str | 2036 | net/ipx/af_ipx.c | dump_hdr(str,p); |
str | 2038 | net/ipx/af_ipx.c | dump_data(str,(unsigned char *)p + 30, len - 30); |
str | 88 | scripts/tkcond.c | if( cnd->variable.str != NULL ) |
str | 89 | scripts/tkcond.c | free(cnd->variable.str); |
str | 128 | scripts/tkcond.c | if( strcmp(cond2->variable.str, "y") == 0 ) |
str | 131 | scripts/tkcond.c | cond2->variable.str = strdup(tmpbuf); |
str | 186 | scripts/tkcond.c | if( ocond->variable.str != NULL ) |
str | 204 | scripts/tkcond.c | if( strcmp(cfg->optionname, ocond->variable.str) == 0) |
str | 213 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
str | 218 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
str | 514 | scripts/tkcond.c | strcmp(cnd2->variable.str, cnd3->variable.str) != 0) |
str | 198 | scripts/tkgen.c | global(cond->variable.str); |
str | 251 | scripts/tkgen.c | printf("$%s", cond->variable.str); |
str | 257 | scripts/tkgen.c | printf("[exec %s]", cond->variable.str); |
str | 260 | scripts/tkgen.c | if( strcmp(cond->variable.str, "y") == 0 ) |
str | 262 | scripts/tkgen.c | else if( strcmp(cond->variable.str, "n") == 0 ) |
str | 264 | scripts/tkgen.c | else if( strcmp(cond->variable.str, "m") == 0 ) |
str | 267 | scripts/tkgen.c | printf("\"%s\"", cond->variable.str); |
str | 330 | scripts/tkgen.c | global(item->depend.str); |
str | 332 | scripts/tkgen.c | item->depend.str,item->depend.str); |
str | 391 | scripts/tkgen.c | global(cond->variable.str); |
str | 434 | scripts/tkgen.c | printf("$%s", cond->variable.str); |
str | 437 | scripts/tkgen.c | printf("[exec %s]", cond->variable.str); |
str | 443 | scripts/tkgen.c | if( strcmp(cond->variable.str, "y") == 0 ) |
str | 445 | scripts/tkgen.c | else if( strcmp(cond->variable.str, "n") == 0 ) |
str | 447 | scripts/tkgen.c | else if( strcmp(cond->variable.str, "m") == 0 ) |
str | 450 | scripts/tkgen.c | printf("\"%s\"", cond->variable.str); |
str | 475 | scripts/tkgen.c | item->optionname, item->optionname, item->depend.str); |
str | 607 | scripts/tkgen.c | global(cfg->depend.str); |
str | 609 | scripts/tkgen.c | cfg->depend.str,cfg->depend.str, |
str | 837 | scripts/tkgen.c | cfg->depend.str); |
str | 1009 | scripts/tkgen.c | cfg->depend.str, |
str | 1013 | scripts/tkgen.c | cfg->depend.str); |
str | 138 | scripts/tkparse.c | cpnt->variable.str = strdup(varname); |
str | 150 | scripts/tkparse.c | cpnt->variable.str = strdup(varname); |
str | 159 | scripts/tkparse.c | cpnt->variable.str = strdup(varname); |
str | 469 | scripts/tkparse.c | pnt = get_string(pnt, &kcfg->depend.str); |
str | 484 | scripts/tkparse.c | kcfg->depend.str,kcfg->depend.str); |
str | 563 | scripts/tkparse.c | printf("$%s", cond->variable.str); |
str | 566 | scripts/tkparse.c | printf("'%s'", cond->variable.str); |
str | 41 | scripts/tkparse.h | char * str; |