Lines Matching defs:file
5 // you may not use this file except in compliance with the License.
17 // This file includes an abstracted interface
47 // This file must work with autoconf on its public version,
136 // Returns the HD device that contains this file.
644 // Open a PCI bus-dev-func as a file and return its file descriptor.
884 FILE *file;
891 file = fopen(filename, "r");
892 if (!file) {
893 logprintf(0, "Process Error: impossible to find resource file for %s",
898 if (!fgets(buf, 256, file))
907 fclose(file);