Searched refs:dev_file (Results 1 – 2 of 2) sorted by relevance
254 dev_file = os.path.relpath(f, brpath)255 dev_file = dev_file.replace(os.sep, '/') # force unix sep256 files.append(dev_file)
758 char dev_file[256]; in PciOpen() local760 snprintf(dev_file, sizeof(dev_file), "/proc/bus/pci/%02x/%02x.%x", in PciOpen()763 int fd = open(dev_file, O_RDWR); in PciOpen()