Lines Matching defs:procfile
298 int procfile;302 procfile = open(PROC_SYS_MODPROBE, O_RDONLY);303 if (procfile < 0)305 if (fcntl(procfile, F_SETFD, FD_CLOEXEC) == -1) {314 switch (read(procfile, ret, PROCFILE_BUFSIZ)) {320 close(procfile);325 close(procfile);