Searched refs:idlen (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/adfs/
H A Dmap.c43 lookup_zone(const struct adfs_discmap *dm, const unsigned int idlen, argument
47 const unsigned int idmask = (1 << idlen) - 1;
56 mapptr = start + idlen;
103 const unsigned int idlen = asb->s_idlen; local
104 const unsigned int frag_idlen = idlen <= 15 ? idlen : 15;
130 mapptr = start + idlen;
148 } while (frag >= idlen + 1);
163 const unsigned int idlen = asb->s_idlen; local
172 result = lookup_zone(dm, idlen, frag_i
[all...]
H A Dsuper.c56 /* idlen must be at least log2secsize + 3 */
57 if (dr->idlen < dr->log2secsize + 3)
74 /* idlen must be no greater than 19 v2 [1.0] */
75 if (dr->idlen > 19)
356 sb->u.adfs_sb.s_idlen = dr->idlen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/parport/
H A Dprobe.c156 int idlen; local
164 idlen = (length[0] << 8) + length[1] - 2;
165 if (idlen < len)
166 len = idlen;
187 dev->port->name, idlen, retval);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dadfs_fs.h14 __u8 idlen; member in struct:adfs_discrecord
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dadfs_fs.h14 __u8 idlen; member in struct:adfs_discrecord
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipv6cp.c529 int idlen = CILEN_IFACEID; \
530 if (len >= idlen) { \
532 PUTCHAR(idlen, ucp); \
534 len -= idlen; \
587 int idlen = CILEN_IFACEID; \
588 if ((len -= idlen) < 0) \
592 if (cilen != idlen || \
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dipv6cp.c577 int idlen = CILEN_IFACEID; \
578 if (len >= idlen) { \
580 PUTCHAR(idlen, ucp); \
582 len -= idlen; \
635 int idlen = CILEN_IFACEID; \
636 if ((len -= idlen) < 0) \
640 if (cilen != idlen || \
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dipv6cp.c576 int idlen = CILEN_IFACEID; \
577 if (len >= idlen) { \
579 PUTCHAR(idlen, ucp); \
581 len -= idlen; \
634 int idlen = CILEN_IFACEID; \
635 if ((len -= idlen) < 0) \
639 if (cilen != idlen || \
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
351 idlen = UCH(targaheader[0]);
444 while (idlen--) /* Throw away ID field */
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_snmp_basic.c663 unsigned int cls, con, tag, len, idlen; local
685 if (!asn1_oid_decode(ctx, end, &id, &idlen))
818 (*obj)->id_len = idlen;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_snmp_basic.c663 unsigned int cls, con, tag, len, idlen; local
685 if (!asn1_oid_decode(ctx, end, &id, &idlen))
818 (*obj)->id_len = idlen;

Completed in 86 milliseconds