Searched refs:PNP_NAME_LEN (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpbios/
H A Drsparser.c523 strncpy(dev->name, p + 3, len >= PNP_NAME_LEN ? PNP_NAME_LEN - 2 : len);
524 dev->name[len >= PNP_NAME_LEN ? PNP_NAME_LEN - 1 : len] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpnp.h21 #define PNP_NAME_LEN 50 macro
145 char name[PNP_NAME_LEN]; /* contains a human-readable name */
202 char name[PNP_NAME_LEN]; /* contains a human-readable name */

Completed in 73 milliseconds