Lines Matching refs:value1
15 const char *value1;
20 const char *value1;
26 const char *value1;
246 for (e1 = bcm47xx_board_list_model_name; e1->value1; e1++) {
247 if (!strcmp(buf1, e1->value1))
253 for (e1 = bcm47xx_board_list_hardware_version; e1->value1; e1++) {
254 if (strstarts(buf1, e1->value1))
261 for (e2 = bcm47xx_board_list_hw_version_num; e2->value1; e2++) {
262 if (!strstarts(buf1, e2->value1) &&
269 for (e1 = bcm47xx_board_list_productid; e1->value1; e1++) {
270 if (!strcmp(buf1, e1->value1))
276 for (e1 = bcm47xx_board_list_ModelId; e1->value1; e1++) {
277 if (!strcmp(buf1, e1->value1))
285 for (e1 = bcm47xx_board_list_melco_id; e1->value1; e1++) {
286 if (!strcmp(buf1, e1->value1))
293 for (e2 = bcm47xx_board_list_boot_hw; e2->value1; e2++) {
294 if (!strcmp(buf1, e2->value1) &&
301 for (e1 = bcm47xx_board_list_board_id; e1->value1; e1++) {
302 if (!strcmp(buf1, e1->value1))
310 for (e3 = bcm47xx_board_list_board; e3->value1; e3++) {
311 if (!strcmp(buf1, e3->value1) &&
321 for (e2 = bcm47xx_board_list_board_type_rev; e2->value1; e2++) {
322 if (!strcmp(buf1, e2->value1) &&
328 for (e2 = bcm47xx_board_list_key_value; e2->value1; e2++) {
329 if (bcm47xx_nvram_getenv(e2->value1, buf1, sizeof(buf1)) >= 0) {