Lines Matching defs:of
11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
16 * 3. All advertising materials mentioning features or use of this software
19 * 4. The name of TooLs GmbH may not be used to endorse or promote products
96 devopen_dummy(struct open_file *of, ...) {
101 devclose(struct open_file *of)
104 struct of_dev *op = of->f_devdata;
316 /* For each component of the path name... */
381 devopen(struct open_file *of, const char *name, char **file)
396 if (of->f_flags != F_READ)
478 of->f_dev = of_devsw;
479 of->f_devdata = &ofdev;
493 of->f_dev = of_devsw;
494 of->f_devdata = &ofdev;