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
86 /* For each component of the path name... */
177 devclose(struct open_file *of)
179 struct of_dev *op = of->f_devdata;
226 * The rest of this was taken from arch/sparc64/scsi/sun_disklabel.c
380 * my-unit delivers a variable number of cells, we could
391 * Old versions of QEMU's OpenBIOS have a bug in the
428 devopen(struct open_file *of, const char *name, char **file)
446 if (of->f_flags != F_READ)
515 DPRINTF(("devopen: open of %s failed\n", fname));
567 DPRINTF(("devopen: open of %s failed\n",
588 of->f_dev = ofdevsw;
589 of->f_devdata = &ofdev;
608 of->f_dev = ofdevsw;
609 of->f_devdata = &ofdev;
614 if (net_tftp_bootp((int **)&of->f_devdata)) {