Searched refs:fwdfd (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/cpucontrol/ |
H A D | cpucontrol.c | 340 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image() argument 352 fwfd = openat(fwdfd, fname, O_RDONLY); in try_a_fw_image() 406 int fd, fwdfd; in do_update() local 445 fwdfd = open(dir->path, O_RDONLY); in do_update() 446 if (fwdfd < 0) { in do_update() 450 dirp = fdopendir(fwdfd); in do_update() 453 close(fwdfd); in do_update() 464 error = try_a_fw_image(dev, fd, fwdfd, dir->path, in do_update()
|