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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/adfs/
H A Dmap.c26 * sectors. A fragment id is always idlen bits long.
28 * < idlen > < n > <1>
34 * the fragment id up to and including the '1' bit - ie, idlen + n + 1
77 lookup_zone(const struct adfs_discmap *dm, const unsigned int idlen, argument
81 const u32 idmask = (1 << idlen) - 1;
89 mapptr = start + idlen;
140 const unsigned int idlen = asb->s_idlen; local
141 const unsigned int frag_idlen = idlen <= 15 ? idlen : 15;
167 mapptr = start + idlen;
201 const unsigned int idlen = asb->s_idlen; local
[all...]
H A Dsuper.c57 /* idlen must be at least log2secsize + 3 */
58 if (dr->idlen < dr->log2secsize + 3)
68 /* idlen must be no greater than 19 v2 [1.0] */
69 if (dr->idlen > 19)
406 asb->s_idlen = dr->idlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dserver_ipc.c75 u_int32_t idlen; local
79 if (ipc->len < (sizeof(idlen) + sizeof(boottime)) )
83 memcpy (&idlen, p, sizeof(idlen));
84 idlen = ntohl (idlen);
85 p += sizeof(idlen);
90 if (ipc->len < idlen + sizeof(idlen) + sizeof(boottime))
93 if (NULL == (clientid = (char*) malloc(idlen)) )
[all...]
H A Dserver_child.c324 uid_t uid, uint32_t idlen, char *id, uint32_t boottime)
337 if (child->idlen == idlen && memcmp(child->clientid, id, idlen) == 0) {
363 child->idlen = idlen;
323 server_child_kill_one_by_id(server_child *children, int forkid, pid_t pid, uid_t uid, uint32_t idlen, char *id, uint32_t boottime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dserver_ipc.c75 u_int32_t idlen; local
79 if (ipc->len < (sizeof(idlen) + sizeof(boottime)) )
83 memcpy (&idlen, p, sizeof(idlen));
84 idlen = ntohl (idlen);
85 p += sizeof(idlen);
90 if (ipc->len < idlen + sizeof(idlen) + sizeof(boottime))
93 if (NULL == (clientid = (char*) malloc(idlen)) )
[all...]
H A Dserver_child.c320 uid_t uid, uint32_t idlen, char *id, uint32_t boottime)
333 if (child->idlen == idlen && memcmp(child->clientid, id, idlen) == 0) {
359 child->idlen = idlen;
319 server_child_kill_one_by_id(server_child *children, int forkid, pid_t pid, uid_t uid, uint32_t idlen, char *id, uint32_t boottime) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dprobe.c190 size_t idlen = idlens[current_idlen]; local
191 if (idlen+1 >= count)
194 retval = parport_read (port, buffer+len, idlen-len);
217 "Current idlen %u of %u, len bytes %02X %02X\n",
225 size_t idlen, len2; local
235 idlen = idlens[current_idlen];
237 while(len2 < idlen && retval > 0) {
240 min(sizeof tmp, idlen-len2));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dserver_child.h33 uint32_t idlen; /* clientid len (from the Mac client) */ member in struct:server_child_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dserver_child.h33 uint32_t idlen; /* clientid len (from the Mac client) */ member in struct:server_child_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dauth.c524 u_int32_t idlen = 0; local
560 if (ibuflen >= sizeof(idlen)) {
561 memcpy(&idlen, ibuf, sizeof(idlen));
562 idlen = ntohl(idlen);
563 ibuf += sizeof(idlen);
564 ibuflen -= sizeof(idlen);
565 if (ibuflen < idlen) {
568 /* memcpy (id, ibuf, idlen) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dauth.c537 u_int32_t idlen = 0; local
573 if (ibuflen >= sizeof(idlen)) {
574 memcpy(&idlen, ibuf, sizeof(idlen));
575 idlen = ntohl(idlen);
576 ibuf += sizeof(idlen);
577 ibuflen -= sizeof(idlen);
578 if (ibuflen < idlen) {
581 /* memcpy (id, ibuf, idlen) */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dadfs_fs.h15 __u8 idlen; member in struct:adfs_discrecord
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtarga.c101 int idlen, pal, compr, x, y, w, h, bpp, flags; local
105 idlen = *buf++;
118 buf += idlen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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 || \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c132 static char *get_var(const char *id, size_t idlen, struct interface_defn_t *ifd) argument
136 if (strncmpz(id, "iface", idlen) == 0) {
146 if (strncmpz(id, "label", idlen) == 0) {
150 if (strncmpz(id, ifd->option[i].name, idlen) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c663 unsigned int cls, con, tag, len, idlen; local
685 if (!asn1_oid_decode(ctx, end, &id, &idlen))
821 (*obj)->id_len = idlen;

Completed in 191 milliseconds