Searched refs:sf (Results 1 - 25 of 58) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A DMakefile97 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 stats
101 cd $(INSTALLDIR)/sbin && ln -sf rc hotplug
104 cd $(INSTALLDIR)/sbin && ln -sf rc stopservice
105 cd $(INSTALLDIR)/sbin && ln -sf rc ddns_updated
106 cd $(INSTALLDIR)/sbin && ln -sf rc watchdog
107 cd $(INSTALLDIR)/sbin && ln -sf rc wsrom
108 cd $(INSTALLDIR)/sbin && ln -sf r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A DMakefile99 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 stats
103 cd $(INSTALLDIR)/sbin && ln -sf rc hotplug
106 cd $(INSTALLDIR)/sbin && ln -sf rc stopservice
107 cd $(INSTALLDIR)/sbin && ln -sf rc ddns_updated
108 cd $(INSTALLDIR)/sbin && ln -sf rc watchdog
109 cd $(INSTALLDIR)/sbin && ln -sf rc wsrom
110 cd $(INSTALLDIR)/sbin && ln -sf r
[all...]
/asus-wl-520gu-7.0.1.45/src/router/others/
H A DMakefile33 ln -sf /tmp/resolv.conf $(INSTALLDIR)/etc/resolv.conf
34 ln -sf /tmp/hosts $(INSTALLDIR)/etc/hosts
35 ln -sf /tmp/TZ $(INSTALLDIR)/etc/TZ
36 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g.Deluxe.CFG
37 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g.CFG
38 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500gv2.CFG
39 ln -sf /tmp/settings $(INSTALLDIR)/www/WL520g.CFG
40 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500g-X.CFG
41 ln -sf /tmp/settings $(INSTALLDIR)/www/WL500b.CFG
42 ln -sf /tm
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/hosttools/
H A Dmemconfig.c270 spdbyte_t *sf; local
282 sf = spdfields;
283 while (sf->name) {
284 if (strcmp(sf->name,txt) == 0) break;
285 sf++;
288 if (sf->name == NULL) {
299 printf("%s: invalid number: %s\n",sf->name,x);
308 switch (sf->decimal) {
311 printf("%s: Invalid BCD number: %s\n",sf->name,x);
318 printf("%s: Invalid 2-bit fraction number: %s\n",sf
372 spdbyte_t *sf; local
468 spdbyte_t *sf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/arm/empeg/
H A Dmkdevs10 ln -sf radio0 radio
11 ln -sf usb0 usb
/asus-wl-520gu-7.0.1.45/src/router/misc/
H A Drootprep.sh20 ln -sf tmp/var var
21 (cd $ROOTDIR/usr && ln -sf ../tmp)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dprocess.c229 void show_stackframe(struct sparc_stackf *sf) argument
237 sf->locals[0], sf->locals[1], sf->locals[2], sf->locals[3],
238 sf->locals[4], sf->locals[5], sf->locals[6], sf->locals[7]);
241 sf
257 show_stackframe32(struct sparc_stackf32 *sf) argument
[all...]
H A Dsignal32.c257 struct new_signal_frame32 *sf; local
265 sf = (struct new_signal_frame32 *) regs->u_regs [UREG_FP];
268 if (verify_area (VERIFY_READ, sf, sizeof (*sf)) ||
269 (((unsigned long) sf) & 3))
272 get_user(pc, &sf->info.si_regs.pc);
273 __get_user(npc, &sf->info.si_regs.npc);
286 err = __get_user(regs->y, &sf->info.si_regs.y);
287 err |= __get_user(psr, &sf->info.si_regs.psr);
290 err |= __get_user(regs->u_regs[i], &sf
393 struct rt_signal_frame32 *sf; local
665 struct new_signal_frame32 *sf; local
1080 struct rt_signal_frame32 *sf; local
[all...]
H A Dsignal.c406 struct rt_signal_frame *sf; local
415 sf = (struct rt_signal_frame *)
419 if (((unsigned long) sf) & 3)
422 err = get_user(tpc, &sf->regs.tpc);
423 err |= __get_user(tnpc, &sf->regs.tnpc);
431 err |= __get_user(regs->y, &sf->regs.y);
432 err |= __get_user(tstate, &sf->regs.tstate);
433 err |= copy_from_user(regs->u_regs, sf->regs.u_regs, sizeof(regs->u_regs));
439 err |= __get_user(fpu_save, &sf->fpu_save);
441 err |= restore_fpu_state(regs, &sf
517 struct rt_signal_frame *sf; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/packaging/Example/
H A Dsetup.sh20 ln -sf /sbin/init.d/samba.init /sbin/rc0.d/K01samba
21 ln -sf /sbin/init.d/samba.init /sbin/rc2.d/K91samba
22 ln -sf /sbin/init.d/samba.init /sbin/rc3.d/S91samba
H A Dpackage-prep11 ln -sf $NOWDIR/usr/local/man man;
12 ln -sf $NOWDIR/usr/local/samba samba; )
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/kernel/
H A Dsignal.c258 struct new_signal_frame *sf; local
264 sf = (struct new_signal_frame *) regs->u_regs [UREG_FP];
267 if (verify_area (VERIFY_READ, sf, sizeof (*sf)))
270 if (((uint) sf) & 3)
273 err = __get_user(pc, &sf->info.si_regs.pc);
274 err |= __get_user(npc, &sf->info.si_regs.npc);
281 err |= __copy_from_user(regs, &sf->info.si_regs, sizeof (struct pt_regs));
287 err |= __get_user(fpu_save, &sf->fpu_save);
295 err |= __get_user(set.sig[0], &sf
377 struct rt_signal_frame *sf; local
619 struct new_signal_frame *sf; local
701 struct rt_signal_frame *sf; local
[all...]
H A Dprocess.c257 void show_stackframe(struct sparc_stackf *sf) argument
265 sf->locals[0], sf->locals[1], sf->locals[2], sf->locals[3],
266 sf->locals[4], sf->locals[5], sf->locals[6], sf->locals[7]);
269 sf
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dbuildreq.c97 FILE *sf; local
102 if ((sf = fopen(seqfile, "a+")) == NULL)
109 while (do_lock_exclusive(fileno(sf))!= 0)
113 fclose(sf);
125 fclose(sf);
129 pos = ftell(sf);
130 rewind(sf);
131 if (fscanf(sf, "%d", &seq_nbr) != 1) {
132 if (pos != ftell(sf)) {
139 rewind(sf);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dbuildreq.c97 FILE *sf; local
102 if ((sf = fopen(seqfile, "a+")) == NULL)
109 while (do_lock_exclusive(fileno(sf))!= 0)
113 fclose(sf);
125 fclose(sf);
129 pos = ftell(sf);
130 rewind(sf);
131 if (fscanf(sf, "%d", &seq_nbr) != 1) {
132 if (pos != ftell(sf)) {
139 rewind(sf);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/fileupload/
H A DMakefile16 ln -sf libfileupload.so.0.0 libfileupload.so.0
17 ln -sf libfileupload.so.0 libfileupload.so
/asus-wl-520gu-7.0.1.45/src/router/samba/
H A DMakefile75 cd $(INSTALLDIR)/usr/local/samba/lib && ln -sf /tmp/samba/lib/smb.conf smb.conf
77 cd $(INSTALLDIR)/usr/local/samba && ln -sf /tmp/samba/private private
79 cd $(INSTALLDIR)/usr/local/samba/var && ln -sf /tmp/samba/var/locks locks
81 cd $(INSTALLDIR)/etc && ln -sf /tmp/passwd passwd
82 cd $(INSTALLDIR)/etc && ln -sf /tmp/group group
83 cd $(INSTALLDIR)/usr/local/samba/lib && ln -sf /tmp/upcase.dat upcase.dat
84 cd $(INSTALLDIR)/usr/local/samba/lib && ln -sf /tmp/lowcase.dat lowcase.dat
/asus-wl-520gu-7.0.1.45/src/router/
H A DMakefile306 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h
310 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h && cd ..
350 cd iproute2/include-glibc/bits && ln -sf ../socketbits.h socket.h && cd ../../../
351 cd iproute2/reference && ln -sf asm-mips asm
362 cd $(INSTALLDIR)/udhcpd/usr/sbin && ln -sf udhcpd udhcpc
398 cd pppd && ln -sf linux/Makefile.top Makefile && \
399 cd chat && ln -sf Makefile.linux Makefile && cd .. && \
400 cd pppd && ln -sf Makefile.linux Makefile && cd plugins && ln -sf Makefile.linux Makefile && cd radius && ln -sf Makefil
[all...]
H A DMakefile.HSDPA306 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h
310 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h && cd ..
346 cd iproute2/include-glibc/bits && ln -sf ../socketbits.h socket.h && cd ../../../
347 cd iproute2/reference && ln -sf asm-mips asm
358 cd $(INSTALLDIR)/udhcpd/usr/sbin && ln -sf udhcpd udhcpc
394 cd pppd && ln -sf linux/Makefile.top Makefile && \
395 cd chat && ln -sf Makefile.linux Makefile && cd .. && \
396 cd pppd && ln -sf Makefile.linux Makefile && cd plugins && ln -sf Makefile.linux Makefile && cd radius && ln -sf Makefil
[all...]
H A DMakefile.U2EC306 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h
310 cd busybox && rm -f Config.h && ln -sf configs/$(CONFIG_BUSYBOX_CONFIG).h Config.h && cd ..
346 cd iproute2/include-glibc/bits && ln -sf ../socketbits.h socket.h && cd ../../../
347 cd iproute2/reference && ln -sf asm-mips asm
358 cd $(INSTALLDIR)/udhcpd/usr/sbin && ln -sf udhcpd udhcpc
394 cd pppd && ln -sf linux/Makefile.top Makefile && \
395 cd chat && ln -sf Makefile.linux Makefile && cd .. && \
396 cd pppd && ln -sf Makefile.linux Makefile && cd plugins && ln -sf Makefile.linux Makefile && cd radius && ln -sf Makefil
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/
H A Dpcap-int.h74 struct pcap_sf sf; member in struct:pcap
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/
H A Dpcap-int.h75 struct pcap_sf sf; member in struct:pcap
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/
H A Dpcap-int.h75 struct pcap_sf sf; member in struct:pcap
/asus-wl-520gu-7.0.1.45/src/router/mipsel/
H A DMakefile48 cd $(TARGETDIR)/www && ln -sf ../tmp/settings Settings.CFG && cd ../..
53 #cd $(TARGETDIR)/usr/sbin/ && rm -f wl && ln -sf wlconf wl && cd ../../..
71 cd $(TARGETDIR)/www && ln -sf ../tmp/settings Settings.CFG && cd ../..
75 cd $(TARGETDIR)/usr/sbin/ && rm -f wl && ln -sf wlconf wl && cd ../../..
/asus-wl-520gu-7.0.1.45/src/router/www/asus/
H A DMakefile55 ln -sf /tmp/settings www_$*/Settings.CFG
63 ln -sf /var/tmp/display.jpg www_$*/display.jpg

Completed in 430 milliseconds

123