Searched refs:device_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/usr.sbin/fwcontrol/ |
| D | fwcontrol.c | 734 const char *device_string = "/dev/fw"; in main() local 773 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main() 956 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main() 1069 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main()
|