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

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

Completed in 86 milliseconds