Lines Matching refs:value1
15 const char *value1;
20 const char *value1;
26 const char *value1;
238 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) {
239 if (!strcmp(buf1, e1->value1))
245 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) {
246 if (strstarts(buf1, e1->value1))
253 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) {
254 if (!strstarts(buf1, e2->value1) &&
261 for (e1 = bcm47xx_board_list_productid; e1->value1; e1++) {
262 if (!strcmp(buf1, e1->value1))
268 for (e1 = bcm47xx_board_list_ModelId; e1->value1; e1++) {
269 if (!strcmp(buf1, e1->value1))
277 for (e1 = bcm47xx_board_list_melco_id; e1->value1; e1++) {
278 if (!strcmp(buf1, e1->value1))
285 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2++) {
286 if (!strcmp(buf1, e2->value1) &&
293 for (e1 = bcm47xx_board_list_board_id; e1->value1; e1++) {
294 if (!strcmp(buf1, e1->value1))
302 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) {
303 if (!strcmp(buf1, e3->value1) &&
313 for (e2 = bcm47xx_board_list_board_type_rev; e2->value1; e2++) {
314 if (!strcmp(buf1, e2->value1) &&
320 for (e2 = bcm47xx_board_list_key_value; e2->value1; e2++) {
321 if (bcm47xx_nvram_getenv(e2->value1, buf1, sizeof(buf1)) >= 0) {