fwcontrol.c | 724 char devbase[64]; local in function:main 765 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); 766 if (open_dev(&fd, devbase) < 0) { 948 snprintf(devbase, sizeof(devbase), 950 if (open_dev(&fd, devbase) < 0) { 953 __func__, current_board, devbase); 974 __func__, devbase); 1058 snprintf(devbase, sizeof(devbase), "%s%d.0" [all...] |