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
77 /* For each component of the path name... */
152 devopen_dummy(struct open_file *of, ...)
159 devclose(struct open_file *of)
161 struct of_dev *op = of->f_devdata;
191 devopen(struct open_file *of, const char *name, char **file)
205 if (of->f_flags != F_READ)
305 of->f_dev = devsw;
306 of->f_devdata = &ofdev;
316 of->f_dev = devsw;
317 of->f_devdata = &ofdev;