Searched refs:device_string (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/usr.sbin/fwcontrol/ |
| H A D | fwcontrol.c | 736 const char *device_string = "/dev/fw"; in main() local 775 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main() 958 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main() 1071 snprintf(devbase, sizeof(devbase), "%s%d.0", device_string, current_board); in main()
|