Searched refs:rc (Results 126 - 150 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c160 int pty_fd, tty_fd, gre_fd, rc; local
297 rc = -1 /*openpty (&pty_fd, &tty_fd, ttydev, NULL, NULL)*/;
298 if (rc < 0) {
485 int rc; local
486 rc = write(sock, &gre, sizeof(gre));
487 if (rc != sizeof(gre))
489 rc = write(sock, &pppd, sizeof(pppd));
490 if (rc != sizeof(pppd))
492 rc = read(sock, &m_call_id, sizeof(m_call_id));
493 if (rc !
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/dmasound/
H A Ddmasound_awacs.c300 if ((rc = down_interruptible(&dmasound_sem)) != 0) \
301 return rc;
310 rc = get_user(ret, (int *)(arg)); \
311 if (rc) break;
1700 int rc; local
1713 rc = IOCTL_OUT(arg, data);
1717 rc = IOCTL_OUT(arg, data);
1727 rc = IOCTL_OUT(arg, data);
1741 rc = IOCTL_OUT(arg, data);
1747 rc
1842 int rc; local
1987 int rc; local
2070 int rc; local
2117 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/char/
H A Dtapeblock.c149 int rc; local
174 rc=tapeblock_mediumdetect(ti);
175 if (rc) {
179 return rc; // in case of errors, we don't have a size of the medium
264 int rc; local
276 rc = do_IO (ti->devinfo.irq, ti->cqr->cpaddr, (unsigned long) ti->cqr,
278 if (rc) {
330 rc= do_IO (ti->devinfo.irq, ti->cqr->cpaddr,
332 if (rc) {
421 int losize=1,hisize=1,rc; local
[all...]
H A Dtubttyrcl.c69 int rc; local
78 rc = tty3270_rcl_resize(tubp, newsize);
79 return rc < 0? rc: count;
H A Dtapechar.c163 int rc; local
199 rc = do_IO (ti->devinfo.irq, cqr->cpaddr, (unsigned long) cqr, 0x00, cqr->options);
200 if (rc) {
204 return rc;
214 return ti->rc;
247 int nblocks, i, rc; local
287 rc = do_IO (ti->devinfo.irq, cqr->cpaddr, (unsigned long) cqr, 0x00, cqr->options);
300 if ((ti->rc==-ENOSPC) && (i!=0))
302 return ti->rc;
338 int rc; local
547 int rc; local
707 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Ddnsmasq.suse27 . /etc/rc.config
40 # Shell functions sourced from /etc/rc.status:
41 # rc_check check and set local and overall rc status
42 # rc_status check and set local and overall rc status
43 # rc_status -v ditto but be verbose in local rc status
44 # rc_status -v -r ditto and clear the local rc status
45 # rc_failed set local and overall rc status to failed
46 # rc_failed <num> set local and overall rc status to <num><num>
47 # rc_reset clear local rc status (overall remains)
48 # rc_exit exit appropriate to overall rc statu
[all...]
H A Ddnsmasq-rh.spec47 mkdir -p -m 755 $RPM_BUILD_ROOT/etc/rc.d/init.d
50 cp dnsmasq.rh $RPM_BUILD_ROOT/etc/rc.d/init.d/dnsmasq
118 %attr(0755,root,root) /etc/rc.d/init.d/dnsmasq
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dntp.c23 #include <rc.h>
H A Dwanduck_main.c11 #include <rc.h>
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dntp.c23 #include <rc.h>
H A Dwanduck_main.c11 #include <rc.h>
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Fedora/
H A Dsmb.init15 elif [ -f /etc/rc.d/init.d/functions ] ; then
16 . /etc/rc.d/init.d/functions
/asus-wl-520gu-7.0.1.45/src/router/samba/source/modules/
H A Dvfs_recycle.c334 int rc = -1; local
343 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
350 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
360 rc = SMB_VFS_NEXT_UNLINK(handle,conn,file_name);
372 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
383 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
408 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
418 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
436 rc = SMB_VFS_NEXT_UNLINK(handle, conn, file_name);
463 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dsa1100_badge4.c72 int rc = sa1111_pcmcia_shutdown(); local
78 return rc;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DpSeries_lpar.c127 printk("tce_build_pSeriesLP: plpar_tce_put failed. rc=%ld\n", set_tce_rc);
168 panic(" bad return code xirr - rc = %lx \n", lpar_rc);
180 panic(" bad return code EOI - rc = %ld, value=%lx \n", lpar_rc, val64);
190 panic(" bad return code cppr - rc = %lx \n", lpar_rc);
201 panic(" bad return code qirr -ipi - rc = %lx \n", lpar_rc);
219 unsigned long rc; local
226 rc = plpar_put_term_char(vtermno, 1, buf);
227 } while(rc == H_Busy);
241 long rc; local
245 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dsc520_wdt.c340 int rc = -EBUSY; local
349 rc = misc_register(&wdt_miscdev);
350 if (rc)
353 rc = register_reboot_notifier(&wdt_notifier);
354 if (rc)
385 return rc;
H A Dw83877f_wdt.c325 int rc = -EBUSY; local
338 rc = misc_register(&wdt_miscdev);
339 if (rc)
342 rc = register_reboot_notifier(&wdt_notifier);
343 if (rc)
357 return rc;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dgetsize.c144 int fd, rc = 0;
174 rc = EFBIG;
193 rc = EFBIG;
258 rc = EFBIG;
287 rc = EFBIG;
293 return rc;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/stf/
H A Dcomfychair.py194 rc, output, stderr = self.runcmd_unchecked(cmd)
195 if rc != expectedResult:
200 %s""" % (rc, expectedResult, cmd, output, stderr))
247 rc = os.WEXITSTATUS(waitstatus)
255 if skip_on_noexec and rc == 127:
260 return rc, stdout, stderr
/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A DMakefile.msvc110 iconv.res : $(srcdir)/../windows/iconv.rc
111 rc -Fo iconv.res $(srcdir)/../windows/iconv.rc
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_pci.c90 int rc, i, j; local
144 if ((rc = configure_device (cur_func)) < 0) {
156 if ((rc = configure_device (cur_func)) < 0) {
184 rc = configure_bridge (&cur_func, slotno);
185 if (rc == -ENODEV) {
188 return rc;
190 if (rc) {
219 rc = ibmphp_configure_card (newfunc, slotno);
221 if (rc) {
257 rc
570 int rc; local
1463 int rc; local
1579 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A DCDCEther.c777 int rc; local
800 rc = parse_protocol_unit_functional_descriptor( &bFunctionLength,
807 if (rc) {
810 err("Bad descriptor parsing: %x", rc );
836 int rc = -1; local
849 rc = parse_ethernet_class_information( comm_intf->extra, comm_intf->extralen, ether_dev );
855 rc = parse_ethernet_class_information( conf->extra, conf->extralen, ether_dev );
859 rc = -1;
861 return rc;
920 int rc local
986 int rc; local
1052 int rc; local
1253 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c179 int rc; local
193 if ((rc = select(max_fd + 1, &read_set, &write_set, NULL, NULL)) <0) {
199 rc = pptp_dispatch(conn, &read_set, &write_set);
200 if (rc < 0)
259 int rc; local
281 rc = pptp_dispatch(conn, &read_set, &write_set);
282 if (rc > 0) {
290 rc = pptp_dispatch(conn, &read_set, &write_set);
291 if (rc > 0) {
303 if (rc >
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_eckd.c198 int rc=0; local
212 if ((rc=dasd_set_normalized_cda (de_ccw, __pa (data), cqr, device)))
213 return rc;
261 return rc;
271 int rc=0; local
286 if ((rc=dasd_set_normalized_cda (lo_ccw, __pa (data), cqr, device)))
287 return rc;
373 return rc;
394 int rc = 0; local
409 rc
668 int rc = 0; local
1244 int rc = 0; local
1364 int rc = 0; local
1412 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hil/
H A Dhil_mlc.c220 int rc; local
221 rc = hil_mlc_match_di_scratch(mlc);
222 if (rc == -1) {
223 rc = hil_mlc_find_free_di(mlc);
224 if (rc == -1) goto err;
226 printk(KERN_DEBUG PREFIX "new in slot %i\n", rc);
228 hil_mlc_copy_di_scratch(mlc, rc);
229 mlc->di_map[mlc->ddi] = rc;
230 mlc->serio_map[rc].di_revmap = mlc->ddi;
232 serio_rescan(mlc->serio + rc);
582 int rc; local
[all...]

Completed in 245 milliseconds

1234567891011>>