Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/cpucontrol/
H A Dcpucontrol.c342 try_a_fw_image(const char *dev_path, int devfd, int fwdfd, const char *dpath, in try_a_fw_image() argument
354 fwfd = openat(fwdfd, fname, O_RDONLY); in try_a_fw_image()
408 int fd, fwdfd; in do_update() local
447 fwdfd = open(dir->path, O_RDONLY); in do_update()
448 if (fwdfd < 0) { in do_update()
452 dirp = fdopendir(fwdfd); in do_update()
455 close(fwdfd); in do_update()
466 error = try_a_fw_image(dev, fd, fwdfd, dir->path, in do_update()