Searched refs:ss (Results 1 - 25 of 134) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/paride/
H A Dsetup.h31 ss is a string of the form:
36 static void generic_setup( STT t[], int n, char *ss )
43 if (strncmp(ss,t[j].tag,k) == 0) break;
47 if (ss[k] == 0) {
52 if (ss[k] != '=') return;
53 ss += (k+1);
56 while (ss && (k < t[j].size)) {
57 if (!*ss) break;
59 if (*ss == '-') { ss
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A DLindent2 indent -kr -i8 -ts8 -sob -l80 -ss -bs -psl "$@"
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dusb.c507 static int usb_stor_allocate_irq(struct us_data *ss) argument
516 down(&(ss->irq_urb_sem));
519 ss->irq_urb = usb_alloc_urb(0);
520 if (!ss->irq_urb) {
521 up(&(ss->irq_urb_sem));
527 pipe = usb_rcvintpipe(ss->pusb_dev, ss->ep_int->bEndpointAddress &
529 maxp = usb_maxpacket(ss->pusb_dev, pipe, usb_pipeout(pipe));
530 if (maxp > sizeof(ss->irqbuf))
531 maxp = sizeof(ss
563 struct us_data *ss = NULL; local
1094 struct us_data *ss = ptr; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dchap-new.c116 static void chap_generate_challenge(struct chap_server_state *ss);
117 static void chap_handle_response(struct chap_server_state *ss, int code,
167 struct chap_server_state *ss = &server; local
170 ss->flags |= LOWERUP;
171 if (ss->flags & AUTH_STARTED)
172 chap_timeout(ss);
179 struct chap_server_state *ss = &server; local
182 if (ss->flags & TIMEOUT_PENDING)
183 UNTIMEOUT(chap_timeout, ss);
184 ss
195 struct chap_server_state *ss = &server; local
252 struct chap_server_state *ss = arg; local
277 chap_generate_challenge(struct chap_server_state *ss) argument
304 chap_handle_response(struct chap_server_state *ss, int id, unsigned char *pkt, int len) argument
511 struct chap_server_state *ss = &server; local
542 struct chap_server_state *ss = &server; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dchap-new.c116 static void chap_generate_challenge(struct chap_server_state *ss);
117 static void chap_handle_response(struct chap_server_state *ss, int code,
167 struct chap_server_state *ss = &server; local
170 ss->flags |= LOWERUP;
171 if (ss->flags & AUTH_STARTED)
172 chap_timeout(ss);
179 struct chap_server_state *ss = &server; local
182 if (ss->flags & TIMEOUT_PENDING)
183 UNTIMEOUT(chap_timeout, ss);
184 ss
195 struct chap_server_state *ss = &server; local
252 struct chap_server_state *ss = arg; local
277 chap_generate_challenge(struct chap_server_state *ss) argument
304 chap_handle_response(struct chap_server_state *ss, int id, unsigned char *pkt, int len) argument
511 struct chap_server_state *ss = &server; local
542 struct chap_server_state *ss = &server; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/lib/
H A Dmemset.c22 short *ss = s; local
23 *ss++ = c;
24 s = ss;
58 short *ss = s; local
59 *ss++ = c;
60 s = ss;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dcrc32.h13 crc32(__u32 val, const void *ss, int len) argument
15 const unsigned char *s = ss;
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A DMakefile.in2 # Makefile for lib/ss
9 my_dir = lib/ss
16 LIBDIR= ss
21 ELF_MYDIR = ss
27 BSDLIB_MYDIR = ss
34 # -I.. is so that ss/ss_err.h works
35 # -I$(srcdir)/.. is so that ss/ss.h works
81 HFILES= ss.h ss_internal.h
84 INSTALL_HFILES= ss
[all...]
H A DMakefile2 # Makefile for lib/ss
9 my_dir = lib/ss
232 LIBDIR= ss
237 ELF_MYDIR = ss
243 BSDLIB_MYDIR = ss
250 # -I.. is so that ss/ss_err.h works
251 # -I$(srcdir)/.. is so that ss/ss.h works
315 HFILES= ss.h ss_internal.h
318 INSTALL_HFILES= ss
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debugfs/
H A Dset_fields.c186 struct field_set_info *ss; local
224 for (ss = fields ; ss->name ; ss++) {
225 if (ss->flags & FLAG_ARRAY) {
226 if (!idx || (strcmp(ss->name, arg) != 0))
228 if (ss->max_idx > 0 && array_idx >= ss->max_idx)
231 if (strcmp(ss->name, field) != 0)
234 return ss;
405 struct field_set_info *ss; local
459 static struct field_set_info *ss; local
486 static struct field_set_info *ss; local
520 struct field_set_info *ss; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dfs.c309 struct sol_statfs *ss = (struct sol_statfs *)A(buf); local
317 if (put_user (s.f_type, &ss->f_type) ||
318 __put_user (s.f_bsize, &ss->f_bsize) ||
319 __put_user (0, &ss->f_frsize) ||
320 __put_user (s.f_blocks, &ss->f_blocks) ||
321 __put_user (s.f_bfree, &ss->f_bfree) ||
322 __put_user (s.f_files, &ss->f_files) ||
323 __put_user (s.f_ffree, &ss->f_ffree) ||
324 __clear_user (&ss->f_fname, 12))
332 if (put_user (fstype, &ss
351 struct sol_statfs *ss = (struct sol_statfs *)A(buf); local
413 struct sol_statvfs *ss = (struct sol_statvfs *)A(buf); local
447 struct sol_statvfs64 *ss = (struct sol_statvfs64 *)A(buf); local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/tests/progs/
H A DMakefile.in14 MK_CMDS= _SS_DIR_OVERRIDE=../../lib/ss ../../lib/ss/mk_cmds
69 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/debian/attic/libs/
H A Drules21 SS_VERSION = $(shell grep ELF_VERSION lib/ss/Makefile.in | cut '-d ' -f3)
31 ss$(SS_MAJOR)g ssg-dev
82 install -m 644 $(builddir)/lib/ss/ss_err.h $(maindir)/usr/include/ss/
94 sed s%$(topdir)/lib/ss%/usr/share/ss% \
95 <$(builddir)/lib/ss/mk_cmds \
99 install -m 644 lib/ss/ct_c.awk lib/ss/ct_c.sed \
100 $(debdir)/ssg-dev/usr/share/ss/
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dleofb.c178 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
187 sbus_writel((attr_bgcol_ec(p,conp)<<24), &ss->fg);
209 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
213 sbus_writel((attr_bgcol(p,s)<<24), &ss->fg);
232 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
257 sbus_writel(attr_fgcol(p,c) << 24, &ss->fg);
258 sbus_writel(attr_bgcol(p,c) << 24, &ss->bg);
284 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
296 sbus_writel(attr_fgcol(p, c) << 24, &ss->fg);
297 sbus_writel(attr_bgcol(p, c) << 24, &ss
601 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
621 register struct leo_ld *ss = (struct leo_ld *) fb->s.leo.ld_ss0; local
651 register struct leo_ld *ss; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/util/
H A Dsubst.conf4 SS_DIR /opt/WL500gpV2/src/router/e2fsprogs-1.40.8/lib/ss
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dstring.h189 short *ss = s; local
190 *ss++ = c;
191 s = ss;
210 short *ss = s; local
211 *ss++ = c;
212 s = ss;
227 short *ss = s; local
228 *ss++ = c;
229 s = ss;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dstring.h189 short *ss = s; local
190 *ss++ = c;
191 s = ss;
210 short *ss = s; local
211 *ss++ = c;
212 s = ss;
227 short *ss = s; local
228 *ss++ = c;
229 s = ss;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dsigcontext.h76 unsigned short ss, __ssh; member in struct:sigcontext
H A Dio.h337 #define __OUTQ(s,ss,x) /* Do the equivalent of the portio op on quads */ \
338 static inline void out##ss(unsigned x value, unsigned short port) { \
342 out##ss##_local(value, port); \
344 static inline void out##ss##_quad(unsigned x value, unsigned short port, int quad) { \
350 #define __INQ(s,ss) /* Do the equivalent of the portio op on quads */ \
351 static inline RETURN_TYPE in##ss(unsigned short port) { \
355 return in##ss##_local(port); \
357 static inline RETURN_TYPE in##ss##_quad(unsigned short port, int quad) { \
H A Dvm86.h88 unsigned short ss, __ssh; member in struct:vm86_regs
163 unsigned short ss, __ssh; member in struct:kernel_vm86_regs
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dsigcontext32.h65 unsigned short ss, __ssh; member in struct:sigcontext_ia32
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dllc_frame.h32 unsigned ss : 2; /* supervisory function bits */ member in struct:__anon11732::__anon11736
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dsigcontext32.h65 unsigned short ss, __ssh; member in struct:sigcontext_ia32
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dllc_frame.h32 unsigned ss : 2; /* supervisory function bits */ member in struct:__anon7326::__anon7330
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dsigcontext.h76 unsigned short ss, __ssh; member in struct:sigcontext

Completed in 481 milliseconds

123456