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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/prom/
H A Dmisc.c51 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
52 * format type. 'num_bytes' is the number of bytes that your idbuf
56 prom_get_idprom(char *idbuf, int num_bytes) argument
69 idbuf[i] = c;
72 return idbuf[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A Dmisc.c102 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
103 * format type. 'num_bytes' is the number of bytes that your idbuf
107 prom_get_idprom(char *idbuf, int num_bytes) argument
113 if(!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes))
114 return idbuf[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dprom.c149 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
150 * format type. 'num_bytes' is the number of bytes that your idbuf
154 prom_get_idprom(char *idbuf, int num_bytes) argument
160 idbuf[i] = ((char *)SUN3X_IDPROM)[i];
162 return idbuf[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dops-dreamcast.c119 char idbuf[16]; local
124 idbuf[i] = inb(GAPSPCI_REGS+i);
126 if (strncmp(idbuf, "GAPSPCI_BRIDGE_2", 16))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dnstat.c124 char idbuf[sizeof(buf)]; local
133 /* idbuf is as big as buf, so this is safe */
134 nr = sscanf(buf, "%s%llu%lg", idbuf, &val, &rate);
139 if (useless_number(idbuf))
143 n->id = strdup(idbuf);
167 char idbuf[sizeof(buf)]; local
175 idbuf[0] = 0;
176 strncat(idbuf, buf, sizeof(idbuf) - 1);
186 if (off < sizeof(idbuf)) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A Dmisc.c116 /* Get the idprom and stuff it into buffer 'idbuf'. Returns the
117 * format type. 'num_bytes' is the number of bytes that your idbuf
120 unsigned char prom_get_idprom(char *idbuf, int num_bytes) argument
127 if (!prom_getproperty(prom_root_node, "idprom", idbuf, num_bytes))
128 return idbuf[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_win32.c42 _TCHAR idbuf[] = _T("db.m00000000"); local
43 _TCHAR *p = idbuf + 12;
62 if ((*eventp = CreateEvent(&all_sa, FALSE, FALSE, idbuf)) == NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Dsidewinder.c594 unsigned char *idbuf = NULL; /* [SW_LENGTH] */ local
602 idbuf = kmalloc(SW_LENGTH, GFP_KERNEL);
603 if (!sw || !buf || !idbuf) {
635 j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Read ID. This initializes the stick */
636 m |= sw_guess_mode(idbuf, j); /* ID packet should carry mode info [3DP] */
649 j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Retry reading ID */
696 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on");
707 sw_3dp_id(idbuf, comment, sizeof(comment));
717 sw_print_packet("ID", j * 3, idbuf, 3);
724 sw_print_packet("ID", j * 3, idbuf,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysacls.c628 char idbuf[12]; local
644 slprintf(idbuf, sizeof(idbuf)-1, "%ld",
646 id = idbuf;
657 slprintf(idbuf, sizeof(idbuf)-1, "%ld",
659 id = idbuf;
1259 char idbuf[12]; local
1275 slprintf(idbuf, sizeof(idbuf)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.c1568 struct hermes_idstring idbuf; local
1631 idbuf.len = cpu_to_le16(strlen(priv->desired_essid));
1632 memcpy(&idbuf.val, priv->desired_essid, sizeof(idbuf.val));
1636 &idbuf);
1644 &idbuf);
1652 idbuf.len = cpu_to_le16(strlen(priv->nick));
1653 memcpy(&idbuf.val, priv->nick, sizeof(idbuf.val));
1656 &idbuf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dcommon.c684 char *bp, *idbuf = NULL; local
702 if ((idbuf = (char *)malloc(duidlen)) == NULL) {
707 for (cp = str, bp = idbuf; *cp;) {
721 duid->duid_id = idbuf;
726 if (idbuf)
727 free(idbuf);

Completed in 200 milliseconds