Searched refs:rc (Results 151 - 175 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dairo.c1047 int rc; local
1064 rc = PC4500_readrid(ai, first ? RID_BSSLISTFIRST : RID_BSSLISTNEXT,
1075 return rc;
1079 int rc = PC4500_readrid(ai, temp ? RID_WEP_TEMP : RID_WEP_PERM, local
1085 return rc;
1090 int rc; local
1096 rc = PC4500_writerid(ai, RID_WEP_TEMP, &wkr, sizeof(wkr));
1097 if (rc!=SUCCESS) printk(KERN_ERR "airo: WEP_TEMP set %x\n", rc);
1099 rc
1109 int rc = PC4500_readrid(ai, RID_SSID, ssidr, sizeof(*ssidr)); local
1118 int rc; local
1130 int rc; local
1196 int rc = PC4500_readrid(ai, RID_STATUS, statr, sizeof(*statr)); local
1208 int rc = PC4500_readrid(ai, RID_APLIST, aplr, sizeof(*aplr)); local
1213 int rc; local
1219 int rc = PC4500_readrid(ai, RID_CAPABILITIES, capr, sizeof(*capr)); local
1231 int rc = PC4500_readrid(ai, rid, sr, sizeof(*sr)); local
1656 int i, rc; local
2164 unsigned short rc; local
2176 int rc; local
2238 int rc; local
2577 int rc = SUCCESS; local
2619 int rc = SUCCESS; local
3587 int rc; local
3602 int rc; local
3696 int rc; local
3842 int rc; local
4027 int i, rc = 0, have_isa_dev = 0; local
4098 int rc = -EINPROGRESS; /* Call commit handler */ local
4714 int rc = -EINVAL; local
4766 int rc = -EINVAL; local
5257 int rc; local
5507 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dclikrb5.c190 krb5_error_code rc; local
197 rc = krb5_krbhst_init(ctx, realm->data, KRB5_KRBHST_KDC, &hnd);
198 if (rc) {
199 DEBUG(0, ("krb5_locate_kdc: krb5_krbhst_init failed (%s)\n", error_message(rc)));
200 return rc;
203 for ( num_kdcs = 0; (rc = krb5_krbhst_next(ctx, hnd, &hinfo) == 0); num_kdcs++)
224 for (i = 0; i < num_kdcs && (rc = krb5_krbhst_next(ctx, hnd, &hinfo) == 0); i++) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dflashdrv.c784 unsigned char c, rc; local
817 &rc);
818 if ((rc & 0x80) == (c & 0x80)) /* DQ7 =? DATA */
820 if ((rc & 0x20) == 0x20) { /* DQ5 =? '1' */
822 offset, &rc);
823 if ((rc & 0x80) == (c & 0x80))
841 &rc);
842 if ((rc & 0x80) == (c & 0x80)) /* DQ7 =? DATA */
844 if ((rc & 0x20) == 0x20) { /* DQ5 =? '1' */
846 offset + 1, &rc);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DiSeries_pci.c859 if(Return.rc != 0 ) {
860 logPciError("RDB",IoAddress, DevNode, Return.rc);
865 } while (Return.rc != 0);
877 if(Return.rc != 0 ) {
878 logPciError("RDW",IoAddress, DevNode, Return.rc);
883 } while (Return.rc != 0);
894 if(Return.rc != 0 ) {
895 logPciError("RDL",IoAddress, DevNode, Return.rc);
900 } while (Return.rc != 0);
916 Return.rc
[all...]
H A DiSeries_irq.c116 int rc; local
142 rc = 0;
148 rc = -1;
151 return rc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D8139cp.c1178 int rc; local
1183 rc = cp_alloc_rings(cp);
1184 if (rc)
1185 return rc;
1189 rc = request_irq(dev->irq, cp_interrupt, SA_SHIRQ, dev->name, dev);
1190 if (rc)
1202 return rc;
1228 int rc; local
1251 rc = cp_init_rings(cp); /* realloc and restart h/w */
1256 return rc;
1426 int rc; local
1654 int rc; local
1764 int rc; local
[all...]
H A Ddgrs.c573 int rc; local
575 rc = do_plx_dma(dev0,
577 if (rc)
604 int rc; local
616 rc = do_plx_dma(dev0, (ulong) phys_p,
618 if (rc)
1145 int rc; local
1154 rc = dgrs_download(dev);
1155 if (rc)
1170 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp_gre.c452 int rc; local
467 rc = write(fd, &header, sizeof(header) - sizeof(header.seq));
468 if (rc < 0) {
470 } else if (rc < sizeof(header) - sizeof(header.seq)) {
475 return rc;
494 rc = writev(fd, iov, 2);
495 if (rc < 0) {
497 } else if (rc < header_len + len) {
504 return rc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/joystick/
H A Dcs461x.c231 int rc; local
234 rc = pci_enable_device(pdev);
235 if (rc) {
237 pdev->bus->number, pdev->devfn, rc);
238 return rc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_ebda.c302 u16 ebda_seg, num_entries, next_offset, offset, blk_id, sub_addr, rc, re, rc_id, re_id, base; local
359 /* rc sub blk signature */
377 rc = readw (io_mem + sub_addr); /* next sub blk */
436 rc = ebda_rio_table ();
437 if (rc) {
439 return rc;
443 rc = ebda_rsrc_controller ();
444 if (rc) {
446 return rc;
449 rc
631 int rc = 0; local
820 int rc; local
1264 int rc = 0; local
[all...]
H A Dibmphp_res.c215 int rc; local
232 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1)))
233 return rc;
240 rc = alloc_bus_range (&bus_cur, &newrange, curr, MEM, 0);
241 if (rc)
242 return rc;
245 if ((rc = alloc_bus_range (&newbus, &newrange, curr, MEM, 1)))
246 return rc;
256 if ((rc = alloc_bus_range (&newbus, &newrange, curr, PFMEM, 1)))
257 return rc;
1359 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/DISTRIBUTIONS/RPM.RedHat/
H A Dlpd.init13 . /etc/rc.d/init.d/functions
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq.rh11 . /etc/rc.d/init.d/functions
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/plugins/pppoe/
H A DMakefile.linux27 ar -rc $@ $^
/asus-wl-520gu-7.0.1.45/src/router/pppd/scripts/
H A Dautopppd98 my $rc=system("pppd","-detach",@ARGV);
151 syslog('info',"rc=".waitstat($rc)." runtime=".dseconds($pppd_run_time)." delay[$idelay]=".dseconds($delay)."");
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/scripts/
H A Dautopppd98 my $rc=system("pppd","-detach",@ARGV);
151 syslog('info',"rc=".waitstat($rc)." runtime=".dseconds($pppd_run_time)." delay[$idelay]=".dseconds($delay)."");
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dldap.c367 int rc, i, version; local
384 rc = LDAP_NO_MEMORY;
394 rc = LDAP_NO_MEMORY;
403 rc = LDAP_NOT_SUPPORTED;
443 rc = ldap_search_ext_s(ads->ld, utf8_path, scope, utf8_expr,
450 if (rc) {
451 DEBUG(3,("ldap_search_ext_s(%s) -> %s\n", expr, ldap_err2string(rc)));
455 rc = ldap_parse_result(ads->ld, *res, NULL, NULL, NULL,
485 return ADS_ERROR(rc);
594 int rc; local
1368 int rc; local
1556 size_t rc; local
2054 ADS_STATUS rc; local
2082 ADS_STATUS rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dsr_ioctl.c235 int i, rc, have_datatracks = 0; local
238 if (0 != (rc = sr_audio_ioctl(cdi, CDROMREADTOCHDR, &toc_h)))
239 return (rc == -ENOMEDIUM) ? CDS_NO_DISC : CDS_NO_INFO;
466 int rc; local
470 rc = sr_read_cd(minor, dest, lba, 0, blksize);
471 if (-EDRIVE_CANT_DO_THIS != rc)
472 return rc;
479 if (0 != (rc = sr_set_blocklength(minor, blksize)))
480 return rc;
495 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dml_iograph.c63 int rc; local
68 rc = hwgraph_info_add_LBL(xswitch,
71 ASSERT(rc == GRAPH_SUCCESS); rc = rc;
83 int rc; local
85 rc = hwgraph_info_remove_LBL(xswitch,
89 ASSERT(rc == GRAPH_SUCCESS); rc = rc;
388 int rc; local
[all...]
H A Dhcl.c868 int rc; local
871 rc = labelcl_info_get_LBL(de, name, &info_desc, infop);
872 if (rc == 0)
875 return(rc);
904 int rc; local
912 rc = labelcl_info_get_LBL(de, name, NULL, &info);
913 if (rc != 0)
914 return(rc);
916 rc = labelcl_info_replace_LBL(de, name,
919 return(rc);
931 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.c207 int rc = 0; local
218 rc = -ERESTARTSYS;
220 rc = -EPERM;
225 rc = -EAGAIN;
228 rc = -ERESTARTSYS;
231 dctlprintk((KERN_INFO MYNAM "::mptctl_syscall_down return %d\n", rc));
232 return rc;
367 int rc = 1; local
375 rc = mptctl_bus_reset(ioctl);
377 if (rc) {
1784 int rc; local
1836 int sz, rc = 0; local
2775 int rc; local
2834 int ii, rc; local
3059 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drio_linux.c696 int rc = 0; local
700 rc = -riocontrol (p, 0, cmd, (void *)arg, suser ());
703 return rc;
712 int rc; local
720 rc = 0;
723 if ((rc = verify_area(VERIFY_READ, (void *) arg,
732 if ((rc = verify_area(VERIFY_WRITE, (void *) arg,
734 rc = gs_getserial(&PortP->gs, (struct serial_struct *) arg);
739 rc = -EIO;
743 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dz2ram.c169 int rc = -ENOMEM; local
175 rc = -EBUSY;
295 rc = -ENODEV;
319 return rc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dtmspci.c246 int rc = pci_register_driver (&tms_pci_driver); local
247 if (rc < 0)
248 return rc;
249 if (rc == 0) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A Dmath.c332 unsigned long insn, opcode, rc, no_signal = 0; local
350 rc = insn & 0x1f;
373 write_mask &= ~(1UL << rc);
380 write_mask &= ~(1UL << (rc + 32));

Completed in 181 milliseconds

1234567891011>>