Home
last modified time | relevance | path

Searched refs:img_fw_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/mlx5tool/
H A Dmlx5tool.c148 const char *img_fw_path) in mlx5tool_fw_update() argument
155 fd = open(img_fw_path, O_RDONLY); in mlx5tool_fw_update()
157 warn("Unable to open %s", img_fw_path); in mlx5tool_fw_update()
163 warn("Unable to stat %s", img_fw_path); in mlx5tool_fw_update()
172 warn("Unable to mmap %s", img_fw_path); in mlx5tool_fw_update()
312 char *img_fw_path; in main() local
319 img_fw_path = NULL; in main()
352 img_fw_path = optarg; in main()
365 act != ACTION_DUMP_GET) || (img_fw_path != NULL && in main()
385 res = mlx5tool_fw_update(ctldev, &addr, img_fw_path); in main()