taglinefilesource code
error521arch/alpha/kernel/bios32.cchar *pcibios_strerror (int error)
error525arch/alpha/kernel/bios32.cswitch (error) {
error542arch/alpha/kernel/bios32.csprintf (buf, "UNKNOWN RETURN 0x%x", error);
error68arch/alpha/kernel/osf_sys.cint error;
error77arch/alpha/kernel/osf_sys.cbuf->error = -EINVAL;    /* unly used if we fail */
error99arch/alpha/kernel/osf_sys.cint error;
error107arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_WRITE, dirent, count);
error108arch/alpha/kernel/osf_sys.cif (error)
error109arch/alpha/kernel/osf_sys.creturn error;
error111arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_WRITE, basep, sizeof(long));
error112arch/alpha/kernel/osf_sys.cif (error)
error113arch/alpha/kernel/osf_sys.creturn error;
error118arch/alpha/kernel/osf_sys.cbuf.error = 0;
error119arch/alpha/kernel/osf_sys.cerror = file->f_op->readdir(file->f_inode, file, &buf, osf_filldir);
error120arch/alpha/kernel/osf_sys.cif (error < 0)
error121arch/alpha/kernel/osf_sys.creturn error;
error123arch/alpha/kernel/osf_sys.creturn buf.error;
error433arch/alpha/kernel/osf_sys.cint error = verify_area(VERIFY_WRITE, name, 5*32);
error434arch/alpha/kernel/osf_sys.cif (error)
error435arch/alpha/kernel/osf_sys.creturn error;
error464arch/alpha/kernel/osf_sys.cint error;
error466arch/alpha/kernel/osf_sys.cerror = do_pipe(fd);
error467arch/alpha/kernel/osf_sys.cif (error)
error468arch/alpha/kernel/osf_sys.creturn error;
error479arch/alpha/kernel/osf_sys.cint i, error;
error481arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_WRITE, name, namelen);
error482arch/alpha/kernel/osf_sys.cif (error)
error483arch/alpha/kernel/osf_sys.creturn error;
error581arch/alpha/kernel/osf_sys.clong error;
error586arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_READ, &args->set.nbytes,
error588arch/alpha/kernel/osf_sys.cif (error)
error589arch/alpha/kernel/osf_sys.creturn error;
error593arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_READ, &args->fset.nbytes,
error595arch/alpha/kernel/osf_sys.cif (error)
error596arch/alpha/kernel/osf_sys.creturn error;
error600arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_READ, &args->get.min_buf_size,
error602arch/alpha/kernel/osf_sys.cif (error)
error603arch/alpha/kernel/osf_sys.creturn error;
error605arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_WRITE, min_buf_size_ptr,
error607arch/alpha/kernel/osf_sys.cif (error)
error608arch/alpha/kernel/osf_sys.creturn error;
error613arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_READ, &args->fget.min_buf_size,
error615arch/alpha/kernel/osf_sys.cif (error)
error616arch/alpha/kernel/osf_sys.creturn error;
error618arch/alpha/kernel/osf_sys.cerror = verify_area(VERIFY_WRITE, min_buf_size_ptr,
error620arch/alpha/kernel/osf_sys.cif (error)
error621arch/alpha/kernel/osf_sys.creturn error;
error157arch/alpha/kernel/process.cint error;
error160arch/alpha/kernel/process.cerror = getname((char *) a0, &filename);
error161arch/alpha/kernel/process.cif (error)
error162arch/alpha/kernel/process.creturn error;
error163arch/alpha/kernel/process.cerror = do_execve(filename, (char **) a1, (char **) a2, &regs);
error165arch/alpha/kernel/process.creturn error;
error86arch/i386/boot/compressed/gzip.hif (array == NULL) error("insufficient memory"); \
error221arch/i386/boot/compressed/gzip.h#  define Assert(cond,msg) {if(!(cond)) error(msg);}
error276arch/i386/boot/compressed/gzip.hextern void error         OF((char *m));
error681arch/i386/boot/compressed/inflate.cerror(" incomplete literal tree\n");
error692arch/i386/boot/compressed/inflate.cerror(" incomplete distance tree\n");
error88arch/i386/boot/compressed/misc.cif (size <0) error("Malloc error\n");
error89arch/i386/boot/compressed/misc.cif (free_mem_ptr <= 0) error("Memory error\n");
error105arch/i386/boot/compressed/misc.cerror("\nOut of memory\n");
error235arch/i386/boot/compressed/misc.cerror("unable to fill buffer\n");
error326arch/i386/boot/compressed/misc.cif (EXT_MEM_K < 1024) error("<2M of mem\n");
error381arch/i386/boot/compressed/misc.cerror("Input is encrypted\n");
error383arch/i386/boot/compressed/misc.cerror("Multi part input\n");
error385arch/i386/boot/compressed/misc.cerror("Input has invalid flags\n");
error417arch/i386/boot/compressed/misc.cerror("unknown compression method");
error66arch/i386/boot/compressed/unzip.cerror("input not a zip");
error70arch/i386/boot/compressed/unzip.cerror("first entry not deflated or stored--can't extract");
error75arch/i386/boot/compressed/unzip.cerror("encrypted file\n");
error119arch/i386/boot/compressed/unzip.cerror("out of memory");
error121arch/i386/boot/compressed/unzip.cerror("invalid compressed format");
error130arch/i386/boot/compressed/unzip.cerror("length mismatch");
error140arch/i386/boot/compressed/unzip.cerror("internal error, invalid method");
error169arch/i386/boot/compressed/unzip.cerror("crc error");
error172arch/i386/boot/compressed/unzip.cerror("length error");
error177arch/i386/boot/compressed/unzip.cerror("zip file has more than one entry");
error366arch/i386/kernel/bios32.cchar *pcibios_strerror (int error)
error370arch/i386/kernel/bios32.cswitch (error) {
error387arch/i386/kernel/bios32.csprintf (buf, "UNKNOWN RETURN 0x%x", error);
error17arch/i386/kernel/ldt.cint error;
error30arch/i386/kernel/ldt.cerror = verify_area(VERIFY_WRITE, ptr, size);
error31arch/i386/kernel/ldt.cif (error)
error32arch/i386/kernel/ldt.creturn error;
error42arch/i386/kernel/ldt.cint error, i;
error46arch/i386/kernel/ldt.cerror = verify_area(VERIFY_READ, ptr, sizeof(ldt_info));
error47arch/i386/kernel/ldt.cif (error)
error48arch/i386/kernel/ldt.creturn error;
error275arch/i386/kernel/process.cint error;
error278arch/i386/kernel/process.cerror = getname((char *) regs.ebx, &filename);
error279arch/i386/kernel/process.cif (error)
error280arch/i386/kernel/process.creturn error;
error281arch/i386/kernel/process.cerror = do_execve(filename, (char **) regs.ecx, (char **) regs.edx, &regs);
error283arch/i386/kernel/process.creturn error;
error28arch/i386/kernel/sys_i386.cint error;
error30arch/i386/kernel/sys_i386.cerror = verify_area(VERIFY_WRITE,fildes,8);
error31arch/i386/kernel/sys_i386.cif (error)
error32arch/i386/kernel/sys_i386.creturn error;
error33arch/i386/kernel/sys_i386.cerror = do_pipe(fd);
error34arch/i386/kernel/sys_i386.cif (error)
error35arch/i386/kernel/sys_i386.creturn error;
error49arch/i386/kernel/sys_i386.cint error;
error53arch/i386/kernel/sys_i386.cerror = verify_area(VERIFY_READ, buffer, 6*sizeof(long));
error54arch/i386/kernel/sys_i386.cif (error)
error55arch/i386/kernel/sys_i386.creturn error;
error106arch/i386/kernel/vm86.cint error;
error111arch/i386/kernel/vm86.cerror = verify_area(VERIFY_WRITE,v86,sizeof(*v86));
error112arch/i386/kernel/vm86.cif (error)
error113arch/i386/kernel/vm86.creturn error;
error173arch/mips/kernel/process.cint error;
error176arch/mips/kernel/process.cerror = getname((char *) regs.reg4, &filename);
error177arch/mips/kernel/process.cif (error)
error178arch/mips/kernel/process.creturn error;
error179arch/mips/kernel/process.cerror = do_execve(filename, (char **) regs.reg5, (char **) regs.reg6, &regs);
error181arch/mips/kernel/process.creturn error;
error142arch/sparc/prom/tree.cint thisnode, error;
error146arch/sparc/prom/tree.cerror = prom_getproperty(thisnode, "name", promlib_buf,
error149arch/sparc/prom/tree.cif(error == -1) continue;
error640drivers/block/cm206.cint quarter, error; 
error651drivers/block/cm206.cerror=0;
error667drivers/block/cm206.cerror=1;
error670drivers/block/cm206.cend_request(!error);
error481drivers/block/floppy.cvoid (*error)(void); /* this is called to tally an error */
error1335drivers/block/floppy.ccont->error();
error1413drivers/block/floppy.ccont->error();
error1535drivers/block/floppy.ccont->error();
error1661drivers/block/floppy.ccont->error(); /* a reset just after a reset. BAD! */
error1988drivers/block/floppy.ccont->error();
error2200drivers/block/floppy.ccont->error();
error2621drivers/block/floppy.cint error;
error2624drivers/block/floppy.cerror = -1;
error2646drivers/block/floppy.c(CURRENT->errors || error == CURRENT->dev)){
error2647drivers/block/floppy.cerror=CURRENT->dev;
error2652drivers/block/floppy.cerror=-1;
error1007drivers/block/ide.cWAIT_STAT(dev, good, bad, timeout, "status", error);
error1010drivers/block/ide.cerror:
error1056drivers/block/ide.cWAIT_STAT(dev,DATA_READY,dev->bad_wstat,WAIT_DRQ,"DRQ",error);
error1089drivers/block/ide.cerror:
error1421drivers/char/console.cstatic int error = 0;
error1422drivers/char/console.cif (!error) {
error1423drivers/char/console.cerror = 1;
error2083drivers/char/cyclades.cint error;
error2093drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2095drivers/char/cyclades.cif (error){
error2096drivers/char/cyclades.cret_val = error;
error2102drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2104drivers/char/cyclades.cif (error){
error2105drivers/char/cyclades.cret_val = error;
error2114drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2116drivers/char/cyclades.cif (error){
error2117drivers/char/cyclades.cret_val = error;
error2126drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2128drivers/char/cyclades.cif (error){
error2129drivers/char/cyclades.cret_val = error;
error2138drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2140drivers/char/cyclades.cif (error){
error2141drivers/char/cyclades.cret_val = error;
error2172drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2174drivers/char/cyclades.cif (error){
error2175drivers/char/cyclades.cret_val = error;
error2188drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2190drivers/char/cyclades.cif (error){
error2191drivers/char/cyclades.cret_val = error;
error2197drivers/char/cyclades.cerror = verify_area(VERIFY_WRITE, (void *) arg
error2199drivers/char/cyclades.cif (error){
error2200drivers/char/cyclades.cret_val = error;
error1728drivers/char/scc.cint error;
error1811drivers/char/scc.cerror = verify_area(VERIFY_WRITE, (void *) arg,sizeof(unsigned int *));
error1812drivers/char/scc.cif (error)
error1813drivers/char/scc.creturn error;
error1862drivers/char/scc.cerror = verify_area(VERIFY_WRITE, (void *) arg, sizeof(struct termios));
error1863drivers/char/scc.cif (error)
error1864drivers/char/scc.creturn error;
error1885drivers/char/scc.cerror = verify_area(VERIFY_WRITE, (void *) arg,sizeof(struct scc_stat));
error1886drivers/char/scc.cif (error)
error1887drivers/char/scc.creturn error;
error1905drivers/char/scc.cerror = verify_area(VERIFY_WRITE, (void *) arg,sizeof(struct ioctl_command));
error1906drivers/char/scc.cif (error)
error1907drivers/char/scc.creturn error;
error1601drivers/char/serial.cint error;
error1604drivers/char/serial.cerror = verify_area(VERIFY_READ, value, sizeof(int));
error1605drivers/char/serial.cif (error)
error1606drivers/char/serial.creturn error;
error1828drivers/char/serial.cint error;
error1859drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,sizeof(long));
error1860drivers/char/serial.cif (error)
error1861drivers/char/serial.creturn error;
error1872drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1874drivers/char/serial.cif (error)
error1875drivers/char/serial.creturn error;
error1882drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1884drivers/char/serial.cif (error)
error1885drivers/char/serial.creturn error;
error1895drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1897drivers/char/serial.cif (error)
error1898drivers/char/serial.creturn error;
error1903drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1905drivers/char/serial.cif (error)
error1906drivers/char/serial.creturn error;
error1919drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1921drivers/char/serial.cif (error)
error1922drivers/char/serial.creturn error;
error1928drivers/char/serial.cerror = verify_area(VERIFY_WRITE, (void *) arg,
error1930drivers/char/serial.cif (error)
error1931drivers/char/serial.creturn error;
error1920drivers/char/tpqic02.cint error;
error1948drivers/char/tpqic02.cerror = verify_area(VERIFY_WRITE, buf, count);
error1949drivers/char/tpqic02.cif (error)
error1950drivers/char/tpqic02.creturn error;
error2095drivers/char/tpqic02.cint error;
error2130drivers/char/tpqic02.cerror = verify_area(VERIFY_READ, buf, count);
error2131drivers/char/tpqic02.cif (error)
error2132drivers/char/tpqic02.creturn error;
error2562drivers/char/tpqic02.cint error;
error2619drivers/char/tpqic02.cerror = verify_area(VERIFY_WRITE, (void *) ioarg, sizeof(qic02_tape_dynconf));
error2620drivers/char/tpqic02.cif (error)
error2621drivers/char/tpqic02.creturn error;
error2645drivers/char/tpqic02.cerror = verify_area(VERIFY_READ, (char *) ioarg, sizeof(qic02_tape_dynconf));
error2646drivers/char/tpqic02.cif (error)
error2647drivers/char/tpqic02.creturn error;
error2677drivers/char/tpqic02.cerror = verify_area(VERIFY_READ, (char *) ioarg, sizeof(operation));
error2678drivers/char/tpqic02.cif (error)
error2679drivers/char/tpqic02.creturn error;
error2710drivers/char/tpqic02.cif ((error = do_ioctl_cmd(operation.mt_op)) != 0)
error2711drivers/char/tpqic02.creturn error;
error2716drivers/char/tpqic02.cif ((error = do_ioctl_cmd(operation.mt_op)) != 0)
error2717drivers/char/tpqic02.creturn error;
error2734drivers/char/tpqic02.cerror =  verify_area(VERIFY_WRITE, (void *) ioarg, sizeof(ioctl_status));
error2735drivers/char/tpqic02.cif (error)
error2736drivers/char/tpqic02.creturn error;
error2762drivers/char/tpqic02.cerror = verify_area(VERIFY_WRITE, (void *) ioarg, sizeof(ioctl_tell));
error2763drivers/char/tpqic02.cif (error)
error2764drivers/char/tpqic02.creturn error;
error1655drivers/char/tty_io.cint error;
error1660drivers/char/tty_io.cerror = register_chrdev(driver->major, driver->name, &tty_fops);
error1661drivers/char/tty_io.cif (error < 0)
error1662drivers/char/tty_io.creturn error;
error1664drivers/char/tty_io.cdriver->major = error;
error1673drivers/char/tty_io.creturn error;
error185drivers/net/3c505.hword  error;
error580drivers/net/3c509.cshort error = rx_status & 0x3800;
error582drivers/net/3c509.cswitch (error) {
error317drivers/net/plip.cint error);
error357drivers/net/plip.cint error)
error364drivers/net/plip.cif (error != ERROR) { /* Timeout */
error385drivers/net/plip.cif (error != ERROR) { /* Timeout */
error623drivers/net/ppp.cint    error;
error631drivers/net/ppp.cerror = verify_area (VERIFY_WRITE,
error635drivers/net/ppp.cif (error == 0) {
error643drivers/net/ppp.creturn error;
error823drivers/net/ppp.cint n, error;
error851drivers/net/ppp.cerror = buff[n];
error852drivers/net/ppp.c} else error = 0;
error855drivers/net/ppp.cif (error)
error856drivers/net/ppp.cppp->toss = error;
error1421drivers/net/ppp.cint error;
error1436drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1437drivers/net/ppp.cif (error == 0) {
error1446drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
error1447drivers/net/ppp.cif (error == 0) {
error1460drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1461drivers/net/ppp.cif (error == 0) {
error1469drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
error1470drivers/net/ppp.cif (error == 0) {
error1478drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1479drivers/net/ppp.cif (error == 0) {
error1489drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1490drivers/net/ppp.cif (error == 0) {
error1498drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
error1499drivers/net/ppp.cif (error == 0) {
error1506drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1507drivers/net/ppp.cif (error == 0) {
error1515drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1516drivers/net/ppp.cif (error == 0) {
error1526drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (temp_i));
error1527drivers/net/ppp.cif (error == 0) {
error1535drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_stats));
error1536drivers/net/ppp.cif (error == 0) {
error1543drivers/net/ppp.cerror = verify_area (VERIFY_WRITE, (void *) l, sizeof (struct ppp_ddinfo));
error1544drivers/net/ppp.cif (error == 0) {
error1560drivers/net/ppp.cerror = verify_area (VERIFY_WRITE,
error1563drivers/net/ppp.cif (error == 0) {
error1572drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l,
error1574drivers/net/ppp.cif (error == 0) {
error1585drivers/net/ppp.cerror = -EINVAL;
error1594drivers/net/ppp.cerror = verify_area (VERIFY_READ, (void *) l, sizeof (temp_i));
error1595drivers/net/ppp.cif (error == 0) {
error1606drivers/net/ppp.cerror = -ENOMEM;
error1615drivers/net/ppp.cerror = n_tty_ioctl(tty, file, i, l);
error1628drivers/net/ppp.cerror = -ENOIOCTLCMD;
error1630drivers/net/ppp.cerror = -EINVAL;
error1634drivers/net/ppp.creturn error;
error236drivers/pci/pci.cchar *pci_strbioserr (int error)
error238drivers/pci/pci.cswitch (error) {
error862drivers/scsi/53c7,8xx.cint error, expected_chip;
error876drivers/scsi/53c7,8xx.cif ((error = pcibios_read_config_word (bus, device_fn, PCI_VENDOR_ID, 
error878drivers/scsi/53c7,8xx.c(error = pcibios_read_config_word (bus, device_fn, PCI_DEVICE_ID, 
error880drivers/scsi/53c7,8xx.c(error = pcibios_read_config_word (bus, device_fn, PCI_COMMAND, 
error882drivers/scsi/53c7,8xx.c(error = pcibios_read_config_dword (bus, device_fn, 
error884drivers/scsi/53c7,8xx.c(error = pcibios_read_config_dword (bus, device_fn, 
error886drivers/scsi/53c7,8xx.c(error = pcibios_read_config_byte (bus, device_fn, PCI_CLASS_REVISION,
error888drivers/scsi/53c7,8xx.c(error = pcibios_read_config_byte (bus, device_fn, PCI_INTERRUPT_LINE,
error892drivers/scsi/53c7,8xx.c, pci_strbioserr(error));
error2155drivers/scsi/53c7,8xx.cint i, j, error, len;
error2162drivers/scsi/53c7,8xx.cif (error = verify_area(VERIFY_READ,buf,count))
error2163drivers/scsi/53c7,8xx.creturn error;
error337drivers/scsi/aha152x.cvoid aha152x_done( int error );
error1139drivers/scsi/aha152x.cvoid aha152x_done( int error )
error1156drivers/scsi/aha152x.cprintk("done(%x), ", error);
error1190drivers/scsi/aha152x.cdone_SC->result = error;
error3162drivers/scsi/aic7xxx.cint error;
error3210drivers/scsi/aic7xxx.cerror = pcibios_read_config_dword(pci_bus, pci_device_fn,
error3213drivers/scsi/aic7xxx.cif (error)
error3215drivers/scsi/aic7xxx.cpanic("aic7xxx_detect: error 0x%x reading i/o port.\n", error);
error3218drivers/scsi/aic7xxx.cerror = pcibios_read_config_byte(pci_bus, pci_device_fn,
error3220drivers/scsi/aic7xxx.cif (error)
error3222drivers/scsi/aic7xxx.cpanic("aic7xxx_detect: error %d reading irq.\n", error);
error3233drivers/scsi/aic7xxx.cerror = pcibios_read_config_byte(pci_bus, pci_device_fn,
error3239drivers/scsi/aic7xxx.cerror = pcibios_read_config_byte(pci_bus, pci_device_fn,
error3241drivers/scsi/aic7xxx.cerror = pcibios_read_config_byte(pci_bus, pci_device_fn,
error85drivers/scsi/aic7xxx_asm.cerror("out of memory");
error94drivers/scsi/aic7xxx_asm.cerror("out of memory");
error123drivers/scsi/aic7xxx_asm.cerror("redefined symbol");
error231drivers/scsi/aic7xxx_asm.cerror("line too long");
error245drivers/scsi/aic7xxx_asm.cerror("too many tokens");
error250drivers/scsi/aic7xxx_asm.cerror("unterminated string constant");
error257drivers/scsi/aic7xxx_asm.cerror("too many tokens");
error370drivers/scsi/aic7xxx_asm.cerror("invalid jump");
error394drivers/scsi/aic7xxx_asm.cerror("undefined symbol used");
error430drivers/scsi/aic7xxx_asm.cerror("immediate value of zero selects accumulator");
error439drivers/scsi/aic7xxx_asm.cerror("undefined symbol used");
error496drivers/scsi/aic7xxx_asm.cerror("unknown opcode or wrong number of operands");
error505drivers/scsi/aic7xxx_asm.cerror("Memory exhausted!\n");
error517drivers/scsi/aic7xxx_asm.cerror("illegal use of \"ret\"");
error384drivers/scsi/constants.cchar * error = NULL;
error404drivers/scsi/constants.cerror = "Current";
error407drivers/scsi/constants.cerror = "Deferred";
error410drivers/scsi/constants.cerror = "Invalid";
error413drivers/scsi/constants.cprintk("%s error ", error);
error1097drivers/scsi/eata_dma.cu32 error, i, x;
error1110drivers/scsi/eata_dma.cif (!(error = pcibios_read_config_word(pci_bus, pci_device_fn, 
error1113drivers/scsi/eata_dma.cif (!(error = pcibios_read_config_word(pci_bus, 
error1123drivers/scsi/eata_dma.c"PCI_COMMAND\n", error);
error1128drivers/scsi/eata_dma.cerror);
error1132drivers/scsi/eata_dma.cif (!(error = pcibios_read_config_dword(pci_bus, pci_device_fn,
error1175drivers/scsi/eata_dma.c"PCI_BASE_ADDRESS_0\n", error);
error172drivers/scsi/eata_generic.h__u8 error:1;     /* previous command ended in an error        */
error889drivers/scsi/eata_pio.cu32 error, i, x;
error902drivers/scsi/eata_pio.cif (!(error = pcibios_read_config_word(pci_bus, pci_device_fn, 
error905drivers/scsi/eata_pio.cif (!(error = pcibios_read_config_word(pci_bus, 
error915drivers/scsi/eata_pio.c"PCI_COMMAND\n", error);
error920drivers/scsi/eata_pio.cerror);
error924drivers/scsi/eata_pio.cif (!(error = pcibios_read_config_dword(pci_bus, pci_device_fn,
error964drivers/scsi/eata_pio.c"PCI_BASE_ADDRESS_0\n", error);
error702drivers/scsi/fdomain.cint              error;
error773drivers/scsi/fdomain.cif ((error = pcibios_read_config_dword( pci_bus,
error777drivers/scsi/fdomain.c|| (error = pcibios_read_config_byte( pci_bus,
error1092drivers/scsi/fdomain.cvoid my_done( int error )
error1098drivers/scsi/fdomain.ccurrent_SC->result = error;
error27drivers/scsi/sd_ioctl.cint error;
error35drivers/scsi/sd_ioctl.cerror = verify_area(VERIFY_WRITE, loc, sizeof(*loc));
error36drivers/scsi/sd_ioctl.cif (error)
error37drivers/scsi/sd_ioctl.creturn error;
error53drivers/scsi/sd_ioctl.cerror = verify_area(VERIFY_WRITE, (long *) arg, sizeof(long));
error54drivers/scsi/sd_ioctl.cif (error)
error55drivers/scsi/sd_ioctl.creturn error;
error185fs/binfmt_elf.cint error;
error190fs/binfmt_elf.cerror = load_addr = 0;
error231fs/binfmt_elf.cerror = do_mmap(file, 
error238fs/binfmt_elf.cif(error < 0 && error > -1024) break;  /* Real error */
error241fs/binfmt_elf.cload_addr = error;
error261fs/binfmt_elf.cif(error < 0 && error > -1024) {
error347fs/binfmt_elf.cint error;
error570fs/binfmt_elf.cerror = do_mmap(file,
error662fs/binfmt_elf.cerror = do_mmap(NULL, 0, 4096, PROT_READ | PROT_EXEC,
error686fs/binfmt_elf.cint error;
error743fs/binfmt_elf.cerror = do_mmap(file,
error754fs/binfmt_elf.cif (error != (elf_phdata->p_vaddr & 0xfffff000)) {
error757fs/binfmt_elf.creturn error;
error1790fs/buffer.cint i, error;
error1808fs/buffer.cerror = verify_area(VERIFY_WRITE, (void *) data, sizeof(int));
error1809fs/buffer.cif (error)
error1810fs/buffer.creturn error;
error105fs/exec.cint error, fd;
error132fs/exec.cerror = f->f_op->open(inode,f);
error133fs/exec.cif (error) {
error136fs/exec.creturn error;
error353fs/exec.cint error, i = 0;
error357fs/exec.cerror = verify_area(VERIFY_READ, tmp, sizeof(char *));
error358fs/exec.cif (error)
error359fs/exec.creturn error;
error362fs/exec.cerror = verify_area(VERIFY_READ, p, 1);
error363fs/exec.cif (error)
error364fs/exec.creturn error;
error748fs/exec.cunsigned long error;
error814fs/exec.cerror = do_mmap(file, N_TXTADDR(ex), ex.a_text,
error819fs/exec.cif (error != N_TXTADDR(ex)) {
error822fs/exec.creturn error;
error825fs/exec.cerror = do_mmap(file, N_DATADDR(ex), ex.a_data,
error830fs/exec.cif (error != N_DATADDR(ex)) {
error832fs/exec.creturn error;
error873fs/exec.cunsigned long error;
error904fs/exec.cerror = do_mmap(file, start_addr, ex.a_text + ex.a_data,
error908fs/exec.cif (error != start_addr)
error909fs/exec.creturn error;
error67fs/ext/dir.cint error;
error77fs/ext/dir.cerror = 0;
error78fs/ext/dir.cwhile (!error && filp->f_pos < inode->i_size) {
error106fs/ext/dir.cerror = filldir(dirent, de->name, de->name_len, filp->f_pos, de->inode);
error107fs/ext/dir.cif (error)
error50fs/ext/symlink.cint error;
error79fs/ext/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
error82fs/ext/symlink.creturn error;
error101fs/ext2/dir.cint error = 0;
error117fs/ext2/dir.cwhile (!error && !stored && filp->f_pos < inode->i_size) {
error172fs/ext2/dir.cwhile (!error && filp->f_pos < inode->i_size 
error193fs/ext2/dir.cerror = filldir(dirent, de->name, de->name_len, filp->f_pos, de->inode);
error194fs/ext2/dir.cif (error)
error55fs/ext2/symlink.cint error;
error79fs/ext2/symlink.cif (!(bh = ext2_bread (inode, 0, 0, &error))) {
error88fs/ext2/symlink.cerror = open_namei (link, flag, mode, res_inode, dir);
error93fs/ext2/symlink.creturn error;
error19fs/ioctl.cint error;
error28fs/ioctl.cerror = verify_area(VERIFY_WRITE,(void *) arg,4);
error29fs/ioctl.cif (error)
error30fs/ioctl.creturn error;
error38fs/ioctl.cerror = verify_area(VERIFY_WRITE,(void *) arg,4);
error39fs/ioctl.cif (error)
error40fs/ioctl.creturn error;
error45fs/ioctl.cerror = verify_area(VERIFY_WRITE,(void *) arg,sizeof(int));
error46fs/ioctl.cif (error)
error47fs/ioctl.creturn error;
error52fs/isofs/symlink.cint error;
error78fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
error81fs/isofs/symlink.creturn error;
error120fs/locks.cint error;
error127fs/locks.cerror = verify_area(VERIFY_WRITE, l, sizeof(*l));
error128fs/locks.cif (error)
error129fs/locks.creturn (error);
error163fs/locks.cint error;
error175fs/locks.cerror = verify_area(VERIFY_READ, l, sizeof(*l));
error176fs/locks.cif (error)
error177fs/locks.creturn (error);
error218fs/minix/namei.cint error;
error234fs/minix/namei.cerror = minix_add_entry(dir,name,len, &bh ,&de);
error235fs/minix/namei.cif (error) {
error240fs/minix/namei.creturn error;
error252fs/minix/namei.cint error;
error291fs/minix/namei.cerror = minix_add_entry(dir, name, len, &bh, &de);
error292fs/minix/namei.cif (error) {
error297fs/minix/namei.creturn error;
error309fs/minix/namei.cint error;
error358fs/minix/namei.cerror = minix_add_entry(dir, name, len, &bh, &de);
error359fs/minix/namei.cif (error) {
error363fs/minix/namei.creturn error;
error601fs/minix/namei.cint error;
error622fs/minix/namei.cerror = minix_add_entry(dir, name, len, &bh, &de);
error623fs/minix/namei.cif (error) {
error626fs/minix/namei.creturn error;
error48fs/minix/symlink.cint error;
error77fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
error80fs/minix/symlink.creturn error;
error275fs/msdos/file.cint error,carry;
error295fs/msdos/file.cerror = carry = 0;
error298fs/msdos/file.cif ((error = msdos_add_cluster(inode)) < 0) break;
error299fs/msdos/file.cif (error) {
error313fs/msdos/file.cerror = -EIO;
error317fs/msdos/file.cerror = -EIO;
error355fs/msdos/file.creturn error;
error174fs/msdos/inode.cint debug,error,fat,quiet;
error245fs/msdos/inode.cerror = !b->cluster_size || !sector_mult;
error246fs/msdos/inode.cif (!error) {
error251fs/msdos/inode.cerror = !MSDOS_SB(sb)->fats || (MSDOS_SB(sb)->dir_entries &
error267fs/msdos/inode.cif (error || debug) {
error281fs/msdos/inode.cif (error) {
error477fs/msdos/inode.cint error;
error479fs/msdos/inode.cerror = inode_change_ok(inode, attr);
error480fs/msdos/inode.cif (error)
error481fs/msdos/inode.creturn error;
error489fs/msdos/inode.cerror = -EPERM;
error491fs/msdos/inode.cif (error)
error492fs/msdos/inode.creturn MSDOS_SB(inode->i_sb)->quiet ? 0 : error;
error481fs/msdos/misc.cint error,current,prev,nr;
error498fs/msdos/misc.cif ((error = raw_scan(dir->i_sb,prev,NULL,&current,&nr,NULL,
error501fs/msdos/misc.creturn error;
error445fs/msdos/namei.cint new_ino,exists,error;
error458fs/msdos/namei.cerror = S_ISDIR(new_inode->i_mode) ? (old_de->attr & ATTR_DIR) ?
error461fs/msdos/namei.cif (error) {
error464fs/msdos/namei.creturn error;
error498fs/msdos/namei.cint error,exists,ino;
error511fs/msdos/namei.cwhile ((error = msdos_scan(new_dir,NULL,&free_bh,&free_de,&free_ino)) <
error513fs/msdos/namei.cif (error != -ENOENT) return error;
error514fs/msdos/namei.cerror = msdos_add_cluster(new_dir);
error515fs/msdos/namei.cif (error) return error;
error536fs/msdos/namei.cerror = S_ISDIR(new_inode->i_mode) ? (old_de->attr & ATTR_DIR) ?
error539fs/msdos/namei.cif (error) {
error543fs/msdos/namei.creturn error;
error583fs/msdos/namei.cif ((error = msdos_scan(old_inode,MSDOS_DOTDOT,&dotdot_bh,
error587fs/msdos/namei.cerror = -EIO;
error601fs/msdos/namei.cerror = 0;
error605fs/msdos/namei.creturn error;
error616fs/msdos/namei.cint old_ino,error;
error618fs/msdos/namei.cif ((error = msdos_format_name(MSDOS_SB(old_dir->i_sb)->name_check,
error620fs/msdos/namei.cif ((error = msdos_format_name(MSDOS_SB(new_dir->i_sb)->name_check,
error622fs/msdos/namei.cif ((error = msdos_scan(old_dir,old_msdos_name,&old_bh,&old_de,
error626fs/msdos/namei.cerror = rename_same_dir(old_dir,old_msdos_name,new_dir,
error628fs/msdos/namei.celse error = rename_diff_dir(old_dir,old_msdos_name,new_dir,
error635fs/msdos/namei.creturn error;
error56fs/namei.cint i, error;
error63fs/namei.cerror = -EFAULT;
error65fs/namei.cerror = -ENAMETOOLONG;
error83fs/namei.creturn error;
error219fs/namei.cint len,error;
error240fs/namei.cerror = lookup(base,thisname,len,&inode);
error241fs/namei.cif (error) {
error243fs/namei.creturn error;
error245fs/namei.cerror = follow_link(base,inode,0,0,&base);
error246fs/namei.cif (error)
error247fs/namei.creturn error;
error263fs/namei.cint namelen,error;
error267fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&base);
error268fs/namei.cif (error)
error269fs/namei.creturn error;
error271fs/namei.cerror = lookup(base,basename,namelen,&inode);
error272fs/namei.cif (error) {
error274fs/namei.creturn error;
error277fs/namei.cerror = follow_link(base,inode,0,0,&inode);
error278fs/namei.cif (error)
error279fs/namei.creturn error;
error288fs/namei.cint error;
error291fs/namei.cerror = getname(pathname,&tmp);
error292fs/namei.cif (!error) {
error293fs/namei.cerror = _namei(tmp,NULL,0,res_inode);
error296fs/namei.creturn error;
error308fs/namei.cint error;
error311fs/namei.cerror = getname(pathname,&tmp);
error312fs/namei.cif (!error) {
error313fs/namei.cerror = _namei(tmp,NULL,1,res_inode);
error316fs/namei.creturn error;
error336fs/namei.cint namelen,error;
error341fs/namei.cerror = dir_namei(pathname,&namelen,&basename,base,&dir);
error342fs/namei.cif (error)
error343fs/namei.creturn error;
error350fs/namei.cif ((error = permission(dir,ACC_MODE(flag))) != 0) {
error352fs/namei.creturn error;
error360fs/namei.cerror = lookup(dir,basename,namelen,&inode);
error361fs/namei.cif (!error) {
error364fs/namei.cerror = -EEXIST;
error366fs/namei.c} else if ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0)
error369fs/namei.cerror = -EACCES;
error371fs/namei.cerror = -EROFS;
error374fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
error377fs/namei.creturn error;
error381fs/namei.cerror = lookup(dir,basename,namelen,&inode);
error382fs/namei.cif (error) {
error384fs/namei.creturn error;
error386fs/namei.cerror = follow_link(dir,inode,flag,mode,&inode);
error387fs/namei.cif (error)
error388fs/namei.creturn error;
error393fs/namei.cif ((error = permission(inode,ACC_MODE(flag))) != 0) {
error395fs/namei.creturn error;
error419fs/namei.cif ((error = get_write_access(inode))) {
error421fs/namei.creturn error;
error425fs/namei.cif ((error = notify_change(inode, &newattrs))) {
error428fs/namei.creturn error;
error443fs/namei.cint namelen, error;
error447fs/namei.cerror = dir_namei(filename,&namelen,&basename, NULL, &dir);
error448fs/namei.cif (error)
error449fs/namei.creturn error;
error458fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error460fs/namei.creturn error;
error468fs/namei.cerror = dir->i_op->mknod(dir,basename,namelen,mode,dev);
error471fs/namei.creturn error;
error476fs/namei.cint error;
error490fs/namei.cerror = getname(filename,&tmp);
error491fs/namei.cif (!error) {
error492fs/namei.cerror = do_mknod(tmp,mode,dev);
error495fs/namei.creturn error;
error501fs/namei.cint namelen, error;
error504fs/namei.cerror = dir_namei(pathname,&namelen,&basename,NULL,&dir);
error505fs/namei.cif (error)
error506fs/namei.creturn error;
error515fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error517fs/namei.creturn error;
error525fs/namei.cerror = dir->i_op->mkdir(dir, basename, namelen, mode & 0777 & ~current->fs->umask);
error528fs/namei.creturn error;
error533fs/namei.cint error;
error536fs/namei.cerror = getname(pathname,&tmp);
error537fs/namei.cif (!error) {
error538fs/namei.cerror = do_mkdir(tmp,mode);
error541fs/namei.creturn error;
error547fs/namei.cint namelen, error;
error550fs/namei.cerror = dir_namei(name,&namelen,&basename,NULL,&dir);
error551fs/namei.cif (error)
error552fs/namei.creturn error;
error561fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error563fs/namei.creturn error;
error581fs/namei.cint error;
error584fs/namei.cerror = getname(pathname,&tmp);
error585fs/namei.cif (!error) {
error586fs/namei.cerror = do_rmdir(tmp);
error589fs/namei.creturn error;
error595fs/namei.cint namelen, error;
error598fs/namei.cerror = dir_namei(name,&namelen,&basename,NULL,&dir);
error599fs/namei.cif (error)
error600fs/namei.creturn error;
error609fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error611fs/namei.creturn error;
error629fs/namei.cint error;
error632fs/namei.cerror = getname(pathname,&tmp);
error633fs/namei.cif (!error) {
error634fs/namei.cerror = do_unlink(tmp);
error637fs/namei.creturn error;
error644fs/namei.cint namelen, error;
error646fs/namei.cerror = dir_namei(newname,&namelen,&basename,NULL,&dir);
error647fs/namei.cif (error)
error648fs/namei.creturn error;
error657fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error659fs/namei.creturn error;
error667fs/namei.cerror = dir->i_op->symlink(dir,basename,namelen,oldname);
error670fs/namei.creturn error;
error675fs/namei.cint error;
error678fs/namei.cerror = getname(oldname,&from);
error679fs/namei.cif (!error) {
error680fs/namei.cerror = getname(newname,&to);
error681fs/namei.cif (!error) {
error682fs/namei.cerror = do_symlink(from,to);
error687fs/namei.creturn error;
error694fs/namei.cint namelen, error;
error696fs/namei.cerror = dir_namei(newname,&namelen,&basename,NULL,&dir);
error697fs/namei.cif (error) {
error699fs/namei.creturn error;
error716fs/namei.cif ((error = permission(dir,MAY_WRITE | MAY_EXEC)) != 0) {
error719fs/namei.creturn error;
error736fs/namei.cerror = dir->i_op->link(oldinode, dir, basename, namelen);
error739fs/namei.creturn error;
error744fs/namei.cint error;
error748fs/namei.cerror = namei(oldname, &oldinode);
error749fs/namei.cif (error)
error750fs/namei.creturn error;
error751fs/namei.cerror = getname(newname,&to);
error752fs/namei.cif (error) {
error754fs/namei.creturn error;
error756fs/namei.cerror = do_link(oldinode,to);
error758fs/namei.creturn error;
error765fs/namei.cint old_len, new_len, error;
error767fs/namei.cerror = dir_namei(oldname,&old_len,&old_base,NULL,&old_dir);
error768fs/namei.cif (error)
error769fs/namei.creturn error;
error770fs/namei.cif ((error = permission(old_dir,MAY_WRITE | MAY_EXEC)) != 0) {
error772fs/namei.creturn error;
error780fs/namei.cerror = dir_namei(newname,&new_len,&new_base,NULL,&new_dir);
error781fs/namei.cif (error) {
error783fs/namei.creturn error;
error785fs/namei.cif ((error = permission(new_dir,MAY_WRITE | MAY_EXEC)) != 0){
error788fs/namei.creturn error;
error822fs/namei.cerror = old_dir->i_op->rename(old_dir, old_base, old_len, 
error826fs/namei.creturn error;
error831fs/namei.cint error;
error834fs/namei.cerror = getname(oldname,&from);
error835fs/namei.cif (!error) {
error836fs/namei.cerror = getname(newname,&to);
error837fs/namei.cif (!error) {
error838fs/namei.cerror = do_rename(from,to);
error843fs/namei.creturn error;
error305fs/nfs/dir.cint error;
error325fs/nfs/dir.cif ((error = nfs_proc_lookup(NFS_SERVER(dir), NFS_FH(dir),
error328fs/nfs/dir.creturn error;
error346fs/nfs/dir.cint error;
error361fs/nfs/dir.cif ((error = nfs_proc_create(NFS_SERVER(dir), NFS_FH(dir),
error364fs/nfs/dir.creturn error;
error381fs/nfs/dir.cint error;
error399fs/nfs/dir.cerror = nfs_proc_create(NFS_SERVER(dir), NFS_FH(dir),
error401fs/nfs/dir.cif (!error)
error404fs/nfs/dir.creturn error;
error412fs/nfs/dir.cint error;
error426fs/nfs/dir.cerror = nfs_proc_mkdir(NFS_SERVER(dir), NFS_FH(dir),
error428fs/nfs/dir.cif (!error)
error431fs/nfs/dir.creturn error;
error436fs/nfs/dir.cint error;
error447fs/nfs/dir.cerror = nfs_proc_rmdir(NFS_SERVER(dir), NFS_FH(dir), name);
error448fs/nfs/dir.cif (!error)
error451fs/nfs/dir.creturn error;
error456fs/nfs/dir.cint error;
error467fs/nfs/dir.cerror = nfs_proc_remove(NFS_SERVER(dir), NFS_FH(dir), name);
error468fs/nfs/dir.cif (!error)
error471fs/nfs/dir.creturn error;
error478fs/nfs/dir.cint error;
error496fs/nfs/dir.cerror = nfs_proc_symlink(NFS_SERVER(dir), NFS_FH(dir),
error499fs/nfs/dir.creturn error;
error505fs/nfs/dir.cint error;
error524fs/nfs/dir.cerror = nfs_proc_link(NFS_SERVER(oldinode), NFS_FH(oldinode),
error526fs/nfs/dir.cif (!error)
error530fs/nfs/dir.creturn error;
error536fs/nfs/dir.cint error;
error555fs/nfs/dir.cerror = nfs_proc_rename(NFS_SERVER(old_dir),
error558fs/nfs/dir.cif (!error) {
error564fs/nfs/dir.creturn error;
error147fs/nfs/inode.cint error;
error151fs/nfs/inode.cerror = nfs_proc_statfs(&sb->u.nfs_sb.s_server, &sb->u.nfs_sb.s_root,
error153fs/nfs/inode.cif (error) {
error154fs/nfs/inode.cprintk("nfs_statfs: statfs error = %d\n", -error);
error181fs/nfs/inode.cint error;
error189fs/nfs/inode.cerror = nfs_proc_getattr(&sb->u.nfs_sb.s_server, fhandle,
error191fs/nfs/inode.cif (error) {
error192fs/nfs/inode.cprintk("nfs_fhget: getattr error = %d\n", -error);
error216fs/nfs/inode.cint error;
error250fs/nfs/inode.cerror = nfs_proc_setattr(NFS_SERVER(inode), NFS_FH(inode),
error252fs/nfs/inode.cif (!error)
error255fs/nfs/inode.creturn error;
error53fs/nfs/symlink.cint error, *mem;
error76fs/nfs/symlink.cerror = nfs_proc_readlink(NFS_SERVER(inode), NFS_FH(inode), &mem,
error78fs/nfs/symlink.cif (error) {
error82fs/nfs/symlink.creturn error;
error92fs/nfs/symlink.cerror = open_namei(res2, flag, mode, res_inode, dir);
error95fs/nfs/symlink.creturn error;
error100fs/nfs/symlink.cint error, *mem;
error110fs/nfs/symlink.cerror = nfs_proc_readlink(NFS_SERVER(inode), NFS_FH(inode), &mem,
error113fs/nfs/symlink.cif (! error) {
error116fs/nfs/symlink.cerror = len;
error119fs/nfs/symlink.creturn error;
error33fs/open.cint error;
error35fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
error36fs/open.cif (error)
error37fs/open.creturn error;
error38fs/open.cerror = namei(path,&inode);
error39fs/open.cif (error)
error40fs/open.creturn error;
error54fs/open.cint error;
error56fs/open.cerror = verify_area(VERIFY_WRITE, buf, sizeof(struct statfs));
error57fs/open.cif (error)
error58fs/open.creturn error;
error72fs/open.cint error;
error75fs/open.cerror = namei(path,&inode);
error76fs/open.cif (error)
error77fs/open.creturn error;
error82fs/open.cif ((error = permission(inode,MAY_WRITE)) != 0) {
error84fs/open.creturn error;
error94fs/open.cerror = get_write_access(inode);
error95fs/open.cif (error) {
error97fs/open.creturn error;
error105fs/open.cerror = notify_change(inode, &newattrs);
error108fs/open.creturn error;
error142fs/open.cint error;
error146fs/open.cerror = namei(filename,&inode);
error147fs/open.cif (error)
error148fs/open.creturn error;
error155fs/open.cerror = verify_area(VERIFY_READ, times, sizeof(*times));
error156fs/open.cif (error) {
error158fs/open.creturn error;
error165fs/open.cif ((error = permission(inode,MAY_WRITE)) != 0) {
error167fs/open.creturn error;
error175fs/open.cerror = notify_change(inode, &newattrs);
error177fs/open.creturn error;
error188fs/open.cint error;
error192fs/open.cerror = namei(filename,&inode);
error193fs/open.cif (error)
error194fs/open.creturn error;
error202fs/open.cerror = verify_area(VERIFY_READ, utimes, sizeof(times));
error203fs/open.cif (error) {
error205fs/open.creturn error;
error213fs/open.cif ((error = permission(inode,MAY_WRITE)) != 0) {
error215fs/open.creturn error;
error223fs/open.cerror = notify_change(inode, &newattrs);
error225fs/open.creturn error;
error257fs/open.cint error;
error259fs/open.cerror = namei(filename,&inode);
error260fs/open.cif (error)
error261fs/open.creturn error;
error266fs/open.cif ((error = permission(inode,MAY_EXEC)) != 0) {
error268fs/open.creturn error;
error279fs/open.cint error;
error287fs/open.cif ((error = permission(inode,MAY_EXEC)) != 0)
error288fs/open.creturn error;
error298fs/open.cint error;
error300fs/open.cerror = namei(filename,&inode);
error301fs/open.cif (error)
error302fs/open.creturn error;
error342fs/open.cint error;
error345fs/open.cerror = namei(filename,&inode);
error346fs/open.cif (error)
error347fs/open.creturn error;
error362fs/open.cerror = notify_change(inode, &newattrs);
error364fs/open.creturn error;
error411fs/open.cint error;
error414fs/open.cerror = lnamei(filename,&inode);
error415fs/open.cif (error)
error416fs/open.creturn error;
error449fs/open.cerror = notify_change(inode, &newattrs);
error451fs/open.creturn(error);
error472fs/open.cint flag,error,fd;
error490fs/open.cerror = open_namei(filename,flag,mode,&inode,NULL);
error491fs/open.cif (!error && (f->f_mode & 2)) {
error492fs/open.cerror = get_write_access(inode);
error493fs/open.cif (error)
error496fs/open.cif (error) {
error499fs/open.creturn error;
error509fs/open.cerror = f->f_op->open(inode,f);
error510fs/open.cif (error) {
error515fs/open.creturn error;
error525fs/open.cint error;
error527fs/open.cerror = getname(filename, &tmp);
error528fs/open.cif (error)
error529fs/open.creturn error;
error530fs/open.cerror = do_open(tmp,flags,mode);
error532fs/open.creturn error;
error132fs/pipe.cint error;
error136fs/pipe.cerror = verify_area(VERIFY_WRITE, (void *) arg, sizeof(int));
error137fs/pipe.cif (!error)
error139fs/pipe.creturn error;
error107fs/proc/link.cint i, error;
error114fs/proc/link.cif ((error = permission(inode, MAY_EXEC)) != 0){
error116fs/proc/link.creturn error;
error103fs/read_write.cint error;
error115fs/read_write.cerror = verify_area(VERIFY_WRITE,buf,count);
error116fs/read_write.cif (error)
error117fs/read_write.creturn error;
error123fs/read_write.cint error;
error136fs/read_write.cerror = verify_area(VERIFY_READ,buf,count);
error137fs/read_write.cif (error)
error138fs/read_write.creturn error;
error58fs/readdir.cint error;
error66fs/readdir.cerror = verify_area(VERIFY_WRITE, dirent, sizeof(struct old_linux_dirent));
error67fs/readdir.cif (error)
error68fs/readdir.creturn error;
error71fs/readdir.cerror = file->f_op->readdir(file->f_inode, file, &buf, fillonedir);
error72fs/readdir.cif (error < 0)
error73fs/readdir.creturn error;
error92fs/readdir.cint error;
error101fs/readdir.cbuf->error = -EINVAL;  /* only used if we fail.. */
error124fs/readdir.cint error;
error130fs/readdir.cerror = verify_area(VERIFY_WRITE, dirent, count);
error131fs/readdir.cif (error)
error132fs/readdir.creturn error;
error136fs/readdir.cbuf.error = 0;
error137fs/readdir.cerror = file->f_op->readdir(file->f_inode, file, &buf, filldir);
error138fs/readdir.cif (error < 0)
error139fs/readdir.creturn error;
error142fs/readdir.creturn buf.error;
error159fs/select.cint error, i;
error165fs/select.cerror = verify_area(VERIFY_WRITE,fs_pointer,sizeof(fd_set));
error166fs/select.cif (error)
error167fs/select.creturn error;
error466fs/smbfs/dir.cint error, len;
error483fs/smbfs/dir.cerror = smb_proc_getattr(&(SMB_SBP(dir->i_sb)->s_server),
error485fs/smbfs/dir.cif (error) {
error486fs/smbfs/dir.cprintk("smb_iget: getattr error = %d\n", -error);
error662fs/smbfs/dir.cint error;
error682fs/smbfs/dir.cif ((error = get_pname(dir, __name, len, &name, &len)) < 0) {
error684fs/smbfs/dir.creturn error;
error743fs/smbfs/dir.cerror = smb_proc_getattr(SMB_SERVER(dir), name, len, &finfo);
error744fs/smbfs/dir.cif (error < 0) {
error747fs/smbfs/dir.creturn error;
error766fs/smbfs/dir.cint error;
error779fs/smbfs/dir.cif ((error = get_pname(dir, name, len, &path, &len)) < 0) {
error781fs/smbfs/dir.creturn error;
error790fs/smbfs/dir.cerror = smb_proc_create(SMB_SERVER(dir), path, len, &entry);
error791fs/smbfs/dir.cif (error < 0) {
error794fs/smbfs/dir.creturn error;
error802fs/smbfs/dir.creturn error;
error811fs/smbfs/dir.cint error;
error821fs/smbfs/dir.cif ((error = get_pname_static(dir, name, len, path, &len)) < 0) {
error823fs/smbfs/dir.creturn error;
error826fs/smbfs/dir.cif ((error = smb_proc_mkdir(SMB_SERVER(dir), path, len)) == 0) {
error831fs/smbfs/dir.creturn error;
error837fs/smbfs/dir.cint error;
error845fs/smbfs/dir.cif ((error = get_pname_static(dir, name, len, path, &len)) < 0) {
error847fs/smbfs/dir.creturn error;
error850fs/smbfs/dir.cerror = -EBUSY;
error852fs/smbfs/dir.cif ((error = smb_proc_rmdir(SMB_SERVER(dir), path, len)) == 0)
error856fs/smbfs/dir.creturn error;
error862fs/smbfs/dir.cint error;
error870fs/smbfs/dir.cif ((error = get_pname_static(dir, name, len, path, &len)) < 0) {
error872fs/smbfs/dir.creturn error;
error875fs/smbfs/dir.cerror = -EBUSY;
error877fs/smbfs/dir.cif ((error = smb_proc_unlink(SMB_SERVER(dir), path, len)) == 0)
error882fs/smbfs/dir.creturn error;
error189fs/smbfs/inode.cint error;
error259fs/smbfs/inode.cerror = smb_proc_connect(server);
error263fs/smbfs/inode.cif (error < 0) {
error266fs/smbfs/inode.c"(error = %d).\n", -error);
error275fs/smbfs/inode.cif ((error = smb_proc_dskattr(sb, &(SMB_SBP(sb)->s_attr))) < 0) {
error283fs/smbfs/inode.cif ((error = smb_stat_root(server)) < 0) {
error317fs/smbfs/inode.cint error;
error321fs/smbfs/inode.cerror = smb_proc_dskattr(sb, &attr);
error323fs/smbfs/inode.cif (error) {
error324fs/smbfs/inode.cprintk("smb_statfs: dskattr error = %d\n", -error);
error344fs/smbfs/inode.cint error = 0;
error346fs/smbfs/inode.cif ((error = inode_change_ok(inode, attr)) < 0)
error347fs/smbfs/inode.creturn error;
error358fs/smbfs/inode.cif ((error = smb_make_open(inode, O_WRONLY)) < 0)
error361fs/smbfs/inode.cif ((error = smb_proc_trunc(SMB_SERVER(inode),
error389fs/smbfs/inode.cif ((error = smb_proc_setattr(SMB_SERVER(inode),
error400fs/smbfs/inode.creturn error;
error290fs/smbfs/proc.csmb_errno(int errcls, int error)
error296fs/smbfs/proc.csmb_printerr(errcls, error);
error302fs/smbfs/proc.cswitch (error) {
error327fs/smbfs/proc.cswitch (error) {
error335fs/smbfs/proc.cswitch (error) {
error363fs/smbfs/proc.cint errcls, error;
error366fs/smbfs/proc.cerror  = (int)(int)(packet[11]|packet[12]<<8);
error372fs/smbfs/proc.cprintk("smb_rcls = %d smb_err = %d\n", errcls, error);
error375fs/smbfs/proc.csmb_printerr(errcls, error);
error548fs/smbfs/proc.cint error;
error563fs/smbfs/proc.cif ((error = smb_request_ok(server, SMBopen, 7, 0)) != 0) {
error569fs/smbfs/proc.cif (error != -EACCES) {
error571fs/smbfs/proc.creturn error;
error579fs/smbfs/proc.cif ((error = smb_request_ok(server, SMBopen, 7, 0)) != 0) {
error584fs/smbfs/proc.creturn error;
error630fs/smbfs/proc.cint error;
error639fs/smbfs/proc.cif ((error = smb_request_ok(server, SMBread, 5, -1)) < 0) {
error641fs/smbfs/proc.creturn error;
error692fs/smbfs/proc.cint error;
error703fs/smbfs/proc.cif ((error = smb_request_ok(server, command, 1, 0)) < 0) {
error708fs/smbfs/proc.creturn error;
error874fs/smbfs/proc.cint error;
error919fs/smbfs/proc.cif ((error = smb_request_ok(server, SMBsearch, 1, -1)) < 0) {
error930fs/smbfs/proc.cresult = error;
error1482fs/smbfs/proc.cint error;
error1491fs/smbfs/proc.cif ((error = smb_request_ok(server, SMBdskattr, 5, 0)) < 0) {
error1496fs/smbfs/proc.creturn error;
error100fs/stat.cint error;
error102fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error103fs/stat.cif (error)
error104fs/stat.creturn error;
error105fs/stat.cerror = namei(filename,&inode);
error106fs/stat.cif (error)
error107fs/stat.creturn error;
error116fs/stat.cint error;
error118fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error119fs/stat.cif (error)
error120fs/stat.creturn error;
error121fs/stat.cerror = namei(filename,&inode);
error122fs/stat.cif (error)
error123fs/stat.creturn error;
error132fs/stat.cint error;
error134fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error135fs/stat.cif (error)
error136fs/stat.creturn error;
error137fs/stat.cerror = lnamei(filename,&inode);
error138fs/stat.cif (error)
error139fs/stat.creturn error;
error148fs/stat.cint error;
error150fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error151fs/stat.cif (error)
error152fs/stat.creturn error;
error153fs/stat.cerror = lnamei(filename,&inode);
error154fs/stat.cif (error)
error155fs/stat.creturn error;
error165fs/stat.cint error;
error167fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error168fs/stat.cif (error)
error169fs/stat.creturn error;
error180fs/stat.cint error;
error182fs/stat.cerror = verify_area(VERIFY_WRITE,statbuf,sizeof (*statbuf));
error183fs/stat.cif (error)
error184fs/stat.creturn error;
error194fs/stat.cint error;
error198fs/stat.cerror = verify_area(VERIFY_WRITE,buf,bufsiz);
error199fs/stat.cif (error)
error200fs/stat.creturn error;
error201fs/stat.cerror = lnamei(path,&inode);
error202fs/stat.cif (error)
error203fs/stat.creturn error;
error435fs/super.cint error;
error437fs/super.cerror = namei(dir,&dir_i);
error438fs/super.cif (error)
error439fs/super.creturn error;
error874fs/sysv/inode.cint error;
error876fs/sysv/inode.cif ((error = inode_change_ok(inode, attr)) != 0)
error877fs/sysv/inode.creturn error;
error211fs/sysv/namei.cint error;
error227fs/sysv/namei.cerror = sysv_add_entry(dir,name,len, &bh ,&de);
error228fs/sysv/namei.cif (error) {
error233fs/sysv/namei.creturn error;
error245fs/sysv/namei.cint error;
error284fs/sysv/namei.cerror = sysv_add_entry(dir, name, len, &bh, &de);
error285fs/sysv/namei.cif (error) {
error290fs/sysv/namei.creturn error;
error302fs/sysv/namei.cint error;
error349fs/sysv/namei.cerror = sysv_add_entry(dir, name, len, &bh, &de);
error350fs/sysv/namei.cif (error) {
error354fs/sysv/namei.creturn error;
error596fs/sysv/namei.cint error;
error617fs/sysv/namei.cerror = sysv_add_entry(dir, name, len, &bh, &de);
error618fs/sysv/namei.cif (error) {
error621fs/sysv/namei.creturn error;
error54fs/sysv/symlink.cint error;
error83fs/sysv/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
error86fs/sysv/symlink.creturn error;
error82fs/xiafs/symlink.cint error;
error115fs/xiafs/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
error118fs/xiafs/symlink.creturn error;
error59include/linux/bios32.hextern char *pcibios_strerror (int error);
error433include/linux/pci.hextern char *pci_strbioserr (int error);
error259ipc/sem.cint wokeup, error;
error265ipc/sem.cerror = try_semop(sma, q->sops, q->nsops);
error267ipc/sem.cif (error > 0)
error270ipc/sem.cif (!error)
error271ipc/sem.cerror = do_semop(sma, q->sops, q->nsops, q->undo, q->pid);
error272ipc/sem.cq->status = error;
error559ipc/sem.cint i, id, size, error;
error590ipc/sem.cerror = try_semop(sma, sops, nsops);
error591ipc/sem.cif (error < 0)
error592ipc/sem.creturn error;
error615ipc/sem.cif (error == 0) {
error617ipc/sem.cerror = do_semop(sma, sops, nsops, un, current->pid);
error620ipc/sem.creturn error;
error66kernel/fork.cint error;
error74kernel/fork.cerror = new_file->f_op->open(new_file->f_inode,new_file);
error75kernel/fork.cif (error) {
error19kernel/info.cint error;
error23kernel/info.cerror = verify_area(VERIFY_WRITE, info, sizeof(struct sysinfo));
error24kernel/info.cif (error)
error25kernel/info.creturn error;
error59kernel/itimer.cint error;
error64kernel/itimer.cerror = _getitimer(which, &get_buffer);
error65kernel/itimer.cif (error)
error66kernel/itimer.creturn error;
error67kernel/itimer.cerror = verify_area(VERIFY_WRITE, value, sizeof(struct itimerval));
error68kernel/itimer.cif (error)
error69kernel/itimer.creturn error;
error113kernel/itimer.cint error;
error117kernel/itimer.cerror = verify_area(VERIFY_READ, value, sizeof(*value));
error118kernel/itimer.cif (error)
error119kernel/itimer.creturn error;
error125kernel/itimer.cerror = verify_area(VERIFY_WRITE, ovalue, sizeof(struct itimerval));
error126kernel/itimer.cif (error)
error127kernel/itimer.creturn error;
error130kernel/itimer.cerror = _setitimer(which, &set_buffer, ovalue ? &get_buffer : 0);
error131kernel/itimer.cif (error || !ovalue)
error132kernel/itimer.creturn error;
error135kernel/itimer.creturn error;
error137kernel/module.cint error;
error146kernel/module.cif ((error = get_mod_name(module_name, name)) != 0)
error147kernel/module.creturn error;
error191kernel/module.cint error;
error213kernel/module.cif ((error = get_mod_name(module_name, name)) != 0)
error214kernel/module.creturn error;
error237kernel/module.cif ((error = verify_area(VERIFY_READ, &symtab->size, sizeof(symtab->size))))
error238kernel/module.creturn error;
error245kernel/module.cif ((error = verify_area(VERIFY_READ, symtab, size))) {
error247kernel/module.creturn error;
error319kernel/module.cint error;
error325kernel/module.cif ((error = get_mod_name(module_name, name)) != 0)
error326kernel/module.creturn error;
error60kernel/printk.cint error;
error74kernel/printk.cerror = verify_area(VERIFY_WRITE,buf,len);
error75kernel/printk.cif (error)
error76kernel/printk.creturn error;
error107kernel/printk.cerror = verify_area(VERIFY_WRITE,buf,len);
error108kernel/printk.cif (error)
error109kernel/printk.creturn error;
error25kernel/signal.cint error;
error28kernel/signal.cerror = verify_area(VERIFY_READ, set, sizeof(sigset_t));
error29kernel/signal.cif (error)
error30kernel/signal.creturn error;
error47kernel/signal.cerror = verify_area(VERIFY_WRITE, oset, sizeof(sigset_t));
error48kernel/signal.cif (error)
error49kernel/signal.creturn error;
error70kernel/signal.cint error;
error72kernel/signal.cerror = verify_area(VERIFY_WRITE, set, sizeof(sigset_t));
error73kernel/signal.cif (!error)
error75kernel/signal.creturn error;
error60kernel/sys.cint error = ESRCH;
error74kernel/sys.cerror = EPERM;
error77kernel/sys.cif (error == ESRCH)
error78kernel/sys.cerror = 0;
error80kernel/sys.cerror = EACCES;
error84kernel/sys.creturn -error;
error386kernel/sys.cint error = verify_area(VERIFY_WRITE,tbuf,sizeof *tbuf);
error387kernel/sys.cif (error)
error388kernel/sys.creturn error;
error603kernel/sys.cint error;
error607kernel/sys.cerror = verify_area(VERIFY_WRITE, name, sizeof *name);
error608kernel/sys.cif (!error)
error610kernel/sys.creturn error;
error615kernel/sys.cint error;
error618kernel/sys.cerror = verify_area(VERIFY_WRITE, name,sizeof *name);
error619kernel/sys.cif (error)
error620kernel/sys.creturn error;
error636kernel/sys.cint error;
error639kernel/sys.cerror = verify_area(VERIFY_WRITE, name,sizeof *name);
error640kernel/sys.cif (error)
error641kernel/sys.creturn error;
error657kernel/sys.cint error;
error663kernel/sys.cerror = verify_area(VERIFY_READ, name, len);
error664kernel/sys.cif (error)
error665kernel/sys.creturn error;
error693kernel/sys.cint error;
error699kernel/sys.cerror = verify_area(VERIFY_READ, name, len);
error700kernel/sys.cif (error)
error701kernel/sys.creturn error;
error709kernel/sys.cint error;
error713kernel/sys.cerror = verify_area(VERIFY_WRITE,rlim,sizeof *rlim);
error714kernel/sys.cif (error)
error715kernel/sys.creturn error;
error754kernel/sys.cint error;
error757kernel/sys.cerror = verify_area(VERIFY_WRITE, ru, sizeof *ru);
error758kernel/sys.cif (error)
error759kernel/sys.creturn error;
error127kernel/time.cint i, error;
error131kernel/time.cerror = verify_area(VERIFY_WRITE, tloc, sizeof(*tloc));
error132kernel/time.cif (error)
error133kernel/time.creturn error;
error141kernel/time.cint error, value;
error145kernel/time.cerror = verify_area(VERIFY_READ, tptr, sizeof(*tptr));
error146kernel/time.cif (error)
error147kernel/time.creturn error;
error236kernel/time.cint error;
error240kernel/time.cerror = verify_area(VERIFY_WRITE, tv, sizeof *tv);
error241kernel/time.cif (error)
error242kernel/time.creturn error;
error247kernel/time.cerror = verify_area(VERIFY_WRITE, tz, sizeof *tz);
error248kernel/time.cif (error)
error249kernel/time.creturn error;
error297kernel/time.cint error = verify_area(VERIFY_READ, tv, sizeof(*tv));
error298kernel/time.cif (error)
error299kernel/time.creturn error;
error303kernel/time.cint error = verify_area(VERIFY_READ, tz, sizeof(*tz));
error304kernel/time.cif (error)
error305kernel/time.creturn error;
error346kernel/time.cint error;
error351kernel/time.cerror = verify_area(VERIFY_WRITE, txc_p, sizeof(struct timex));
error352kernel/time.cif (error)
error353kernel/time.creturn error;
error304mm/memory.cint error = copy_one_pmd(old_pmd, new_pmd);
error305mm/memory.cif (error)
error306mm/memory.creturn error;
error466mm/memory.cint error = 0;
error475mm/memory.cerror = -ENOMEM;
error478mm/memory.cerror = zeromap_pmd_range(pmd, address, end - address, zero_pte);
error479mm/memory.cif (error)
error485mm/memory.creturn error;
error537mm/memory.cint error = 0;
error545mm/memory.cerror = -ENOMEM;
error548mm/memory.cerror = remap_pmd_range(pmd, from, end - from, offset + from, prot);
error549mm/memory.cif (error)
error555mm/memory.creturn error;
error47mm/mmap.cint error;
error149mm/mmap.cerror = file->f_op->mmap(file->f_inode, file, vma);
error151mm/mmap.cerror = anon_map(NULL, NULL, vma);
error153mm/mmap.cif (error) {
error155mm/mmap.creturn error;
error179mm/mprotect.cint error;
error186mm/mprotect.cerror = mprotect_fixup_all(vma, newflags, newprot);
error188mm/mprotect.cerror = mprotect_fixup_start(vma, end, newflags, newprot);
error190mm/mprotect.cerror = mprotect_fixup_end(vma, start, newflags, newprot);
error192mm/mprotect.cerror = mprotect_fixup_middle(vma, start, end, newflags, newprot);
error194mm/mprotect.cif (error)
error195mm/mprotect.creturn error;
error205mm/mprotect.cint error;
error228mm/mprotect.cerror = -EACCES;
error233mm/mprotect.cerror = mprotect_fixup(vma, nstart, end, newflags);
error239mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
error240mm/mprotect.cif (error)
error245mm/mprotect.cerror = -EFAULT;
error250mm/mprotect.creturn error;
error1070mm/swap.cint error;
error1100mm/swap.cerror = namei(specialfile,&swap_inode);
error1101mm/swap.cif (error)
error1104mm/swap.cerror = -EBUSY;
error1107mm/swap.cerror = -EINVAL;
error1114mm/swap.cerror = blkdev_open(swap_inode, &filp);
error1117mm/swap.cif(error)
error1119mm/swap.cerror = -ENODEV;
error1122mm/swap.cerror = -EBUSY;
error1134mm/swap.cerror = -ENOMEM;
error1140mm/swap.cerror = -EINVAL;
error1158mm/swap.cerror = -EINVAL;
error1163mm/swap.cerror = -ENOMEM;
error1206mm/swap.creturn error;
error2437net/ipv4/ip.cint error;
error2438net/ipv4/ip.cstruct sk_buff *skb=sock_alloc_send_skb(sk, length+20+15+dev->hard_header_len,0,&error);
error2440net/ipv4/ip.creturn error;
error2549net/ipv4/ip.cint error;
error2556net/ipv4/ip.cskb = sock_alloc_send_skb(sk, fraglen+15, 0, &error);
error2558net/ipv4/ip.creturn(error);