Searched refs:cplen (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dmacio_sysfs.c20 int cplen; local
24 compat = of_get_property(of->node, "compatible", &cplen);
29 while (cplen > 0) {
35 cplen -= l;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c127 int cplen, i; local
135 compat = of_get_property(ofdev->node, "compatible", &cplen);
140 for (i=(cplen-1); i>=0 && !compat[i]; i--)
141 cplen--;
142 if (!cplen)
144 cplen++;
146 /* Check space (need cplen+1 chars including final \0) */
147 tsize = csize + cplen;
154 cplen = len-csize-1;
159 memcpy(&str[csize+1], compat, cplen);
176 int i = 0, length = 0, seen = 0, cplen, sl; local
[all...]
H A Dprom.c210 unsigned long cplen, l; local
212 cp = of_get_flat_dt_prop(node, "compatible", &cplen);
215 while (cplen > 0) {
220 cplen -= l;
1083 int cplen, l; local
1085 cp = of_get_property(device, "compatible", &cplen);
1088 while (cplen > 0) {
1093 cplen -= l;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dp5_crpt2.c84 int cplen, j, k, tkeylen; local
94 if(tkeylen > SHA_DIGEST_LENGTH) cplen = SHA_DIGEST_LENGTH;
95 else cplen = tkeylen;
107 memcpy(p, digtmp, cplen);
111 for(k = 0; k < cplen; k++) p[k] ^= digtmp[k];
113 tkeylen-= cplen;
115 p+= cplen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dp5_crpt2.c84 int cplen, j, k, tkeylen; local
94 if(tkeylen > SHA_DIGEST_LENGTH) cplen = SHA_DIGEST_LENGTH;
95 else cplen = tkeylen;
107 memcpy(p, digtmp, cplen);
111 for(k = 0; k < cplen; k++) p[k] ^= digtmp[k];
113 tkeylen-= cplen;
115 p+= cplen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dcore.c66 int cplen, seen = 0; local
94 compat = of_get_property(of->node, "compatible", &cplen);
95 while (compat && cplen > 0) {
103 cplen -= length - tmp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dprom.c39 int cplen, l; local
41 cp = of_get_property(device, "compatible", &cplen);
44 while (cplen > 0) {
49 cplen -= l;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dlocalcharset.c388 ULONG cplen; local
427 if (DosQueryCp (sizeof (cp), cp, &cplen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalcharset.c389 ULONG cplen; local
428 if (DosQueryCp (sizeof (cp), cp, &cplen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata_generic.h231 __u32 cplen; /* CP length: number of valid cp bytes */ member in struct:get_conf
351 __u32 cplen; /* size of CP in words */ member in struct:hstd
H A Deata_pio.c445 outsw(base + HA_RDATA, cp, hd->cplen);
565 static char *get_pio_board_data(unsigned long base, unsigned int irq, unsigned int id, unsigned long cplen, unsigned short cppadlen) argument
593 outsw(base + HA_RDATA, &cp, cplen);
708 unsigned long cplen; local
721 if ((buff = get_pio_board_data(base, gc->IRQ, gc->scsi_id[3], cplen = (cpu_to_be32(gc->cplen) + 1) / 2, cppadlen = (cpu_to_be16(gc->cppadlen) + 1) / 2)) == NULL) {
800 SD(sh)->cplen = cplen;
H A Dadvansys.c3340 int cplen; local
3390 cplen = strlen(cp);
3392 cnt = asc_proc_copy(advoffset, offset, curbuf, leftlen, cp, cplen);
3399 advoffset += cplen;
3407 cplen = asc_prt_adv_bios(shp, cp, ASC_PRTBUF_SIZE);
3408 ASC_ASSERT(cplen < ASC_PRTBUF_SIZE);
3409 cnt = asc_proc_copy(advoffset, offset, curbuf, leftlen, cp, cplen);
3416 advoffset += cplen;
3424 cplen = asc_prt_board_devices(shp, cp, ASC_PRTBUF_SIZE);
3425 ASC_ASSERT(cplen < ASC_PRTBUF_SIZ
6758 asc_prt_board_devices(struct Scsi_Host *shp, char *cp, int cplen) argument
6799 asc_prt_adv_bios(struct Scsi_Host *shp, char *cp, int cplen) argument
6966 asc_prt_asc_board_eeprom(struct Scsi_Host *shp, char *cp, int cplen) argument
7095 asc_prt_adv_board_eeprom(struct Scsi_Host *shp, char *cp, int cplen) argument
7400 asc_prt_driver_conf(struct Scsi_Host *shp, char *cp, int cplen) argument
7467 asc_prt_asc_board_info(struct Scsi_Host *shp, char *cp, int cplen) argument
7652 asc_prt_adv_board_info(struct Scsi_Host *shp, char *cp, int cplen) argument
7891 asc_proc_copy(off_t advoffset, off_t offset, char *curbuf, int leftlen, char *cp, int cplen) argument
8200 asc_prt_board_stats(struct Scsi_Host *shp, char *cp, int cplen) argument
8305 asc_prt_target_stats(struct Scsi_Host *shp, int tgt_id, char *cp, int cplen) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlocalcharset.c388 ULONG cplen; local
427 if (DosQueryCp (sizeof (cp), cp, &cplen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlocalcharset.c388 ULONG cplen; local
427 if (DosQueryCp (sizeof (cp), cp, &cplen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Dlocalcharset.c395 ULONG cplen; local
434 if (DosQueryCp (sizeof (cp), cp, &cplen))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c44 int cplen, l; local
46 cp = of_get_property(device, "compatible", &cplen);
49 while (cplen > 0) {
54 cplen -= l;

Completed in 245 milliseconds