Searched refs:sl (Results 1 - 25 of 55) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/
H A Dx25_asy.c52 static void x25_asy_unesc(struct x25_asy *sl, unsigned char c);
122 static inline void x25_asy_free(struct x25_asy *sl) argument
125 if (sl->rbuff) {
126 kfree(sl->rbuff);
128 sl->rbuff = NULL;
129 if (sl->xbuff) {
130 kfree(sl->xbuff);
132 sl->xbuff = NULL;
134 if (!test_and_clear_bit(SLF_INUSE, &sl->flags)) {
135 printk("%s: x25_asy_free for already free unit.\n", sl
143 x25_asy_changed_mtu(struct x25_asy *sl) argument
209 x25_asy_lock(struct x25_asy *sl) argument
217 x25_asy_unlock(struct x25_asy *sl) argument
224 x25_asy_bump(struct x25_asy *sl) argument
258 x25_asy_encaps(struct x25_asy *sl, unsigned char *icp, int len) argument
304 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; local
327 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
343 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
411 struct x25_asy *sl=token; local
434 struct x25_asy *sl = token; local
456 struct x25_asy *sl = token; local
482 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
540 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
567 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; local
604 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; local
648 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; local
670 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
730 x25_asy_unesc(struct x25_asy *sl, unsigned char s) argument
770 struct x25_asy *sl = (struct x25_asy *) tty->disc_data; local
799 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
852 struct x25_asy *sl = (struct x25_asy*)(dev->priv); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslip.c13 * Has a new sl->mtu field.
32 * ifconfig sl? up & down now works correctly.
104 static void slip_unesc(struct slip *sl, unsigned char c);
107 static void slip_unesc6(struct slip *sl, unsigned char c);
131 sl_alloc_bufs(struct slip *sl, int mtu) argument
172 spin_lock_bh(&sl->lock);
173 if (sl->tty == NULL) {
174 spin_unlock_bh(&sl->lock);
178 sl->mtu = mtu;
179 sl
212 sl_free_bufs(struct slip *sl) argument
233 sl_realloc_bufs(struct slip *sl, int mtu) argument
324 sl_lock(struct slip *sl) argument
332 sl_unlock(struct slip *sl) argument
339 sl_bump(struct slip *sl) argument
397 sl_encaps(struct slip *sl, unsigned char *icp, int len) argument
450 struct slip *sl = (struct slip *) tty->disc_data; local
472 struct slip *sl = (struct slip*)(dev->priv); local
477 struct slip *sl = (struct slip*)(dev->priv); local
508 struct slip *sl = (struct slip*)(dev->priv); local
542 struct slip *sl = (struct slip*)(dev->priv); local
561 struct slip *sl = (struct slip*)(dev->priv); local
575 struct slip *sl = (struct slip*)(dev->priv); local
591 struct slip *sl = (struct slip*)(dev->priv); local
626 struct slip *sl = (struct slip*)(dev->priv); local
678 struct slip *sl = (struct slip *) tty->disc_data; local
727 struct slip *sl; local
833 struct slip *sl; local
938 struct slip *sl = (struct slip *) tty->disc_data; local
1001 slip_unesc(struct slip *sl, unsigned char s) argument
1088 slip_unesc6(struct slip *sl, unsigned char s) argument
1128 struct slip *sl = (struct slip *) tty->disc_data; local
1248 struct slip *sl = (struct slip*)(dev->priv); local
1452 struct slip *sl=(struct slip *)sls; local
1487 struct slip *sl=(struct slip *)sls; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/intl/
H A Dos2compat.c59 size_t sl = strlen (root); local
60 _nlos2_libdir = (char *) malloc (sl + strlen (LIBDIR) + 1);
61 memcpy (_nlos2_libdir, root, sl);
62 memcpy (_nlos2_libdir + sl, LIBDIR, strlen (LIBDIR) + 1);
73 size_t sl = strlen (root); local
74 _nlos2_localealiaspath = (char *) malloc (sl + strlen (LOCALE_ALIAS_PATH) + 1);
75 memcpy (_nlos2_localealiaspath, root, sl);
76 memcpy (_nlos2_localealiaspath + sl, LOCALE_ALIAS_PATH, strlen (LOCALE_ALIAS_PATH) + 1);
87 size_t sl = strlen (root); local
88 _nlos2_localedir = (char *) malloc (sl
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A Dsfp-util.h7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
8 ((sl) = (al) + (bl), (sh) = (ah) + (bh) + ((sl) < (al)))
10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
11 ((sl) = (al) - (bl), (sh) = (ah) - (bh) - ((al) < (bl)))
/asus-wl-520gu-7.0.1.45/src/router/rp-l2tp/handlers/
H A Dsync-pppd.c150 struct slave *sl = ses->private; local
153 if (!sl) return;
161 if (sl->fd < 0) {
163 } else n = write(sl->fd, buf, len);
180 struct slave *sl = ses->private; local
181 if (!sl) return;
185 sl->ses = NULL;
187 kill(sl->pid, SIGTERM);
188 if (sl->fd >= 0) close(sl
219 struct slave *sl = (struct slave *) data; local
301 struct slave *sl = malloc(sizeof(struct slave)); local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \
16 (sl) = __sl; \
19 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \
29 (sl) = __sl; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
10 "=&r" ((USItype)(sl)) \
16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
20 "=&r" ((USItype)(sl)) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/math-emu/
H A Dsfp-util.h14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
21 "=&r" ((UDItype)(sl)) \
28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
35 "=&r" ((UDItype)(sl)) \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dhead-ftvpci.S27 adr sl, ftv_start
28 teq ip, sl
32 sub ip, ip, sl @ displacement
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/lib/
H A Dlonglong.h77 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
81 "=&r" ((USItype) (sl)) \
86 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
90 "=&r" ((USItype) (sl)) \
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dvsf_findlibs.sh17 # HP-UX ends shared libraries with .sl
18 locate_library /usr/lib/libpam.sl && echo "-lpam";
43 locate_library /usr/lib/libsec.sl && echo "-lsec";
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/math-emu/
H A Dsfp-machine.h212 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
219 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
224 "=&r" ((USItype)(sl)) \
231 "=&r" ((USItype)(sl)) \
238 "=&r" ((USItype)(sl)) \
246 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
254 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
259 "=&r" ((USItype)(sl)) \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/autofs/
H A Droot.c257 struct autofs_symlink *sl; local
273 sl = &sbi->symlink[n];
274 sl->len = strlen(symname);
275 sl->data = kmalloc(slsize = sl->len+1, GFP_KERNEL);
276 if ( !sl->data ) {
283 kfree(sl->data);
290 kfree(sl->data);
296 memcpy(sl->data,symname,slsize);
297 sl
[all...]
H A Dinode.c231 struct autofs_symlink *sl; local
240 sl = &sbi->symlink[n];
241 inode->u.generic_ip = sl;
243 inode->i_mtime = inode->i_ctime = sl->mtime;
244 inode->i_size = sl->len;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dprocessor.h17 * 30-05-1999 PJB Save sl across context switches
33 unsigned long sl; member in struct:context_save_struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dprocessor.h15 * 30-05-1999 PJB Save sl across context switches
33 unsigned long sl; member in struct:context_save_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dprocessor.h17 * 30-05-1999 PJB Save sl across context switches
33 unsigned long sl; member in struct:context_save_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dprocessor.h15 * 30-05-1999 PJB Save sl across context switches
33 unsigned long sl; member in struct:context_save_struct
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dconnection.c47 size_t sl = strlen(pkey->name); local
48 if (sizeof(fstring)-sl)
49 memset(&pkey->name[sl], '\0', sizeof(fstring)-sl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Du14-34f.c1531 unsigned long sl[n_ready], pl[n_ready], ll[n_ready]; local
1557 sl[n] = SCpnt->request.sector;
1562 if (sl[n] < sl[n - 1]) s = FALSE;
1563 if (sl[n] > sl[n - 1]) r = FALSE;
1566 if (sl[n] > sl[n - 1])
1567 seek += sl[n] - sl[
[all...]
H A Deata.c2003 unsigned long sl[n_ready], pl[n_ready], ll[n_ready]; local
2029 sl[n] = SCpnt->request.sector;
2034 if (sl[n] < sl[n - 1]) s = FALSE;
2035 if (sl[n] > sl[n - 1]) r = FALSE;
2038 if (sl[n] > sl[n - 1])
2039 seek += sl[n] - sl[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_core.c41 #define attn_on(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNON)
42 #define attn_off(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_ATTNOFF)
43 #define attn_LED_blink(sl) ibmphp_hpc_writeslot (sl, HPC_SLOT_BLINKLED)
44 #define get_ctrl_revision(sl, rev) ibmphp_hpc_readslot (sl, READ_REVLEVEL, rev)
45 #define get_hpc_options(sl, opt) ibmphp_hpc_readslot (sl, READ_HPCOPTION
74 get_cur_bus_info(struct slot **sl) argument
100 slot_update(struct slot **sl) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_become_lmb.c330 struct server_record *sl; local
371 for( sl = work->serverlist; sl != NULL; sl = sl->next)
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmultilink.c340 int sl = strlen(endp_class_names[i]); local
341 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
342 str += sl;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmultilink.c359 int sl = strlen(endp_class_names[i]); local
360 if (strncasecmp(str, endp_class_names[i], sl) == 0) {
361 str += sl;

Completed in 116 milliseconds

123