Searched refs:rc (Results 1 - 25 of 447) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A DMakefile2 # Router rc control scripts Makefile
49 OBJS := rc.o init.o interface.o network.o services.o udhcpc.o ppp.o http.o stats.o crc.o mtd.o common_ex.o network_ex.o services_ex.o manu_ex.o http_ex.o watchdog.o udhcpc_ex.o ntp.o qosutils.o qos.o speedtest.o
82 include $(TOP)/rc/Makefiles5.mk
89 all: rc
92 rm -f *.o rc
96 install rc $(INSTALLDIR)/sbin
97 cd $(INSTALLDIR)/sbin && ln -sf rc init
98 cd $(INSTALLDIR)/sbin && ln -sf rc erase
99 cd $(INSTALLDIR)/sbin && ln -sf rc write
100 cd $(INSTALLDIR)/sbin && ln -sf rc stat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A DHvLpEvent.c24 int rc = 1; local
27 rc = 0;
29 return rc;
35 int rc = 1; local
39 rc = 0;
42 return rc;
51 int rc = 1; local
58 rc = 0;
60 return rc;
65 int rc local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/qnx4/
H A Dfsync.c65 int rc; local
72 rc = sync_block(inode, iblock, wait);
73 if (rc)
74 return rc;
90 int rc, err = 0; local
93 rc = sync_block(inode,
95 if (rc > 0)
97 if (rc)
98 err = rc;
108 int rc, er local
132 int rc, err = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A DMakefile2 # Router rc control scripts Makefile
51 OBJS := rc.o init.o interface.o network.o services.o udhcpc.o ppp.o http.o stats.o crc.o mtd.o common_ex.o network_ex.o services_ex.o manu_ex.o http_ex.o watchdog.o udhcpc_ex.o ntp.o qosutils.o qos.o speedtest.o
84 include $(TOP)/rc/Makefiles5.mk
91 all: rc
94 rm -f *.o rc
98 install rc $(INSTALLDIR)/sbin
99 cd $(INSTALLDIR)/sbin && ln -sf rc init
100 cd $(INSTALLDIR)/sbin && ln -sf rc erase
101 cd $(INSTALLDIR)/sbin && ln -sf rc write
102 cd $(INSTALLDIR)/sbin && ln -sf rc stat
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Ddebug.c188 debug_info_t* rc; local
193 rc = (debug_info_t*) kmalloc(sizeof(debug_info_t), GFP_ATOMIC);
194 if(!rc)
196 rc->active_entry = (int*)kmalloc(nr_areas * sizeof(int), GFP_ATOMIC);
197 if(!rc->active_entry)
199 memset(rc->active_entry, 0, nr_areas * sizeof(int));
200 rc->areas = (debug_entry_t **) kmalloc(nr_areas *
203 if (!rc->areas)
206 rc->areas[i] = (debug_entry_t *) __get_free_pages(GFP_ATOMIC,
208 if (!rc
273 debug_info_t* rc; local
315 debug_info_t* rc; local
446 int rc; local
489 int rc = 0; local
513 int i = 0, rc = 0; local
611 struct proc_dir_entry *rc = NULL; local
678 debug_info_t *rc = NULL; local
921 int rc = 0; local
946 int rc = 0; local
989 int rc = 0; local
1025 int rc = 0; local
1041 int rc = in_buf_size; local
1105 int rc = in_buf_size; local
1137 int rc; local
1151 int rc; local
1165 int i, rc = 0; local
1194 int rc = 0; local
1231 int num_longs, num_used_args = 0,i, rc = 0; local
1273 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Ddebug.c188 debug_info_t* rc; local
193 rc = (debug_info_t*) kmalloc(sizeof(debug_info_t), GFP_ATOMIC);
194 if(!rc)
196 rc->active_entry = (int*)kmalloc(nr_areas * sizeof(int), GFP_ATOMIC);
197 if(!rc->active_entry)
199 memset(rc->active_entry, 0, nr_areas * sizeof(int));
200 rc->areas = (debug_entry_t **) kmalloc(nr_areas *
203 if (!rc->areas)
206 rc->areas[i] = (debug_entry_t *) __get_free_pages(GFP_ATOMIC,
208 if (!rc
273 debug_info_t* rc; local
315 debug_info_t* rc; local
446 int rc; local
489 int rc = 0; local
513 int i = 0, rc = 0; local
611 struct proc_dir_entry *rc = NULL; local
678 debug_info_t *rc = NULL; local
921 int rc = 0; local
946 int rc = 0; local
989 int rc = 0; local
1025 int rc = 0; local
1041 int rc = in_buf_size; local
1105 int rc = in_buf_size; local
1137 int rc; local
1151 int rc; local
1165 int i, rc = 0; local
1194 int rc = 0; local
1231 int num_longs, num_used_args = 0,i, rc = 0; local
1273 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dcpqphp_nvram.c205 u32 rc; local
216 rc = access_EV(READ_EV, "CQTHPS", evbuffer, &temp_dword);
223 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword);
225 return rc;
241 u32 rc; local
268 rc = add_byte( &pFill, 1 + ctrl->push_flag, &usedbytes, &available);
269 if (rc)
270 return(rc);
273 rc = add_byte( &pFill, 1, &usedbytes, &available);
274 if (rc)
442 u32 rc; local
639 int rc = 1; local
[all...]
H A Dibmphp_hpc.c260 u8 rc; local
269 rc = 0;
330 rc = HPC_ERROR;
347 rc = HPC_ERROR;
350 debug_polling ("%s Exit rc[%x]\n", __FUNCTION__, rc);
351 return (rc);
393 u8 rc = -ENODEV; local
397 rc = 0;
399 return rc;
404 u8 rc; local
424 u8 rc = 0; local
450 u8 rc; local
496 u8 rc; local
543 int rc = 0; local
683 int rc = 0; local
825 int rc; local
932 int rc = 0; local
977 int rc = 0; local
1003 int rc = 0; local
1093 int rc = 0; local
1152 int rc = 0; local
1208 int rc = 0; local
[all...]
H A Dibmphp_core.c76 int rc = 1; local
83 rc = ibmphp_hpc_readslot (slot_cur, READ_BUSSTATUS, NULL);
85 if (rc)
86 return rc;
102 int rc; local
103 rc = ibmphp_hpc_readslot (*sl, READ_ALLSTAT, NULL);
104 if (rc)
105 return rc;
108 return rc;
216 int rc local
262 int rc = -ENODEV; local
295 int rc = -ENODEV; local
326 int rc = -ENODEV; local
356 int rc = -ENODEV; local
390 int rc = -ENODEV; local
431 int rc = -ENODEV; local
552 int rc; local
690 int rc; local
942 int rc = 0; local
1038 int rc = 0; local
1085 int rc; local
1113 int rc; local
1265 int rc, i, rcpr; local
1466 int rc; local
1621 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libads/
H A Dads_ldap.c35 ADS_STATUS rc; local
55 rc = ads_search_retry(ads, &res, ldap_exp, attrs);
57 if (!ADS_ERR_OK(rc)) {
58 DEBUG(1,("name_to_sid ads_search: %s\n", ads_errstr(rc)));
103 ADS_STATUS rc; local
122 rc = ads_search_retry(ads, &msg, ldap_exp, attrs);
123 if (!ADS_ERR_OK(rc)) {
124 status = ads_ntstatus(rc);
125 DEBUG(1,("ads_sid_to_name ads_search: %s\n", ads_errstr(rc)));
163 ADS_STATUS rc; local
[all...]
H A Dads_status.c30 int rc, int minor_status)
36 ret.err.rc = -1;
42 ret.err.rc = rc;
55 ret.err.rc = -1;
77 && (status.err.rc == LDAP_NO_MEMORY)) {
83 if (status.err.rc == KRB5KDC_ERR_PREAUTH_FAILED) {
85 } else if (status.err.rc == KRB5_KDC_UNREACH) {
107 return strerror(status.err.rc);
110 return ldap_err2string(status.err.rc);
29 ads_build_error(enum ads_error_type etype, int rc, int minor_status) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Dnamei.c61 int rc = 0; local
76 if ((rc = get_UCSname(&dname, dentry, JFS_SBI(dip->i_sb)->nls_tab)))
86 rc = ENOSPC;
95 if ((rc = dtSearch(dip, &dname, &ino, &btstack, JFS_CREATE))) {
96 jERROR(1, ("jfs_create: dtSearch returned %d\n", rc));
117 if ((rc = dtInsert(tid, dip, &dname, &ino, &btstack))) {
118 jERROR(1, ("jfs_create: dtInsert returned %d\n", rc));
119 if (rc == EIO)
138 rc = txCommit(tid, 2, &iplist[0], 0);
144 if (rc) {
176 int rc = 0; local
304 int rc; local
427 int rc; local
649 int rc = 0; local
750 int rc; local
833 int rc; local
1033 int rc; local
1303 int rc; local
1374 int rc; local
[all...]
H A Djfs_mount.c83 int rc = 0; /* Return code */ local
96 if ((rc = chkSuper(sb))) {
103 rc = EIO;
113 if ((rc = diMount(ipaimap))) {
115 ("jfs_mount: diMount(ipaimap) failed w/rc = %d\n",
116 rc));
125 rc = EIO;
136 if ((rc = dbMount(ipbmap))) {
137 jERROR(1, ("jfs_mount: dbMount failed w/rc = %d\n", rc));
253 int rc; local
318 int rc = 0; local
434 int rc; local
[all...]
H A Djfs_extent.c94 int rc, nbperpage; local
145 if ((rc = extBalloc(ip, hint ? hint : INOHINT(ip), &nxlen, &nxaddr))) {
147 return (rc);
158 rc = xtExtend(0, ip, xoff, (int) nxlen, 0);
160 rc = xtInsert(0, ip, xflag, xoff, (int) nxlen, &nxaddr, 0);
165 if (rc) {
168 return (rc);
221 int rc, nbperpage = JFS_SBI(sb)->nbperpage; local
245 if ((rc = xtUpdate(0, ip, xp)))
257 if ((rc
365 int rc, nbperpage = JFS_SBI(sb)->nbperpage; local
432 int rc; local
464 int rc, nbperpage = JFS_SBI(ip->i_sb)->nbperpage; local
520 int rc, nbperpage = sbi->nbperpage; local
609 int rc; local
[all...]
H A Dsuper.c114 int rc; local
117 rc = jfs_umount(sb);
118 if (rc) {
119 jERROR(1, ("jfs_umount failed with return code %d\n", rc));
193 int rc = 0; local
204 rc = jfs_extendfs(sb, newLVSize, 0);
205 if (rc)
206 return rc;
222 int rc; local
255 rc
333 int rc = 0; local
387 int rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dreplicator.c153 int rc; local
155 if ((rc = izo_rep_cache_add(fset, &rec, last_offset)) < 0) {
157 return rc;
170 int rc; local
171 rc = izo_rcvd_get(lr_server, fset, lr_client->lr_uuid);
172 if (rc < 0 && rc != -EINVAL) {
173 return rc;
177 if (rc < 0 || (client_kmlsize == 0 && lr_client->lr_remote_offset == 0)) {
180 rc
232 loff_t offset, rc; local
271 loff_t rc; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/build/rpm/
H A DMakefile38 LDIRT = *.rpm $(SPECF) rpmmacros rpmfiles* rpm-*.rc
40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
47 dist : default $(SPECF) rpm-$(RPM_VERSION).rc
48 $(RPMBUILD) -ba --rcfile ./rpm-$(RPM_VERSION).rc $(SPECF)
53 rpm-$(RPM_VERSION).rc : rpmmacros
59 rpm-2.rc: rpm-2.rc.template
/asus-wl-520gu-7.0.1.45/src/router/attr/build/rpm/
H A DMakefile38 LDIRT = *.rpm $(SPECF) rpmmacros rpmfiles* rpm-*.rc
40 LSRCFILES = macros.template $(SPECF).in rpm-2.rc.template
47 dist : default $(SPECF) rpm-$(RPM_VERSION).rc
48 $(RPMBUILD) -ba --rcfile ./rpm-$(RPM_VERSION).rc $(SPECF)
53 rpm-$(RPM_VERSION).rc : rpmmacros
59 rpm-2.rc: rpm-2.rc.template
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/math-emu/
H A Dreg_constant.c74 static void fld1(int rc) argument
79 static void fldl2t(int rc) argument
81 fld_const(&CONST_L2T, (rc == RC_UP) ? 1 : 0, TAG_Valid);
84 static void fldl2e(int rc) argument
86 fld_const(&CONST_L2E, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
89 static void fldpi(int rc) argument
91 fld_const(&CONST_PI, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
94 static void fldlg2(int rc) argument
96 fld_const(&CONST_LG2, DOWN_OR_CHOP(rc) ? -1 : 0, TAG_Valid);
99 static void fldln2(int rc) argument
104 fldz(int rc) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dads.h48 int rc; member in union:__anon12281::err_state
52 /* Where rc represents major_status of GSS API error */
63 #define ADS_ERROR(rc) ADS_ERROR_LDAP(rc)
64 #define ADS_ERROR_LDAP(rc) ads_build_error(ENUM_ADS_ERROR_LDAP, rc, 0)
65 #define ADS_ERROR_SYSTEM(rc) ads_build_error(ENUM_ADS_ERROR_SYSTEM, rc?rc:EINVAL, 0)
66 #define ADS_ERROR_KRB5(rc) ads_build_erro
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_lookup.c90 int rc; local
100 rc = ldap_domain2hostlist(domain, &srvlist);
101 if ((rc == LDAP_SUCCESS) && srvlist) {
122 rc = ldap_domain2hostlist(domain, &srvlist);
123 if ((rc == LDAP_SUCCESS) && srvlist) {
181 krb5_error_code rc; local
188 rc = krb5_init_context(&ctx);
189 if (rc) {
191 error_message(rc)));
202 rc
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/block/
H A Ddasd_diag.c54 int rc; local
69 " .long 0b,2b\n" ".previous\n":"=d" (rc)
72 return rc;
104 int rc; local
114 rc = dia250 (iib, INIT_BIO);
116 return rc & 3;
124 int rc; local
128 rc = dia250 (iib, TERM_BIO);
129 return rc & 3;
135 int rc; local
255 int rc = 0; local
376 int rc = 0; local
462 int rc = 0; local
505 int rc = 0; local
544 int rc = 0; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dutil.c94 int rc; local
96 rc = pipe(sigpipe);
97 if (rc < 0) return rc;
112 rc = fcntl(sigpipe[1], F_GETFL);
113 if (rc != -1)
114 rc = fcntl(sigpipe[1], F_SETFL, rc | FLAG_TO_SET);
115 if (rc < 0) return rc;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/
H A Dsysinfo.c155 int rc = stsi (NULL, 0, 0, 0); local
156 return rc == -1 ? rc : (((unsigned int)rc) >> 28);
161 int rc = stsi (info, 1, 1, 1); local
162 if (rc != -1)
170 return rc == -1 ? rc : 0;
175 int rc = stsi (info, 1, 2, 1); local
176 if (rc !
186 int rc = stsi (info, 1, 2, 2); local
192 int rc = stsi (info, 2, 2, 1); local
203 int rc = stsi (info, 2, 2, 2); local
213 int rc = stsi (info, 3, 2, 2); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_backlight.c102 int rc; local
106 rc = backlighter->set_enable(enable, backlight_level, backlighter_data);
107 if (!rc)
109 return rc;
123 int rc = 0; local
132 rc = backlighter->set_level(level, backlighter_data);
133 if (!rc)
135 if (!rc && !backlight_autosave) {
141 return rc;

Completed in 148 milliseconds

1234567891011>>