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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/520x/
H A Dconfig.c49 void config_BSP(char *commandp, int size) argument
52 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
53 commandp[size-1] = 0;
55 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5272/
H A Dconfig.c104 void config_BSP(char *commandp, int size) argument
117 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
118 commandp[size-1] = 0;
121 memcpy(commandp, (char *) 0xf0004000, size);
122 commandp[size-1] = 0;
125 memcpy(commandp, (char *) 0xffe06000, size);
126 commandp[size-1] = 0;
129 memcpy(commandp, (char *) 0xf0010000, size);
130 commandp[size-1] = 0;
132 memset(commandp,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/523x/
H A Dconfig.c63 void config_BSP(char *commandp, int size) argument
68 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
69 commandp[size-1] = 0;
71 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/527x/
H A Dconfig.c63 void config_BSP(char *commandp, int size) argument
68 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
69 commandp[size-1] = 0;
71 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/528x/
H A Dconfig.c63 void config_BSP(char *commandp, int size) argument
68 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
69 commandp[size-1] = 0;
71 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5206e/
H A Dconfig.c97 void config_BSP(char *commandp, int size) argument
102 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
103 commandp[size-1] = 0;
106 memcpy(commandp, (char *) 0xf0004000, size);
107 commandp[size-1] = 0;
109 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5307/
H A Dconfig.c110 void config_BSP(char *commandp, int size) argument
115 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
116 commandp[size-1] = 0;
121 memcpy(commandp, (char *) 0xf0004000, size);
122 commandp[size-1] = 0;
128 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5249/
H A Dconfig.c96 void config_BSP(char *commandp, int size) argument
101 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
102 commandp[size-1] = 0;
104 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5206/
H A Dconfig.c98 void config_BSP(char *commandp, int size) argument
103 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
104 commandp[size-1] = 0;
106 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/5407/
H A Dconfig.c101 void config_BSP(char *commandp, int size) argument
106 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
107 commandp[size-1] = 0;
109 memset(commandp, 0, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/platform/532x/
H A Dconfig.c91 void config_BSP(char *commandp, int size) argument
96 strncpy(commandp, CONFIG_BOOTPARAM_STRING, size);
97 commandp[size-1] = 0;
100 memcpy(commandp, (char *) 0x4000, 4);
101 if(strncmp(commandp, "kcl ", 4) == 0){
102 memcpy(commandp, (char *) 0x4004, size);
103 commandp[size-1] = 0;
105 memset(commandp, 0, size);

Completed in 199 milliseconds